summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-26 02:20:38 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-26 02:20:38 +0000
commit20e78b21e01c158f96b35d29aa0ca5ab2418cecc (patch)
treeab2e7c9a81747e9cf651ab7a08103d39d6e84024 /ci
parentdb212d8de3ed4758ee6dac002076013b950e30aa (diff)
parent1694ff75ae890131df724c632abd4d042bf52e0f (diff)
Merge "Fixes ONOS external network"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
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