diff options
Diffstat (limited to 'compass/deploy/ansible/openstack_juno/controller.yml')
-rw-r--r-- | compass/deploy/ansible/openstack_juno/controller.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/compass/deploy/ansible/openstack_juno/controller.yml b/compass/deploy/ansible/openstack_juno/controller.yml new file mode 100644 index 000000000..7f4a10ebb --- /dev/null +++ b/compass/deploy/ansible/openstack_juno/controller.yml @@ -0,0 +1,15 @@ +--- +- hosts: controller + remote_user: root + sudo: True + roles: + - repo + - common + - database + - mq + - keystone + - nova-controller + - neutron-controller + - dashboard + - cinder-controller + - glance |