Collection of Ansible playbooks to bring up an OpenStack Infra
Go to file
Simon McCartney e49b679956 Reworked setup_env.sh to support Debian & Darwin/OSX
* Linux/Debian - ensure python-pip & python-dev are installed
* LinuxRHEL/CentOS - ensure python-virtualenv & python-devel are
  installed
* Darwin/OSX - check & exit if pip not installed
* Always rebuild the venv
* Dropped the path on wget, to allow for platform path differences
* Dropped the -N on wget, as it has no effect when using -O and
  github aren't returning the Last-Modified header

Change-Id: I221965ee1b1776d46f4b6fba00ffb7069e5b34f8
2016-03-12 23:10:46 +00:00
group_vars Remove dependency from system-config 2015-08-12 11:11:06 +02:00
roles Set validate_certs defaulting to no on all resources creation 2016-02-17 12:35:03 +01:00
.gitignore Merge "Ignore <playbook>.retry files on git" 2016-03-07 21:59:01 +00:00
.gitreview Add a .gitreview 2015-08-27 17:36:51 -05:00
README.md Refactor setup_env.sh to use virtualenvs 2016-02-15 16:28:10 +01:00
Vagrantfile Reworked setup_env.sh to support Debian & Darwin/OSX 2016-03-12 23:10:46 +00:00
bootstrap_gerrit.yml Remove dependency from system-config 2015-08-12 11:11:06 +02:00
bootstrap_jjb.yml Remove bogus comment 2015-08-27 10:34:55 +02:00
bootstrap_puppet_infra_nodes.yml Remove dependency from system-config 2015-08-12 11:11:06 +02:00
bootstrap_puppetmaster.yml Disable facts gathering on top-level playbooks 2015-05-13 12:58:36 +02:00
common.yml Refactor common and bootstrap_puppet_infra_node roles 2015-08-27 10:31:56 +02:00
hosts Use virtualenv python binary 2016-01-15 09:15:19 +01:00
infra_config.yml.sample Add initial support for creating volumes 2015-10-15 17:37:48 +02:00
requirements.txt Pin ansible package to stable 2.0.0.2 2016-02-15 12:46:32 +01:00
run.sh Create and attach other required openstack resources 2016-02-16 15:08:10 +01:00
run_puppet_on_gerrit.yml Add run_puppet top-level playbooks to apply puppet for services 2015-08-27 10:33:04 +02:00
run_puppet_on_jenkins.yml Add run_puppet top-level playbooks to apply puppet for services 2015-08-27 10:33:04 +02:00
run_puppet_on_zuul.yml Add run_puppet top-level playbooks to apply puppet for services 2015-08-27 10:33:04 +02:00
set_hostnames.yml Disable facts gathering on top-level playbooks 2015-05-13 12:58:36 +02:00
setup_env.sh Reworked setup_env.sh to support Debian & Darwin/OSX 2016-03-12 23:10:46 +00:00
setup_openstack_resources.yml Create and attach other required openstack resources 2016-02-16 15:08:10 +01:00
site.yml Adapt the top-level execution playbook to the previous refactor 2015-08-27 10:45:02 +02:00
tox.ini Add tox env for ansible syntax check 2015-10-07 11:02:59 +02:00

README.md

Instructions

  1. Run source setup_env.sh
  2. 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