Merge "Push to local registry when building containers"

This commit is contained in:
Zuul 2022-05-23 08:42:00 +00:00 committed by Gerrit Code Review
commit be5e48aeed
1 changed files with 0 additions and 4 deletions

View File

@ -13,11 +13,7 @@ parameter_defaults:
DockerRegistryMirror: {{ undercloud_docker_registry_mirror }}
{% endif %}
ContainerImagePrepare:
{% if not build_container_images|default(false)|bool %}
- push_destination: "{{ local_docker_registry_host }}:8787"
{% else %}
- push_destination: false
{% endif %}
{% if update_containers|bool
and not use_overcloud_mixed_upgrade|default(false)|bool
and not job.consumer_job | default(false) | bool