summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-11-06 09:56:21 -0500
committerTim Rozet <trozet@redhat.com>2018-11-06 09:56:21 -0500
commit3317286a3b39b125fb8895b1e2bfa2f0d230de78 (patch)
tree9d086b627b2003e7fa2b5996423a6ee23aa8e2ba /apex/common/constants.py
parente985bdd42efa05b9bed7352e36f37f84eed9b34a (diff)
Fix Undercloud URL path
Modify the URL path for undercloud disk image to opnfv artifacts. The undercloud image was removed from upstream TripleO, so we need to use the latest known good version for Gambia release, stored in OPNFV artifacts. In the future we will remove downloading undercloud image and just use the overcloud image for undercloud. Change-Id: I17a3bbaf67d55de05c195712d7fee6e89676bc16 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 49534965..790a9e30 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -71,6 +71,7 @@ DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \
'/tripleomaster/'
KUBESPRAY_URL = 'https://github.com/kubernetes-incubator/kubespray.git'
OPNFV_ARTIFACTS = 'http://storage.googleapis.com/artifacts.opnfv.org'
+UNDERCLOUD_URL = "{}/apex/gambia/".format(OPNFV_ARTIFACTS)
CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \
'rpm'.format(OPNFV_ARTIFACTS)