diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-01-30 17:58:51 +0800 |
---|---|---|
committer | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-01-30 21:46:00 +0800 |
commit | 5c31226684c85448f69ece611ffefbf9a3bacf23 (patch) | |
tree | 8d4dab8928d09240712076565606b03c363485b9 /deploy/adapters/ansible/openstack | |
parent | b43e48e988a8eb28ac4ea43176a22413a19c0599 (diff) |
bugfix: odl scenarios disable secgroup
JIRA: COMPASS-296
Change-Id: Ieb5e1181efad98ca76b64392ee4a24ff8a864758
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack')
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index cf49bd39..5c61c310 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -90,6 +90,12 @@ remote_user: root accelerate: true roles: + - secgroup + +- hosts: all + remote_user: root + accelerate: true + roles: - odl_cluster - hosts: all @@ -147,11 +153,6 @@ roles: - monitor -- hosts: all - remote_user: root - accelerate: true - roles: - - secgroup - hosts: all remote_user: root |