summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex-opendaylight-sfc.spec
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-22 08:25:33 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-22 08:25:33 +0000
commit2e2779549879b01c994f5e2685179f0d2ce319fc (patch)
tree97d1329ec63049b9bb34fc9c6690b7427147b8da /build/opnfv-apex-opendaylight-sfc.spec
parent9e8b5e9f68dde6c427d0617a7cf4b932a802b923 (diff)
parented90b347e4228477f419a1b483f3997639665fef (diff)
Merge "adding SFC overcloud image"
Diffstat (limited to 'build/opnfv-apex-opendaylight-sfc.spec')
-rw-r--r--build/opnfv-apex-opendaylight-sfc.spec32
1 files changed, 32 insertions, 0 deletions
diff --git a/build/opnfv-apex-opendaylight-sfc.spec b/build/opnfv-apex-opendaylight-sfc.spec
new file mode 100644
index 00000000..6d980f21
--- /dev/null
+++ b/build/opnfv-apex-opendaylight-sfc.spec
@@ -0,0 +1,32 @@
+Name: opnfv-apex-opendaylight-sfc
+Version: 2.1
+Release: %{release}
+Summary: Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment
+
+Group: System Environment
+License: Apache 2.0
+URL: https://gerrit.opnfv.org/gerrit/apex.git
+Source0: opnfv-apex-opendaylight-sfc.tar.gz
+
+Provides: opnfv-apex-sdn
+BuildArch: noarch
+Requires: opnfv-apex-common opnfv-apex-undercloud
+
+%description
+Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment
+https://wiki.opnfv.org/apex
+
+%prep
+%setup -q
+
+%install
+mkdir -p %{buildroot}%{_var}/opt/opnfv/stack/
+install build/stack/overcloud-full-opendaylight-sfc.qcow2 %{buildroot}%{_var}/opt/opnfv/stack/
+
+%files
+%defattr(644, root, root, -)
+%{_var}/opt/opnfv/stack/overcloud-full-opendaylight-sfc.qcow2
+
+%changelog
+* Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-1
+- Initial Packaging