From c4b66d46770847e9090a06c4c2ec3e8266606282 Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Fri, 27 Jul 2018 11:29:41 +0200 Subject: Enable BGPVPN for master deployments - Injection of Quagga tarball via overcloud builder. - Extraction and installation of all related packages. - It uses SDNVPN artifact repository to download Quagga tarball, so there is only one source to test. - Modifies bgpvpn scenario files to use OS master branch, ODL master branch and containers. JIRA: APEX-627 Change-Id: Icdbc2853d9531048e23fd6d5e444bd68208d18fc Signed-off-by: Ricardo Noriega --- apex/common/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apex/common/constants.py') diff --git a/apex/common/constants.py b/apex/common/constants.py index d855222c..138166f0 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -63,6 +63,7 @@ VALID_DOCKER_SERVICES = { 'neutron-opendaylight.yaml': None, 'neutron-opendaylight-dpdk.yaml': None, 'neutron-opendaylight-sriov.yaml': None, + 'neutron-bgpvpn-opendaylight.yaml': None, 'neutron-ml2-ovn.yaml': 'neutron-ovn.yaml' } DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \ @@ -70,3 +71,5 @@ DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \ 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" -- cgit 1.2.3-korg