summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex.spec
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-08-31 14:59:43 -0400
committerDan Radez <dradez@redhat.com>2015-10-01 10:52:23 -0400
commitae96bbde9c2a40401929103f66cbf61b8ef2d6cb (patch)
treedb7800870df9e621a275bbe8aaa7d764571b814c /build/opnfv-apex.spec
parent3f313d76874b29eb0da6c6d2d3768bf7c546e0c5 (diff)
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 <dradez@redhat.com>
Diffstat (limited to 'build/opnfv-apex.spec')
-rw-r--r--build/opnfv-apex.spec40
1 files changed, 40 insertions, 0 deletions
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 <dradez@redhatcom> - 2.0-1
+- Migrated to RDO Manager
+* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
+- Initial Packaging