Skip to content

Commit

Permalink
updating docs for Ansible Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Feb 21, 2024
1 parent 54f66b0 commit dcb52fd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _deployments/aap_microshift_deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
27 changes: 27 additions & 0 deletions _deployments/configure_aap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit dcb52fd

Please sign in to comment.