Open derekwaters opened 2 days ago
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
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.
https://github.com/redhat-cop/aap_utilities/issues/260 resolves #260
None
I'm planning on reviewing and testing, I'll should be able to get to it in the next day or two.
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:
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