summaryrefslogtreecommitdiffstats
path: root/build/overcloud-opendaylight-sfc.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-11 13:33:41 -0400
committerTim Rozet <trozet@redhat.com>2016-08-11 13:33:41 -0400
commit05a60233aa46840753dec256ec14668584eb951f (patch)
treea0fc5f32105cec72d26f6a6a2abcb76c3e78ce6e /build/overcloud-opendaylight-sfc.sh
parent6e103b96659cb133f222f8caf7c194568945ac88 (diff)
Fixes NSH OVS 2.5.90
A bump in overcloud kernel caused NSH OVS to break. This patch upgrades the OVS RPMs. JIRA: APEX-214 Change-Id: I03179b47c4456decfa869e2e5065c1a5a1de579e Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/overcloud-opendaylight-sfc.sh')
-rwxr-xr-xbuild/overcloud-opendaylight-sfc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/overcloud-opendaylight-sfc.sh b/build/overcloud-opendaylight-sfc.sh
index 7f8508a8..612f483d 100755
--- a/build/overcloud-opendaylight-sfc.sh
+++ b/build/overcloud-opendaylight-sfc.sh
@@ -20,8 +20,8 @@ cp -f overcloud-full-opendaylight.qcow2 overcloud-full-opendaylight-sfc_build.qc
# upgrade ovs into ovs 2.5.90 with NSH function
if ! [[ -f "$ovs_rpm_name" && -f "$ovs_kmod_rpm_name" ]]; then
- curl -L -O ${onos_ovs_uri}/package_ovs_rpm2.tar.gz
- tar -xzf package_ovs_rpm2.tar.gz
+ curl -L -O ${onos_ovs_uri}/${onos_ovs_pkg}
+ tar -xzf ${onos_ovs_pkg}
fi
LIBGUESTFS_BACKEND=direct virt-customize --upload ${ovs_kmod_rpm_name}:/root/ \