Change OPNFV Artifacts URL 61/63961/1
authorTim Rozet <trozet@redhat.com>
Wed, 24 Oct 2018 16:25:20 +0000 (12:25 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 24 Oct 2018 16:25:20 +0000 (12:25 -0400)
This change allows downloading of files larger than 20GB.

Change-Id: I881ea35316e67980d4144e46bfbd41501e80f497
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/common/constants.py

index bd8ffdb..e0afbc0 100644 (file)
@@ -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)