Ricardo Carrillo Cruz a0e6385d59 Add setup_env.sh and requirements.txt to install dependencies
Kudos to Julia Kreger, I shamelessly copied the setup_env.sh
script from her fantastic bifrost project.
2015-06-04 14:18:59 +02:00
2015-03-27 09:47:58 +01:00
2015-04-13 14:23:22 +02:00
2015-04-13 14:23:22 +02:00

Instructions

  1. Clone ansible repo from source (http://docs.ansible.com/intro_installation.html)
  2. Run source <ansible repo folder>/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 <ansible repo folder>/plugins/inventory/openstack.py -e "@infra_config.yml" provision_infra_servers.yml
  6. Run ansible-playbook -i <ansible repo folder>/plugins/inventory/openstack.py -e "@infra_config.yml" site.yml
Description
Collection of Ansible playbooks to bring up an OpenStack Infra
Readme 444 KiB
Languages
Jinja 44.3%
Shell 33.7%
Python 21.5%
Puppet 0.5%