Collection of Ansible playbooks to bring up an OpenStack Infra
c00b05a675
On the previous commits, I refactored the common and bootstrap_puppet_infra_node, plus added top-level playbooks to run puppet for the various services. This change use those commits for execution. |
||
---|---|---|
group_vars | ||
roles | ||
.gitignore | ||
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 |
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