Merge "Use docker registry mirror in overcloud"

This commit is contained in:
Zuul 2019-10-31 19:00:32 +00:00 committed by Gerrit Code Review
commit c0d712f309
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
parameter_defaults:
DockerInsecureRegistryAddress:
- {{ local_docker_registry_host }}:8787
{% if undercloud_docker_registry_mirror is defined and undercloud_docker_registry_mirror %}
DockerRegistryMirror: {{ undercloud_docker_registry_mirror }}
{% endif %}
ContainerImagePrepare:
- push_destination: "{{ local_docker_registry_host }}:8787"
{% if update_containers|bool and not use_overcloud_mixed_upgrade|default(false)|bool %}