summaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-27 15:45:08 -0500
committerTim Rozet <trozet@redhat.com>2016-01-27 15:45:08 -0500
commitcc5578d53c28b80a3a1449b036b714c8647c11ae (patch)
treee53b57dbf5ffcfc8aacdd427949ab1d7945cef4a /config/deploy
parentd35de18275874d61634b3faecaa54011110f9b94 (diff)
Allows ONOS to use compute nodes with br-ex no IP
ONOS needs the capability to have br-ex on compute nodes with no IP for L3 functionality to work correctly on baremetal. This patch allows that capability, and makes it default behavior (sdn_l3 true). If desired, a user can set sdn_l3 to false, and compute nodes public interface will be a regular interface with no IP for ONOS deployments. JIRA: APEX-64 Change-Id: I578b946edbddf7fc9c29363c78fec2c3ada48cf6 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/os-onos-nofeature-ha.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/os-onos-nofeature-ha.yaml b/config/deploy/os-onos-nofeature-ha.yaml
index e7c41d54..53912e9c 100644
--- a/config/deploy/os-onos-nofeature-ha.yaml
+++ b/config/deploy/os-onos-nofeature-ha.yaml
@@ -3,7 +3,7 @@ global_params:
deploy_options:
sdn_controller: onos
- sdn_l3: false
+ sdn_l3: true
tacker: false
congress: false
sfc: false