summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex-undercloud.spec
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-25 13:27:46 -0500
committerTim Rozet <trozet@redhat.com>2016-01-25 13:27:46 -0500
commit1694ff75ae890131df724c632abd4d042bf52e0f (patch)
treee5ccdeb303ecfe7e9368b557806a0f0ef911938f /build/opnfv-apex-undercloud.spec
parent4e8b016f7d2e5c488912bed9ee154d651586841b (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 '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 298ad28e..681cccd3 100644
--- a/build/opnfv-apex-undercloud.spec
+++ b/build/opnfv-apex-undercloud.spec
@@ -44,6 +44,10 @@ install build/nics/compute_br-ex.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_private_br-ex.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_storage_br-ex.yaml %{buildroot}%{_var}/opt/opnfv/nics/
install build/nics/compute_private_storage_br-ex.yaml %{buildroot}%{_var}/opt/opnfv/nics/
+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/instackenv-virt.json %{buildroot}%{_var}/opt/opnfv/
install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/
@@ -70,6 +74,10 @@ install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/
%{_var}/opt/opnfv/nics/compute_private_br-ex.yaml
%{_var}/opt/opnfv/nics/compute_storage_br-ex.yaml
%{_var}/opt/opnfv/nics/compute_private_storage_br-ex.yaml
+%{_var}/opt/opnfv/nics/compute_no-public-ip.yaml
+%{_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/instackenv-virt.json
%{_var}/opt/opnfv/instackenv.json.example