fdda3025fa432d7a01175c74093e166f9548a750
[apex.git] / build / rpm_specs / opnfv-apex.spec
1 Name:           opnfv-apex
2 Version:        5.0
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:       python34-opnfv-apex opnfv-apex-undercloud
14
15 %description
16 Overcloud Disk images for OPNFV Apex OpenDaylight deployment
17 https://wiki.opnfv.org/apex
18
19 %prep
20 %setup -q
21
22 %build
23
24 %install
25 mkdir -p %{buildroot}%{_var}/opt/opnfv/images/
26 install build/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
27 install build/overcloud-full.vmlinuz %{buildroot}%{_var}/opt/opnfv/images/
28 install build/overcloud-full.initrd  %{buildroot}%{_var}/opt/opnfv/images/
29
30 %files
31 %defattr(644, root, root, -)
32 %{_var}/opt/opnfv/images/overcloud-full-opendaylight.qcow2
33 %{_var}/opt/opnfv/images/overcloud-full.vmlinuz
34 %{_var}/opt/opnfv/images/overcloud-full.initrd
35
36 %changelog
37 * Wed Aug 23 2017 Tim Rozet <trozet@redhat.com> - 5.0-3
38 - Updated requirements
39 * Fri May 26 2017 Tim Rozet <trozet@redhat.com> - 5.0-2
40 - Fixes missing ramdisk and kernel
41 * Tue Apr 04 2017 Dan Radez <dradez@redhat.com> - 5.0-1
42 - Version update for Euphrates
43 * Wed Dec 7 2016 Tim Rozet <trozet@redhat.com> - 4.0-2
44 - Make install path consistent
45 * Wed Nov 2 2016 Dan Radez <dradez@redhat.com> - 4.0-1
46 - Version update for Danube
47 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0
48 - Version update for Colorado
49 * Wed Jan 20 2016 Dan Radez <dradez@redhat.com> - 2.1-4
50 - cleaning out libvirt config files
51 - replacing instack-virt-setup with direct tripleo calls
52 * Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-3
53 - Remove conflicts with other SDN controllers, they can co-exist now
54 - update overcloud image name to specify opendaylight
55 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-2
56 - Package Split
57 * Wed Jan 13 2016 Dan Radez <dradez@redhat.com> - 2.1-1
58 - Incrementing Minor for Bramaputra RC release
59 * Sun Dec 20 2015 Tim Rozet <trozet@redhat.com> - 2.0-8
60 - Modifies networks to include OPNFV private/storage networks
61 * Tue Dec 15 2015 Dan Radez <dradez@redhat.com> - 2.0-7
62 - Added deploy settings for flat network config
63 - cleaned up files that don't need to be in the rpm
64 * Wed Dec 09 2015 Dan Radez <dradez@redhat.com> - 2.0-6
65 - Updating the OpenDaylight Patch
66 * Sat Dec 05 2015 Dan Radez <dradez@redhat.com> - 2.0-5
67 - Removing glance images
68 * Fri Nov 20 2015 Dan Radez <dradez@redhat.com> - 2.0-4
69 - Adding documentation
70 * Thu Nov 12 2015 Dan Radez <dradez@redhat.com> - 2.0-3
71 - OpenDaylight and Network Isolation support
72 * Wed Oct 21 2015 Dan Radez <dradez@redhat.com> - 2.0-2
73 - Initial deployment success using RPM packaging
74 * Fri Sep 25 2015 Dan Radez <dradez@redhat.com> - 2.0-1
75 - Migrated to RDO Manager
76 * Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
77 - Initial Packaging