[WIP] Automate nitro bridge demo using Ansible #1

Draft
prathamesh wants to merge 7 commits from deep-stack/testnet-ops:ag-nitro-bridge-demo into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8b43dc60a5 - Show all commits

View File

@ -6,7 +6,7 @@
- Add location of the directory containing the ansible binary to your `PATH`
- Optional: Set Locale Encoding to `UTF-8`:
- Optional: Set Locale Encoding to `UTF-8`
Ansible requires the locale encoding to be `UTF-8`. You can either set the system-wide locale or use the `LANG` prefix when running Ansible commands.

View File

@ -8,7 +8,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
The following commands have to be executed in [`nitro-bridge-demo-setup`](./) directory
- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command.
- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command:
NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. If you need to change this location, you can update the `nitro_directory` variable in the [vars.yml](./vars.yml) file.
@ -26,7 +26,7 @@ The following commands have to be executed in [`nitro-bridge-demo-setup`](./) di
### Reset Demo
- Run command to reset demo
- Run the following command to reset demo:
```bash
LANG=en_IN.utf8 ansible-playbook -i localhost, --connection=local reset-demo.yml --extra-vars='{"target_host" : "localhost"}' -K --user $USER