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
81 stars 50 forks source link

Add support for new platform installation method of AAP 2.5 on OpenShift #261

Open derekwaters opened 2 days ago

derekwaters commented 2 days ago

What does this PR do?

This PR modifies the aap_ocp_install role to support the new platform installation method introduced to the AAP operator in AAP 2.5. It is backward

How should this be tested?

Requires an OpenShift cluster with appropriate credentials, then run:

      ansible.builtin.include_role:
        name: "infra.aap_utilities.aap_ocp_install"

with configuration as specified in the README and vars files defined in the role.

Once complete, installation can be validated by accessing AAP via the quick links toolbar menu option.

Is there a relevant Issue open for this?

https://github.com/redhat-cop/aap_utilities/issues/260 resolves #260

Other Relevant info, PRs, etc

None

branic commented 1 day ago

I'm planning on reviewing and testing, I'll should be able to get to it in the next day or two.