X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Fconstants.py;h=e89e7e75d1dbec713350676ee1fe9696f701c0c0;hb=1817e62a1a79061fbf397b2a8dfda8fdbf0d419b;hp=5a2b7f98e84673eb6942ef3d5a03aba2166c989c;hpb=e1c125496077fe9b693c80ad0ab9e345f1d2f438;p=apex.git diff --git a/apex/common/constants.py b/apex/common/constants.py index 5a2b7f98..e89e7e75 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -49,11 +49,12 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ DEBUG_OVERCLOUD_PW = 'opnfvapex' NET_ENV_FILE = 'network-environment.yaml' DEPLOY_TIMEOUT = 120 -UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \ - '-tripleo-rdo/' +RDO_TAG = 'current-tripleo' +UPSTREAM_RDO = "https://images.rdoproject.org/master/rdo_trunk/{}/".format( + RDO_TAG) OPENSTACK_GERRIT = 'https://review.openstack.org' -DOCKER_TAG = 'current-tripleo-rdo' +DOCKER_TAG = RDO_TAG # Maps regular service files to docker versions # None value means mapping is same as key VALID_DOCKER_SERVICES = { @@ -67,7 +68,7 @@ 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' +OPNFV_ARTIFACTS = 'http://storage.googleapis.com/artifacts.opnfv.org' CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \ 'rpm'.format(OPNFV_ARTIFACTS)