diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-12 10:52:27 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-12 14:01:31 -0400 |
commit | 8c30286eba760e1c2dc3c6a9812d7be5a02de47d (patch) | |
tree | f89f66485a82985fbd33a5a2a67bd734902abc18 /ci | |
parent | 4e2424a3802fc541a9b21ad53981b4725ed70320 (diff) |
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 <dradez@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |