From 498356c9efb765a5714845ce8303dc8a264eb300 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 24 Oct 2018 12:25:20 -0400 Subject: Change OPNFV Artifacts URL This change allows downloading of files larger than 20GB. Change-Id: I881ea35316e67980d4144e46bfbd41501e80f497 Signed-off-by: Tim Rozet --- apex/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/common/constants.py b/apex/common/constants.py index bd8ffdbb..e0afbc0a 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -67,7 +67,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) -- cgit 1.2.3-korg