Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions documentation/modules/ROOT/pages/03-demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,16 @@ git clone https://github.com/rh-soln-pattern-connectivity-link/connectivity-link
----


* Open the `inventories/inventory.template` file and update the variables. Save the file.
* Copy the inventory template and edit it with your configuration:
+
.[underline]#Click for details of inventory.template file#
----
cd operator-setup
cp inventories/inventory.template inventories/inventory
----
+
* Open the `inventories/inventory` file and update the variables with your AWS credentials and cluster details. Save the file.
+
.[underline]#Click for details of inventory file#
[%collapsible]
====
```
Expand Down Expand Up @@ -160,8 +167,8 @@ Run the Ansible script which will setup the RHCL Operator, Cert Manager Operator
[.console-input]
[source,shell script]
----
cd operator-setup
ansible-playbook playbooks/ocp4_workload_connectivity_link.yml -e ACTION=create -i inventories/inventory.template
cd operator-setup
ansible-playbook playbooks/ocp4_workload_connectivity_link.yml -e ACTION=create -i inventories/inventory
----

=== What's next
Expand Down