From 3317286a3b39b125fb8895b1e2bfa2f0d230de78 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 6 Nov 2018 09:56:21 -0500 Subject: 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 --- apex/common/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apex/common/constants.py') 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) -- cgit 1.2.3-korg