diff options
author | Tim Rozet <trozet@redhat.com> | 2018-10-24 12:25:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-10-24 12:25:20 -0400 |
commit | 498356c9efb765a5714845ce8303dc8a264eb300 (patch) | |
tree | 386dd1237de931b0f513ef14f07e0dc3b729c960 | |
parent | cec64aa45b75141d317f259a4faa51ebe53cc9a0 (diff) |
Change OPNFV Artifacts URL
This change allows downloading of files larger than 20GB.
Change-Id: I881ea35316e67980d4144e46bfbd41501e80f497
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | apex/common/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |