summaryrefslogtreecommitdiffstats
path: root/apex/common
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-11-13 21:51:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-13 21:51:26 +0000
commit9066cb52523aeb4a5b98c634aa6616233b0c0237 (patch)
tree235383dc99deb385ca2a762b6f21e3ab900dbf4f /apex/common
parentb188263699077102e956929970cc20191dafd312 (diff)
parent1817e62a1a79061fbf397b2a8dfda8fdbf0d419b (diff)
Merge "Remove downloading undercloud.qcow2"
Diffstat (limited to 'apex/common')
-rw-r--r--apex/common/constants.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index e0afbc0a..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/rdo_trunk/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 = {