Files
Leoswaldo Macias eeac16c602 Initial commit
Signed-off-by: Leoswaldo Macias <leoswaldo.macias@intel.com>
2016-03-29 16:41:05 -06:00

30 lines
414 B
YAML

---
- hosts: dbservers
roles:
- mariadb
- hosts: messaging_servers
roles:
- rabbitmq
- hosts: openstack_identity
roles:
- os-keystone
- os-horizon
- hosts: openstack_image
roles:
- os-glance
- hosts: openstack_networking
roles:
- os-neutron
- hosts: openstack_compute_controller:openstack_compute
roles:
- os-nova
- hosts: openstack_orchestration
roles:
- os-heat