summaryrefslogtreecommitdiffstats
path: root/build/nics/compute_br-ex_no-public-ip.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-04-13Updating nic numbering for 2 nic deploymentsDan Radez1-1/+1
JIRA: APEX-136 Change-Id: I3fd12054e14dddadee412845d79325c6556ea9de Signed-off-by: Dan Radez <dradez@redhat.com>
2016-01-27Allows ONOS to use compute nodes with br-ex no IPTim Rozet1-0/+101
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>