From fc141a3b62cc1c4de6c322eb47d2153440623791 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 12 Oct 2016 10:52:27 -0400 Subject: Conditionally install OVS NSH in ONOS deployment OVS with NSH should be installed only if we're enabling SFC in an ONOS deployment JIRA: APEX-331 Change-Id: I54826bb2d62b20c42f00c856d8458444f2f795e5 Signed-off-by: Dan Radez (cherry picked from commit 8c30286eba760e1c2dc3c6a9812d7be5a02de47d) --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index a041a926..6ab3bb92 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -30,6 +30,9 @@ net_isolation_arg="" post_config="TRUE" debug="FALSE" +ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm +ovs_kmod_rpm_name=openvswitch-kmod-2.5.90-1.el7.centos.x86_64.rpm + declare -i CNT declare UNDERCLOUD declare -A deploy_options_array -- cgit 1.2.3-korg