Merge "Restructured the installation-instruction file into indexed sub files"
[apex.git] / build / opnfv-apex.spec
1 Name:           opnfv-apex
2 Version:        2.1
3 Release:        %{release}
4 Summary:        Overcloud Disk images for OPNFV Apex OpenDaylight deployment
5
6 Group:          System Environment
7 License:        Apache 2.0
8 URL:            https://gerrit.opnfv.org/gerrit/apex.git
9 Source0:        opnfv-apex.tar.gz
10
11 Provides:       opnfv-apex-sdn
12 BuildArch:      noarch
13 Requires:       opnfv-apex-common opnfv-apex-undercloud
14 Conflicts:      opnfv-apex-onos opnfv-apex-opencontrail
15
16 %description
17 Overcloud Disk images for OPNFV Apex OpenDaylight deployment
18 https://wiki.opnfv.org/apex
19
20 %prep
21 %setup -q
22
23 %install
24 mkdir -p %{buildroot}%{_var}/opt/opnfv/stack/
25 install build/stack/overcloud-full.qcow2 %{buildroot}%{_var}/opt/opnfv/stack/
26
27 %files
28 %defattr(644, root, root, -)
29 %{_var}/opt/opnfv/stack/overcloud-full.qcow2
30
31 %changelog
32 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-2
33 - Package Split
34 * Wed Jan 13 2016 Dan Radez <dradez@redhat.com> - 2.1-1
35 - Incrementing Minor for Bramaputra RC release
36 * Sun Dec 20 2015 Tim Rozet <trozet@redhat.com> - 2.0-8
37 - Modifies networks to include OPNFV private/storage networks
38 * Tue Dec 15 2015 Dan Radez <dradez@redhat.com> - 2.0-7
39 - Added deploy settings for flat network config
40 - cleaned up files that don't need to be in the rpm
41 * Wed Dec 09 2015 Dan Radez <dradez@redhat.com> - 2.0-6
42 - Updating the OpenDaylight Patch
43 * Sat Dec 05 2015 Dan Radez <dradez@redhat.com> - 2.0-5
44 - Removing glance images
45 * Fri Nov 20 2015 Dan Radez <dradez@redhat.com> - 2.0-4
46 - Adding documentation
47 * Thu Nov 12 2015 Dan Radez <dradez@redhat.com> - 2.0-3
48 - OpenDaylight and Network Isolation support
49 * Wed Oct 21 2015 Dan Radez <dradez@redhat.com> - 2.0-2
50 - Initial deployment success using RPM packaging
51 * Fri Sep 25 2015 Dan Radez <dradez@redhat.com> - 2.0-1
52 - Migrated to RDO Manager
53 * Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
54 - Initial Packaging