redhat-cop / aap_utilities

Ansible Collection for automated deployment of AAP and other objects for general use
https://galaxy.ansible.com/infra/aap_utilities
GNU General Public License v3.0
80 stars 49 forks source link

Collection requirements #89

Closed sean-m-sullivan closed 1 year ago

sean-m-sullivan commented 2 years ago

How do we want to handle requirements, In redhat_cop.controller_configuration we leave off awx.awx or ansible.controller because it lets the users use what they want.

With the addition of the ocp installer it requires either "redhat.openshift": ">=2.0.1", or community.okd, and galaxy complains if we set the galaxy.yml with something it can't find like redhat.openshift.

For now I've deleted it from the galaxy.yml, until we decide differently, but I am documenting it here.

Tompage1994 commented 2 years ago

I think do the same as we do for controller_configuration. Leave it to the user to decide and make it explicit in the readme they need one or the other

sean-m-sullivan commented 1 year ago

We are leaving it to the user, closing issue.