2017-06-02 12:00:19 +02:00
|
|
|
# hpc-cloud
|
2017-04-25 14:47:04 +02:00
|
|
|
|
|
|
|
This repository will contain playbooks to bring up openstack components inside docker containers.
|
|
|
|
|
2017-06-02 12:00:19 +02:00
|
|
|
It makes use of ansible roles.
|
2017-04-25 14:47:04 +02:00
|
|
|
The roles can be set in the inventory file (hosts)
|
|
|
|
|
2017-06-02 12:00:19 +02:00
|
|
|
To bring up one role, for instance keystone, use:
|
|
|
|
|
|
|
|
$ ansible-playbook keystone.yml
|
|
|
|
|
|
|
|
To bring up all roles, use
|
|
|
|
|
|
|
|
$ ansible-playbook site.yml
|