diff options
-rw-r--r-- | build/opnfv-apex-common.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex-onos.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex-opendaylight-sfc.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex-undercloud.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex.spec | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/build/opnfv-apex-common.spec b/build/opnfv-apex-common.spec index a635a52d..66f1c0b4 100644 --- a/build/opnfv-apex-common.spec +++ b/build/opnfv-apex-common.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-common -Version: 2.1 +Version: 3.0 Release: %{release} Summary: Scripts for OPNFV deployment using RDO Manager @@ -73,6 +73,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 +- Version update for Colorado * Wed Jan 27 2016 Tim Rozet <trozet@redhat.com> - 2.1-4 - Adds example inventory file and nosdn scenario * Wed Jan 20 2016 Dan Radez <dradez@redhat.com> - 2.1-3 diff --git a/build/opnfv-apex-onos.spec b/build/opnfv-apex-onos.spec index a5db6c57..e99bfa9a 100644 --- a/build/opnfv-apex-onos.spec +++ b/build/opnfv-apex-onos.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-onos -Version: 2.1 +Version: 3.0 Release: %{release} Summary: Overcloud Disk images for OPNFV Apex ONOS deployment @@ -28,5 +28,7 @@ install build/images/overcloud-full-onos.qcow2 %{buildroot}%{_var}/opt/opnfv/ima %{_var}/opt/opnfv/images/overcloud-full-onos.qcow2 %changelog +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 +- Version update for Colorado * Mon Mar 07 2016 Dan Radez <dradez@redhat.com> - 2.1-1 - Initial Packaging diff --git a/build/opnfv-apex-opendaylight-sfc.spec b/build/opnfv-apex-opendaylight-sfc.spec index a3f8d465..a63ec7c5 100644 --- a/build/opnfv-apex-opendaylight-sfc.spec +++ b/build/opnfv-apex-opendaylight-sfc.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-opendaylight-sfc -Version: 2.1 +Version: 3.0 Release: %{release} Summary: Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment @@ -28,5 +28,7 @@ install build/images/overcloud-full-opendaylight-sfc.qcow2 %{buildroot}%{_var}/o %{_var}/opt/opnfv/images/overcloud-full-opendaylight-sfc.qcow2 %changelog +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 +- Version update for Colorado * Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-1 - Initial Packaging diff --git a/build/opnfv-apex-undercloud.spec b/build/opnfv-apex-undercloud.spec index d8b342ea..ae72485f 100644 --- a/build/opnfv-apex-undercloud.spec +++ b/build/opnfv-apex-undercloud.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-undercloud -Version: 2.1 +Version: 3.0 Release: %{release} Summary: Scripts and Disk images to launch the Undercloud for OPNFV Apex @@ -36,6 +36,8 @@ install build/nics-compute.yaml.template %{buildroot}%{_var}/opt/opnfv/nics-comp %{_var}/opt/opnfv/nics-compute.yaml.template %changelog +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 +- Version update for Colorado * Wed Mar 30 2016 Dan Radez <dradez@redhat.com> - 2.1-2 - Replacing NIC files with templates * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-1 diff --git a/build/opnfv-apex.spec b/build/opnfv-apex.spec index 011a1847..acc8a53e 100644 --- a/build/opnfv-apex.spec +++ b/build/opnfv-apex.spec @@ -1,5 +1,5 @@ Name: opnfv-apex -Version: 2.1 +Version: 3.0 Release: %{release} Summary: Overcloud Disk images for OPNFV Apex OpenDaylight deployment @@ -28,6 +28,8 @@ install build/images/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/o %{_var}/opt/opnfv/images/overcloud-full-opendaylight.qcow2 %changelog +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 +- Version update for Colorado * Wed Jan 20 2016 Dan Radez <dradez@redhat.com> - 2.1-4 - cleaning out libvirt config files - replacing instack-virt-setup with direct tripleo calls |