Update default container registry to quay.io
The constant for tripleoclient was still set to docker.io instead of quay.io. Change-Id: I2450e0fe2f497c9e627a1e75924a447b10c2b570 Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
parent
8d16633e7f
commit
0fa8098973
@ -35,7 +35,7 @@ UNDERCLOUD_NETWORKS_FILE = "network_data_undercloud.yaml"
|
||||
ANSIBLE_HOSTS_FILENAME = "hosts.yaml"
|
||||
ANSIBLE_CWL = "tripleo_dense,tripleo_profile_tasks,tripleo_states"
|
||||
CONTAINER_IMAGE_PREPARE_LOG_FILE = "container_image_prepare.log"
|
||||
DEFAULT_CONTAINER_REGISTRY = "docker.io"
|
||||
DEFAULT_CONTAINER_REGISTRY = "quay.io"
|
||||
DEFAULT_CONTAINER_NAMESPACE = "tripleomaster"
|
||||
DEFAULT_CONTAINER_TAG = "current-tripleo"
|
||||
DEFAULT_RESOURCE_REGISTRY = 'overcloud-resource-registry-puppet.yaml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user