diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-12 11:28:57 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-18 14:59:10 +0000 |
commit | b3840e9981c007e26eb7cbdf94f66d0f58a6e3f7 (patch) | |
tree | 1b114aa81dbeac77f964f82feedb3ca0016e4935 /build/rpm_specs/opnfv-apex-opendaylight-sfc.spec | |
parent | 08c991dd086f4c4d094e232d0dfb39c760eff521 (diff) |
Consolidate ODL SFC RPM into ODL RPM
OVS NSH can be installed at deploy time.
Change-Id: Ie875ada99053df95c6534e269f4dd627396489bc
JIRA: APEX-324
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 0f866cf4bfd57c28a754f274582887c943694953)
Diffstat (limited to 'build/rpm_specs/opnfv-apex-opendaylight-sfc.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex-opendaylight-sfc.spec | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec b/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec deleted file mode 100644 index a63ec7c5..00000000 --- a/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec +++ /dev/null @@ -1,34 +0,0 @@ -Name: opnfv-apex-opendaylight-sfc -Version: 3.0 -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/images/ -install build/images/overcloud-full-opendaylight-sfc.qcow2 %{buildroot}%{_var}/opt/opnfv/images/ - -%files -%defattr(644, root, root, -) -%{_var}/opt/opnfv/images/overcloud-full-opendaylight-sfc.qcow2 - -%changelog -* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 -- Version update for Colorado -* Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-1 -- Initial Packaging |