aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack/controller.yml
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2015-09-19 11:07:44 +0800
committerbaigk <baiguoku@huawei.com>2015-09-19 16:57:18 +0800
commit95e055a4582070548cb1632934fa18af7be76ced (patch)
tree5e93d728bc3dc2e12d4794978ebf0fad477ac76f /deploy/adapters/ansible/openstack/controller.yml
parent952e99a21501899b5e2615443fd1518b9d316b2e (diff)
support to assign ppa name when deploy openstack
JIRA: COMPASS-63 Change-Id: Ifdaa8a82e849291c1b5d5a48f9f678f5bb417a89 Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack/controller.yml')
-rw-r--r--deploy/adapters/ansible/openstack/controller.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack/controller.yml b/deploy/adapters/ansible/openstack/controller.yml
new file mode 100644
index 00000000..0269281e
--- /dev/null
+++ b/deploy/adapters/ansible/openstack/controller.yml
@@ -0,0 +1,14 @@
+---
+- hosts: controller
+ remote_user: root
+ sudo: True
+ roles:
+ - common
+ - database
+ - mq
+ - keystone
+ - nova-controller
+ - neutron-controller
+ - dashboard
+ - cinder-controller
+ - glance