Set default OVS version to 2.5.0 73/45273/1
authorVictor Pickard <vpickard@redhat.com>
Tue, 6 Sep 2016 20:16:00 +0000 (16:16 -0400)
committerVictor Pickard <vpickard@redhat.com>
Tue, 6 Sep 2016 20:16:00 +0000 (16:16 -0400)
Set the default OVS version to 2.5.0, instead
of 2.3.2.

Netvirt-sonar does not pass in OVS_VERSION, so
job was failing, as there is no ovs version
2.3.2 available in the repo.

Change-Id: If4b5f5b2a0b750b37b950c485db430fc19b39380
Signed-off-by: Victor Pickard <vpickard@redhat.com>
jjb/netvirt/include-raw-setup-docker.sh

index c3ffa0fe68e02c500b70812b4710b6459ffde7b6..2aa2842cfa92716860e1242e7946a90c5e311a12 100644 (file)
@@ -2,7 +2,7 @@
 
 set -e
 
-OVS_VERSION=${OVS_VERSION:-2.3.2}
+OVS_VERSION=${OVS_VERSION:-2.5.0}
 
 echo "---> Cleaning up existing Docker processes and images"
 for x in $(docker ps -a -q)