summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-07-26 14:46:24 -0400
committerTim Rozet <trozet@redhat.com>2018-07-26 22:06:08 +0000
commita4343527d64cd793643fce8c174f7b4b484fe7d1 (patch)
treeee07c6a341acf7dd6ecf6bd86af523a2a71bc318 /apex/common/constants.py
parent6f7a9a9441e6ce5b689a0c5705804d8eea0e002a (diff)
Update OVS in overcloud
This bug fix is not present in the RDO versions of OVS: https://bugzilla.redhat.com/show_bug.cgi?id=1544892 The impact of this is that traffic sent through a patch port (like from br-int to br-ex) will not be sent correctly with OF groups (which ODL uses). This would cause tenant vlan traffic not to work in our case. Change-Id: Ia477b174118dcd2d7fb24189c2d093218eb97053 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 9c6b2a24..d855222c 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -68,3 +68,5 @@ VALID_DOCKER_SERVICES = {
DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \
'/tripleomaster/'
KUBESPRAY_URL = 'https://github.com/kubernetes-incubator/kubespray.git'
+CUSTOM_OVS = 'http://artifacts.opnfv.org/apex/random/openvswitch-2.9.0-9' \
+ '.el7fdn.x86_64.rpm'