
Rather than relying on system-wide packages, just create the virtualenv and leverage the already available requirements.txt, which installs ansible along with other dependencies. Also pull the openstack inventory in the local inventory folder as ansible pip package does not bundle the inventory utility. Change-Id: I43b1c3fce522657854cdc20c55bd32366179b4b7
9 lines
254 B
Markdown
9 lines
254 B
Markdown
Instructions
|
|
============
|
|
|
|
1. Run ``source setup_env.sh``
|
|
3. Source your OpenStack cloud environment variables rc file
|
|
3. Run ``cp infra_config.yml.sample infra_config.yml``
|
|
4. Edit infra_config.yml and put your environment values
|
|
5. Run ``bash run.sh``
|