Go to file
Egon Rijpkema 53d83c1bde Made separate files for different services.
Not sure if i'll keep going this way or find some other solution.
2017-05-30 16:37:57 +02:00
roles Got clustering working 2017-05-23 16:55:18 +02:00
.gitignore Added a dockerregistry docker. 2017-05-09 09:17:04 +02:00
README.md Rearanged the playbook to use ansible roles: 2017-04-25 14:47:04 +02:00
ansible.cfg Rearanged the playbook to use ansible roles: 2017-04-25 14:47:04 +02:00
common.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
database.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
dockerregistry.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
hosts Got clustering working 2017-05-23 16:55:18 +02:00
keystone.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
main.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
mariadb.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00
rabbitmq.yml Made separate files for different services. 2017-05-30 16:37:57 +02:00

README.md

#hpc-cloud

This repository will contain playbooks to bring up openstack components inside docker containers.

It makes use of [/home/egon/projects/hpc-cloud/roles/common/tasks/users.yml](ansible roles). The roles can be set in the inventory file (hosts)

Cirrently,Tue 25 Apr 2017 02:45:20 PM CEST, only mariadb and keystone are implemented. They can be brought up with $ ansible-playbook main.yml