diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
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 |