summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex.spec
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-08-16 16:58:31 -0400
committerDan Radez <dradez@redhat.com>2016-08-17 14:16:44 -0400
commite025c67845061b21b379c721477e93f80e57f4aa (patch)
tree3dd61e7bad5291cfcf1339ba6c24f03649763ace /build/opnfv-apex.spec
parent0b7fdc099fd750c76334261ef18bfa2e3d70234e (diff)
Moving rpm spec files to a sub directory
Change-Id: I10eebc955cae5006155e045accf2924c393ab522 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/opnfv-apex.spec')
-rw-r--r--build/opnfv-apex.spec61
1 files changed, 0 insertions, 61 deletions
diff --git a/build/opnfv-apex.spec b/build/opnfv-apex.spec
deleted file mode 100644
index acc8a53e..00000000
--- a/build/opnfv-apex.spec
+++ /dev/null
@@ -1,61 +0,0 @@
-Name: opnfv-apex
-Version: 3.0
-Release: %{release}
-Summary: Overcloud Disk images for OPNFV Apex OpenDaylight deployment
-
-Group: System Environment
-License: Apache 2.0
-URL: https://gerrit.opnfv.org/gerrit/apex.git
-Source0: opnfv-apex.tar.gz
-
-Provides: opnfv-apex-sdn
-BuildArch: noarch
-Requires: opnfv-apex-common opnfv-apex-undercloud
-
-%description
-Overcloud Disk images for OPNFV Apex OpenDaylight deployment
-https://wiki.opnfv.org/apex
-
-%prep
-%setup -q
-
-%install
-mkdir -p %{buildroot}%{_var}/opt/opnfv/images/
-install build/images/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
-
-%files
-%defattr(644, root, root, -)
-%{_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
-* Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-3
-- Remove conflicts with other SDN controllers, they can co-exist now
-- update overcloud image name to specify opendaylight
-* Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-2
-- Package Split
-* Wed Jan 13 2016 Dan Radez <dradez@redhat.com> - 2.1-1
-- Incrementing Minor for Bramaputra RC release
-* Sun Dec 20 2015 Tim Rozet <trozet@redhat.com> - 2.0-8
-- Modifies networks to include OPNFV private/storage networks
-* Tue Dec 15 2015 Dan Radez <dradez@redhat.com> - 2.0-7
-- Added deploy settings for flat network config
-- cleaned up files that don't need to be in the rpm
-* Wed Dec 09 2015 Dan Radez <dradez@redhat.com> - 2.0-6
-- Updating the OpenDaylight Patch
-* Sat Dec 05 2015 Dan Radez <dradez@redhat.com> - 2.0-5
-- Removing glance images
-* Fri Nov 20 2015 Dan Radez <dradez@redhat.com> - 2.0-4
-- Adding documentation
-* Thu Nov 12 2015 Dan Radez <dradez@redhat.com> - 2.0-3
-- OpenDaylight and Network Isolation support
-* Wed Oct 21 2015 Dan Radez <dradez@redhat.com> - 2.0-2
-- Initial deployment success using RPM packaging
-* Fri Sep 25 2015 Dan Radez <dradez@redhat.com> - 2.0-1
-- Migrated to RDO Manager
-* Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
-- Initial Packaging