diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-28 13:05:21 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-08-02 15:09:19 -0400 |
commit | 48cbae08f2df3cde9a35c539a75a0655f6f64872 (patch) | |
tree | 725bb08e63a0c3e99a69ba67f08860f053c31bfe /ci/deploy.sh | |
parent | 98339f98d955bb046e9651f8c0c4f17eb2b0f79f (diff) |
Builds and installs ovs 2.6.1 with NSH support
Change-Id: I369b9d24880ebdb0836e42740ebf27082be9de99
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 59fcb198..f1a807f7 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -28,8 +28,8 @@ dnslookup_site="www.google.com" 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 +ovs_rpm_name=openvswitch-2.6.1-1.el7.centos.x86_64.rpm +ovs_kmod_rpm_name=openvswitch-kmod-2.6.1-1.el7.centos.x86_64.rpm declare -i CNT declare UNDERCLOUD |