summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorRicardo Noriega <rnoriega@redhat.com>2018-11-21 10:24:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-21 10:24:52 +0000
commit9fde9e2987871ccf16d16adf6efa6b47bf5608bb (patch)
treed735d36c746a7fded1d3376e9397af5ab5af5d2b /apex/common/constants.py
parent1fc27d26a7e2dab1fdd0718d2d8a3c751a6cb701 (diff)
parent8f75445a37099590f36ce6044109209c67ef0deb (diff)
Merge "Bring in aarch64 support in apex"
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index e89e7e75..dbdf70d9 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -67,6 +67,8 @@ VALID_DOCKER_SERVICES = {
}
DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \
'/tripleomaster/'
+DOCKERHUB_AARCH64 = 'https://registry.hub.docker.com/v2/repositories' \
+ '/armbandapex/'
KUBESPRAY_URL = 'https://github.com/kubernetes-incubator/kubespray.git'
OPNFV_ARTIFACTS = 'http://storage.googleapis.com/artifacts.opnfv.org'
CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \