summaryrefslogtreecommitdiffstats
path: root/apex/common
diff options
context:
space:
mode:
authorRicardo Noriega <rnoriega@redhat.com>2018-08-23 19:10:01 +0200
committerTim Rozet <trozet@redhat.com>2018-08-23 14:09:59 -0400
commitdc83fb1667a1a65ad333a3aab1c2843601180b23 (patch)
tree179489f3a5fe4a2b7538fd2ed99976375c26b7ad /apex/common
parent85a3c2e347c1555bf589a7574abd0b651196952f (diff)
Recover fix to install custom OVS
Need this fix to make VLAN tenant networks to work. Change-Id: Ie2dea9f0145c576e1b36280e6340ed2cc0460179 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'apex/common')
-rw-r--r--apex/common/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index e9c99a34..0d71e6e3 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -70,6 +70,9 @@ VALID_DOCKER_SERVICES = {
DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \
'/tripleomaster/'
KUBESPRAY_URL = 'https://github.com/kubernetes-incubator/kubespray.git'
+OPNFV_ARTIFACTS = 'http://artifacts.opnfv.org'
+CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \
+ 'rpm'.format(OPNFV_ARTIFACTS)
QUAGGA_URL = "http://artifacts.opnfv.org/sdnvpn/quagga/quagga-4.tar.gz"