From dcb52fd75ce6d05ffabf6e658ef3cc2702b80bb7 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Wed, 21 Feb 2024 13:29:16 -0500 Subject: [PATCH] updating docs for Ansible Hub --- .../aap_microshift_deployment.markdown | 6 +++++ _deployments/configure_aap.markdown | 27 +++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/_deployments/aap_microshift_deployment.markdown b/_deployments/aap_microshift_deployment.markdown index 19fd5da..a8cc168 100644 --- a/_deployments/aap_microshift_deployment.markdown +++ b/_deployments/aap_microshift_deployment.markdown @@ -11,3 +11,9 @@ image: /path/to/hero-image.jpg # Path to a hero image (optional) ## Prerequisites * AAP has been deployed on OpenShift * AAP has been configured for Microshift deployments on AWS +* Automation Hub has synced collections + +![20240221125316](https://i.imgur.com/ClJ396a.png) + +## Run AWS Execution Environment Builder +![20240221131150](https://i.imgur.com/gR9mAJo.png) \ No newline at end of file diff --git a/_deployments/configure_aap.markdown b/_deployments/configure_aap.markdown index 9c7e672..8666044 100644 --- a/_deployments/configure_aap.markdown +++ b/_deployments/configure_aap.markdown @@ -57,5 +57,32 @@ ansible-playbook push_to_controller.yaml -e "ee_name_var=edge.microshift" -e "se {% endhighlight %} ![20240221125202](https://i.imgur.com/E37ENMW.png) + +## Configure Automation Hub + +**Configure Remotes under Collections** +![20240221131804](https://i.imgur.com/G7RDXTm.png) +**Edit the community remote** +![20240221131831](https://i.imgur.com/EIdnoD7.png) +**Update the collections using the items below** +![20240221131851](https://i.imgur.com/fxecD56.png) +![20240221131933](https://i.imgur.com/a2qhixe.png) +``` +--- +collections: + - name: infra.ee_utilities + - name: awx.awx + - name: infra.controller_configuration + - name: infra.ah_configuration + - name: containers.podman + - name: redhat_cop.controller_configuration +``` +**sync the Community Repository under the Repositories workload** +![20240221132034](https://i.imgur.com/bG4Krds.png) +![20240221132256](https://i.imgur.com/WlG39Xa.png) +![20240221132319](https://i.imgur.com/gX2Advc.png) +**Validate Collections have been populated** +![20240221132620](https://i.imgur.com/lPeNMfG.png) + ## Deploy our application on Microshift. [Read More](../../deployments/aap_microshift_deployment) \ No newline at end of file