summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex-undercloud.spec
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 /build/opnfv-apex-undercloud.spec
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 'build/opnfv-apex-undercloud.spec')
-rw-r--r--build/opnfv-apex-undercloud.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/opnfv-apex-undercloud.spec b/build/opnfv-apex-undercloud.spec
index 681cccd3..18092740 100644
--- a/build/opnfv-apex-undercloud.spec
+++ b/build/opnfv-apex-undercloud.spec
@@ -48,6 +48,10 @@ install build/nics/compute_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_private_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_storage_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_private_storage_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
+install build/nics/compute_br-ex_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
+install build/nics/compute_private_br-ex_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
+install build/nics/compute_storage_br-ex_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
+install build/nics/compute_private_storage_br-ex_no-public-ip.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/instackenv-virt.json %{buildroot}%{_var}/opt/opnfv/
install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/
@@ -78,6 +82,10 @@ install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/
%{_var}/opt/opnfv/nics/compute_private_no-public-ip.yaml
%{_var}/opt/opnfv/nics/compute_storage_no-public-ip.yaml
%{_var}/opt/opnfv/nics/compute_private_storage_no-public-ip.yaml
+%{_var}/opt/opnfv/nics/compute_br-ex_no-public-ip.yaml
+%{_var}/opt/opnfv/nics/compute_private_br-ex_no-public-ip.yaml
+%{_var}/opt/opnfv/nics/compute_storage_br-ex_no-public-ip.yaml
+%{_var}/opt/opnfv/nics/compute_private_storage_br-ex_no-public-ip.yaml
%{_var}/opt/opnfv/instackenv-virt.json
%{_var}/opt/opnfv/instackenv.json.example