From 8c6d088d3e0f79c03b23ed41fc02c20a1afe8bd3 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 5 Aug 2015 09:50:09 +0200 Subject: [PATCH] Add setup_env.sh Ansible bootstrap step on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39eaaf3..aa0a2f5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Instructions ============ -1. Clone ansible repo from source (http://docs.ansible.com/intro_installation.html) -2. Run ``source /hacking/env-setup`` +1. Run ``bash setup_env.sh`` +2. Run ``source /opt/stack/ansible/hacking/env-setup`` 3. Run ``cp infra_config.yml.sample infra_config.yml`` 4. Edit infra_config.yml and put your environment values 5. Run ``ansible-playbook -i /plugins/inventory/openstack.py -e "@infra_config.yml" provision_infra_servers.yml``