From a4343527d64cd793643fce8c174f7b4b484fe7d1 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 26 Jul 2018 14:46:24 -0400 Subject: 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 --- apex/common/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apex/common/constants.py') 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' -- cgit 1.2.3-korg