redhat-cop / aap_configuration_template

Ansible Automation Platform Configuration as Code examples template
MIT License
55 stars 33 forks source link

Add validaded repository from private automation hub in the controller #52

Closed laurent-indermuehle closed 7 months ago

laurent-indermuehle commented 7 months ago

Repositories validated was missing. Fix #51

laurent-indermuehle commented 7 months ago

@djdanielsson thanks for responding. May I ask more detail please?

I think rh-certified and published is the same repository. You may have the same postgresql uniqueness constraint error I got when adding the a collection from two repositories.

djdanielsson commented 7 months ago

They are not the same, published is something that is uploaded locally like an internal collection

laurent-indermuehle commented 7 months ago

oh I see @djdanielsson, thanks for the explanation. But then, do we need to add "staging" too? image

djdanielsson commented 7 months ago

if you wanted to test stuff in staging you could add it but I do not think it is commonly used so I do not want it to be in the template.

laurent-indermuehle commented 7 months ago

@djdanielsson thanks for the review! I didn't knew the order matters. I changed the order.

djdanielsson commented 7 months ago

Currently the order doesn't technically matter but hopefully in the future it does. In the UI it does matter but the module currently doesn't apply them strictly in the order they are given which is a feature that is requested