cebd9b7a9c
The image needs to be available on the target host. It can be built from: ssh://git@git.webhosting.rug.nl:222/HPC/docker-horizon.git |
||
---|---|---|
roles | ||
.gitignore | ||
ansible.cfg | ||
cassandra.yml | ||
common.yml | ||
database.yml | ||
dockerregistry.yml | ||
glance.yml | ||
horizon.yml | ||
hosts | ||
keystone.yml | ||
mariadb.yml | ||
memcached.yml | ||
nova-management.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