aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-12-22 16:18:26 +0800
committerJustin chi <chigang@huawei.com>2015-12-23 01:18:51 +0000
commitff1acb9305e5e13239a6ba7a30e99f8aa673514e (patch)
tree236bdabd23ba37b7c8f6965f936bbc0c9796629b /deploy/adapters/ansible/openstack
parent771c919d4aae01758ed54220288f12e4f64e35c7 (diff)
cinder volume use the vg created by storage role
JIRA: COMPASS-211 Change-Id: I6c6ec36bf015c663bd684ac8f48011397851877b Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack')
-rw-r--r--deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
index 83479167..506113a2 100644
--- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
+++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
@@ -38,8 +38,8 @@
- hosts: all
remote_user: root
accelerate: true
- roles: [] # just test
- # - storage
+ roles:
+ - storage
- hosts: compute
remote_user: root