803451d490
it needs. And also force re downloading of all docker images. |
||
---|---|---|
roles | ||
.gitignore | ||
ansible.cfg | ||
cassandra.yml | ||
common.yml | ||
dockerregistry.yml | ||
glance-controller.yml | ||
horizon.yml | ||
hosts | ||
keystone.yml | ||
mariadb.yml | ||
memcached.yml | ||
neutron-controller.yml | ||
nova-compute.yml | ||
nova-controller.yml | ||
rabbitmq.yml | ||
README.md | ||
site.yml |
hpc-cloud
This repository will contain playbooks to bring up openstack components inside docker containers.
It makes use of ansible roles. The roles can be set in the inventory file (hosts)
To bring up one role, for instance keystone, use:
$ ansible-playbook keystone.yml
To bring up all roles, use
$ ansible-playbook site.yml