summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-22 21:31:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-22 21:31:53 +0000
commit85a3c2e347c1555bf589a7574abd0b651196952f (patch)
tree729fcf5f04b6d0a7fe7e265df344c6a331f8a7ae /apex/common/constants.py
parent25dd19618aecf69917720d10e0e9d7ba2925db14 (diff)
parent14de5d725e74cb885a48146217e2fc9d8f093df6 (diff)
Merge "Enable SFC scenarios for Gambia"
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 2ad22ad5..e9c99a34 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -64,12 +64,13 @@ VALID_DOCKER_SERVICES = {
'neutron-opendaylight-dpdk.yaml': None,
'neutron-opendaylight-sriov.yaml': None,
'neutron-bgpvpn-opendaylight.yaml': None,
+ 'neutron-sfc-opendaylight.yaml': None,
'neutron-ml2-ovn.yaml': 'neutron-ovn.yaml'
}
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'
QUAGGA_URL = "http://artifacts.opnfv.org/sdnvpn/quagga/quagga-4.tar.gz"
+
+OVS_URL = "http://openvswitch.org/releases/openvswitch-2.9.2.tar.gz"