X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Fconstants.py;h=0d71e6e39fcfb7575a235cea347a8933eba0972b;hb=dc83fb1667a1a65ad333a3aab1c2843601180b23;hp=d855222c5975e805ca7c20b06e8e186547b144e1;hpb=a4343527d64cd793643fce8c174f7b4b484fe7d1;p=apex.git diff --git a/apex/common/constants.py b/apex/common/constants.py index d855222c..0d71e6e3 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -51,7 +51,7 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ '/puppet-opendaylight' DEBUG_OVERCLOUD_PW = 'opnfvapex' NET_ENV_FILE = 'network-environment.yaml' -DEPLOY_TIMEOUT = 90 +DEPLOY_TIMEOUT = 120 UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \ '-tripleo-rdo/' OPENSTACK_GERRIT = 'https://review.openstack.org' @@ -63,10 +63,17 @@ VALID_DOCKER_SERVICES = { 'neutron-opendaylight.yaml': None, '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' +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" + +OVS_URL = "http://openvswitch.org/releases/openvswitch-2.9.2.tar.gz"