diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2015-09-09 06:34:09 -0400 |
---|---|---|
committer | chenshuai@huawei.com <chenshuai@huawei.com> | 2015-09-09 06:34:09 -0400 |
commit | 5261f2cce8d70195a978232f804b478eab6cfd72 (patch) | |
tree | 7b79bad3f3c6e56123002ef2e99e3832a6f09ce8 /deploy | |
parent | 24b7b892cbf78d80aa5a1108a18ce862b11068c1 (diff) |
Adjust network configuration for ODL
JIRA: COMPASS-36
Change-Id: I1230a297fca22bd6764200a3e60f0693c61af666
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml index d413dea4..af0727c7 100644 --- a/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml @@ -25,7 +25,7 @@ - glance - neutron-common - neutron-network - - ext-network +# - ext-network - dashboard - hosts: compute @@ -42,6 +42,13 @@ roles: - odl_cluster +- hosts: controller + remote_user: root + sudo: True + roles: + - ext-network + + - hosts: all remote_user: root sudo: True |