From: chenshuai@huawei.com Date: Wed, 9 Sep 2015 10:34:09 +0000 (-0400) Subject: Adjust network configuration for ODL X-Git-Tag: brahmaputra.1.0~243 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5261f2cce8d70195a978232f804b478eab6cfd72;p=compass4nfv.git Adjust network configuration for ODL JIRA: COMPASS-36 Change-Id: I1230a297fca22bd6764200a3e60f0693c61af666 Signed-off-by: chenshuai@huawei.com --- 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