Skip to content

Commit 9cd4989

Browse files
authored
Updated README.md to provide details on using the new product-demos EE (#139)
1 parent 3468d1c commit 9cd4989

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
1+
ansible-navigator.log
22
sean_login_info.yml
33
.DS_Store
44
choose_demo.yml
55
choose_demo_example_azure.yml
66
choose_demo_example_aws.yml
77
.ansible.cfg
88
*.gz
9-
9+
*artifact*.json
1010
**/roles/*
1111
!**/roles/requirements.yml

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,19 @@ This project is tested for compatibility with the [demo.redhat.com Product Demos
3131

3232
> You can also use an execution environment for disconnected environments. To do this, you must disable collection downloads in the Controller. This can be done in `Settings` > `Job Settings`. This setting prevents the controller from downloading collections listed in the [collections/requirements.yml](collections/requirements.yml) file.
3333
34-
2. If it is not already created for you, create a Project called `Ansible official demo project` with this repo as a source. NOTE: if you are using a fork, be sure that you have the correct URL. Update the project.
34+
2. If it is not already created for you, add an Execution Environment called `product-demos`
3535

36-
3. Finally, Create a Job Template called `Setup` with the following configuration:
36+
- Name: product-demos
37+
- Image: quay.io/acme_corp/product-demos-ee:latest
38+
- Pull: Only pull the image if not present before running
39+
40+
3. If it is not already created for you, create a Project called `Ansible official demo project` with this repo as a source. NOTE: if you are using a fork, be sure that you have the correct URL. Update the project.
41+
42+
4. Finally, Create a Job Template called `Setup` with the following configuration:
3743

3844
- Name: Setup
3945
- Inventory: Demo Inventory
40-
- Exec Env: Control Plane EE
46+
- Exec Env: product-demos
4147
- Playbook: setup_demo.yml
4248
- Credentials:
4349
- Type: Red Hat Ansible Automation Platform

0 commit comments

Comments
 (0)