[OVN] Bump OVN version to v20.06.1
This commit bumps the OVN version used in the gate from v20.03.0 to the latest tagged version, v20.06.1. Change-Id: Ie070f3c4d75272d12f295a2ea4f7fa6548a7b002 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
parent
927b1dd804
commit
164755264b
@ -33,7 +33,7 @@ source $NEUTRON_DIR/devstack/lib/ovs
|
||||
OVN_REPO=${OVN_REPO:-https://github.com/ovn-org/ovn.git}
|
||||
OVN_REPO_NAME=$(basename ${OVN_REPO} | cut -f1 -d'.')
|
||||
OVN_REPO_NAME=${OVN_REPO_NAME:-ovn}
|
||||
OVN_BRANCH=${OVN_BRANCH:-v20.03.0}
|
||||
OVN_BRANCH=${OVN_BRANCH:-v20.06.1}
|
||||
# The commit removing OVN bits from the OVS tree, it is the commit that is not
|
||||
# present in OVN tree and is used to distinguish if OVN is part of OVS or not.
|
||||
# https://github.com/openvswitch/ovs/commit/05bf1dbb98b0635a51f75e268ef8aed27601401d
|
||||
|
@ -18,7 +18,7 @@
|
||||
- ^neutron/locale/.*$
|
||||
- ^releasenotes/.*$
|
||||
vars:
|
||||
OVN_BRANCH: v20.03.0
|
||||
OVN_BRANCH: v20.06.1
|
||||
# TODO(jlibosva): v2.13.0 is incompatible with kernel 4.15.0, sticking to commit hash until new v2.13 tag is created.
|
||||
OVS_BRANCH: 51e9479da62edb04a5be47a7655de75c299b9fa1
|
||||
devstack_services:
|
||||
|
@ -270,7 +270,7 @@
|
||||
parent: neutron-ovn-tempest-ovs-ipv6-only-base
|
||||
vars:
|
||||
devstack_localrc:
|
||||
OVN_BRANCH: v20.03.0
|
||||
OVN_BRANCH: v20.06.1
|
||||
# TODO(jlibosva): v2.13.0 is incompatible with kernel 4.15.0, sticking to commit hash until new v2.13 tag is created
|
||||
OVS_BRANCH: 51e9479da62edb04a5be47a7655de75c299b9fa1
|
||||
|
||||
@ -280,7 +280,7 @@
|
||||
parent: neutron-ovn-base
|
||||
vars:
|
||||
devstack_localrc:
|
||||
OVN_BRANCH: v20.03.0
|
||||
OVN_BRANCH: v20.06.1
|
||||
# TODO(jlibosva): v2.13.0 is incompatible with kernel 4.15.0, sticking to commit hash until new v2.13 tag is created
|
||||
OVS_BRANCH: 51e9479da62edb04a5be47a7655de75c299b9fa1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user