From ae96bbde9c2a40401929103f66cbf61b8ef2d6cb Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 31 Aug 2015 14:59:43 -0400 Subject: adding master support for building updating build.sh to use RDO manager ensuring jenkins will build properly Change-Id: Id7660c49650a85958e5ff0153d9b5cc6255cb6ad Signed-off-by: Dan Radez --- build/opnfv-apex.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 build/opnfv-apex.spec (limited to 'build/opnfv-apex.spec') diff --git a/build/opnfv-apex.spec b/build/opnfv-apex.spec new file mode 100644 index 00000000..fb010615 --- /dev/null +++ b/build/opnfv-apex.spec @@ -0,0 +1,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 - 2.0-1 +- Migrated to RDO Manager +* Fri Apr 24 2015 Dan Radez - 0.1-1 +- Initial Packaging -- cgit 1.2.3-korg