diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-25 13:27:46 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-25 13:27:46 -0500 |
commit | 1694ff75ae890131df724c632abd4d042bf52e0f (patch) | |
tree | e5ccdeb303ecfe7e9368b557806a0f0ef911938f /ci | |
parent | 4e8b016f7d2e5c488912bed9ee154d651586841b (diff) |
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 <trozet@redhat.com>
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 |