From 8c30286eba760e1c2dc3c6a9812d7be5a02de47d 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 --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index edc6062a..9affa80a 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -28,6 +28,9 @@ ntp_server="pool.ntp.org" 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