hpc-cloud/README.md

15 lines
343 B
Markdown
Raw Normal View History

2017-06-02 12:00:19 +02:00
# hpc-cloud
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.
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