From 9a96f371f290fdf8530239a4c0df591527fe636f Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 8 Mar 2016 16:19:04 -0500 Subject: Migrating to Mitaka - Only support for NOSDN for this patch - Other SDN controllers will not be tested for this patch - AODH is now upstream and not needed to be carried in Apex - puppet-cinder-quota-fix.patch is now upstream and not needed to be carried in Apex - puppet-neutron-force-metadata.patch is now upstream and not needed to be carried in Apex - removing the catalog of nic files and creating a templatization for them JIRA: APEX-108 JIRA: APEX-93 JIRA: APEX-92 Change-Id: Ic1a24baec7ef295e9dc1b8b72ac36ca5b05578ea Signed-off-by: Dan Radez --- build/opnfv-apex-undercloud.spec | 46 ++++++---------------------------------- 1 file changed, 6 insertions(+), 40 deletions(-) (limited to 'build/opnfv-apex-undercloud.spec') diff --git a/build/opnfv-apex-undercloud.spec b/build/opnfv-apex-undercloud.spec index 9477551b..d8b342ea 100644 --- a/build/opnfv-apex-undercloud.spec +++ b/build/opnfv-apex-undercloud.spec @@ -25,52 +25,18 @@ mkdir -p %{buildroot}%{_var}/opt/opnfv/nics/ install build/undercloud.qcow2 %{buildroot}%{_var}/opt/opnfv/images/ install build/network-environment.yaml %{buildroot}%{_var}/opt/opnfv/ -install build/nics/controller.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/compute.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/controller_private.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/compute_private.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/controller_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/compute_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/controller_private_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -install build/nics/compute_private_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ -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/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/nics-controller.yaml.template %{buildroot}%{_var}/opt/opnfv/nics-controller.yaml.template +install build/nics-compute.yaml.template %{buildroot}%{_var}/opt/opnfv/nics-compute.yaml.template %files %defattr(644, root, root, -) %{_var}/opt/opnfv/images/undercloud.qcow2 %{_var}/opt/opnfv/network-environment.yaml -%{_var}/opt/opnfv/nics/controller.yaml -%{_var}/opt/opnfv/nics/compute.yaml -%{_var}/opt/opnfv/nics/controller_private.yaml -%{_var}/opt/opnfv/nics/compute_private.yaml -%{_var}/opt/opnfv/nics/controller_storage.yaml -%{_var}/opt/opnfv/nics/compute_storage.yaml -%{_var}/opt/opnfv/nics/controller_private_storage.yaml -%{_var}/opt/opnfv/nics/compute_private_storage.yaml -%{_var}/opt/opnfv/nics/compute_br-ex.yaml -%{_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/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/nics-controller.yaml.template +%{_var}/opt/opnfv/nics-compute.yaml.template %changelog +* Wed Mar 30 2016 Dan Radez - 2.1-2 +- Replacing NIC files with templates * Thu Jan 14 2016 Dan Radez - 2.1-1 - Package Split -- cgit 1.2.3-korg