diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-12 10:52:27 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-13 13:14:13 +0000 |
commit | fc141a3b62cc1c4de6c322eb47d2153440623791 (patch) | |
tree | 5ce5fb5c3830687538354ee693449b6448dfff31 /ci | |
parent | f8da17969ca068b13dd5cdf628f530e111269d8d (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>
(cherry picked from commit 8c30286eba760e1c2dc3c6a9812d7be5a02de47d)
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 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 |