From 1694ff75ae890131df724c632abd4d042bf52e0f Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 25 Jan 2016 13:27:46 -0500 Subject: Fixes ONOS external network ONOS public network needs to not have IPs on the compute nodes' public interface. JIRA: APEX-64 Change-Id: I0d4d97b1b7dcaa39395940da03ae6b19f1dd9eb0 Signed-off-by: Tim Rozet --- ci/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 359bf659..73430901 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -659,6 +659,8 @@ function configure_network_environment { # check for ODL L3 if [ ${deploy_options_array['sdn_l3']} == 'true' ]; then nic_ext+=_br-ex + elif [ ${deploy_options_array['sdn_controller']} == 'onos' ]; then + nic_ext+=_no-public-ip fi # set nics appropriately -- cgit 1.2.3-korg