Collection of Ansible playbooks to bring up an OpenStack Infra
9c3c6e11c3
When infra-ansible runs in a virtualenv, this line is needed in order to use the python binary installed in the virtualenv, otherwise the system-wide is used and you can get dependency issues due to missing packages on site-packages that are available on the virtualenv. Change-Id: I3af50d734ff5d18eee73b124840db9683dc708dd |
||
---|---|---|
group_vars | ||
roles | ||
.gitignore | ||
.gitreview | ||
bootstrap_gerrit.yml | ||
bootstrap_jjb.yml | ||
bootstrap_puppet_infra_nodes.yml | ||
bootstrap_puppetmaster.yml | ||
common.yml | ||
hosts | ||
infra_config.yml.sample | ||
provision_infra_servers.yml | ||
README.md | ||
requirements.txt | ||
run_puppet_on_gerrit.yml | ||
run_puppet_on_jenkins.yml | ||
run_puppet_on_zuul.yml | ||
run.sh | ||
set_hostnames.yml | ||
setup_env.sh | ||
site.yml | ||
tox.ini |
Instructions
- Run
bash setup_env.sh
- Run
source /opt/stack/ansible/hacking/env-setup
- Source your OpenStack cloud environment variables rc file
- Run
cp infra_config.yml.sample infra_config.yml
- Edit infra_config.yml and put your environment values
- Run
bash run.sh