339fff69b4e52d64588576158e28ff58dd557f96
[apex.git] / build / rpm_specs / opnfv-apex-undercloud.spec
1 Name:           opnfv-apex-undercloud
2 Version:        5.0
3 Release:        %{_release}
4 Summary:        Scripts and Disk images to launch the Undercloud for OPNFV Apex
5
6 Group:          System Environment
7 License:        Apache 2.0
8 URL:            https://gerrit.opnfv.org/gerrit/apex.git
9 Source0:        opnfv-apex-undercloud.tar.gz
10
11 BuildArch:      noarch
12 BuildRequires:  python-docutils
13 Requires:       openvswitch libvirt qemu-kvm bridge-utils libguestfs-tools
14
15 %description
16 Scripts and Disk images to launch the Undercloud for OPNFV Apex
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 mkdir -p %{buildroot}%{_var}/opt/opnfv/nics/
27
28 install build/undercloud.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
29 install build/network-environment.yaml %{buildroot}%{_var}/opt/opnfv/
30 install build/nics-template.yaml.jinja2 %{buildroot}%{_var}/opt/opnfv/
31
32 %files
33 %defattr(644, root, root, -)
34 %{_var}/opt/opnfv/images/undercloud.qcow2
35 %{_var}/opt/opnfv/network-environment.yaml
36 %{_var}/opt/opnfv/nics-template.yaml.jinja2
37
38
39 %changelog
40 * Tue Apr 04 2017 Dan Radez <dradez@redhat.com> - 5.0-1
41 - Version update for Euphrates
42 * Wed Nov 2 2016 Dan Radez <dradez@redhat.com> - 4.0-1
43 - Version update for Danube
44 * Tue May 24 2016 Tim Rozet <trozet@redhat.com> - 3.0-1
45 - Adds jinja2 nic templates
46 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0
47 - Version update for Colorado
48 * Wed Mar 30 2016 Dan Radez <dradez@redhat.com> - 2.1-2
49 - Replacing NIC files with templates
50 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-1
51 - Package Split