Skip to content
Snippets Groups Projects
Commit 8ece7cce authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[CI] Always use quay.io via infra's mirror"

parents 756792e5 92e8a624
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
set_fact: set_fact:
# NOTE(yoctozepto): no support for upgrades for now # NOTE(yoctozepto): no support for upgrades for now
docker_image_tag: "{{ build_image_tag if need_build_image else (zuul.branch | basename) ~ docker_image_tag_suffix }}" docker_image_tag: "{{ build_image_tag if need_build_image else (zuul.branch | basename) ~ docker_image_tag_suffix }}"
docker_image_prefix: "{{ 'primary:4000/lokolla/' if need_build_image else 'kolla/' }}" docker_image_prefix: "{{ 'primary:4000/lokolla/' if need_build_image else '{{ zuul_site_mirror_fqdn }}:4447/openstack.kolla/' }}"
# NOTE(yoctozepto): k-a octavia-certificates should run before k-a bootstrap-servers # NOTE(yoctozepto): k-a octavia-certificates should run before k-a bootstrap-servers
# because the latter hijacks /etc/kolla permissions (due to same directory on the # because the latter hijacks /etc/kolla permissions (due to same directory on the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment