summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex.spec
blob: fb010615700b40f860a352e2ff2efaf55ced6643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name:		opnfv-apex
Version:	2.0
Release:	1
Summary:	RDO Manager disk images for deployment

Group:		System Environment
License:	Apache 2.0
URL:		https://gerrit.opnfv.org/gerrit/apex.git
Source0:	opnfv-apex.tar.gz

#BuildRequires:
#Requires:

%description
These files are disk images used to launch the instack
libvirt VM and to load into the instack undercloud machine
to deploy an OpenStack overcloud.

%prep
%setup -q


%build

%install
mkdir -p %{buildroot}/usr/bin/
cp ci/deploy.sh %{buildroot}/usr/bin/

mkdir -p %{buildroot}/var/lib/libvirt/images/
cp build/instack.qcow2 %{buildroot}/var/lib/libvirt/images/

%files
/usr/bin/deploy.sh
/var/lib/libvirt/images/instack.qcow2

%changelog
* Fri Sep 25 2015 Dan Radez <dradez@redhatcom> - 2.0-1
- Migrated to RDO Manager
* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
- Initial Packaging