[CI] Always use quay.io via infra's mirror
For Swift, CI was still using DockerHub, directly. The issue with DockerHub itself is that we publish there only weekly. The issue with not using infra's mirror is that we waste precious resources. Time to end that drama. Change-Id: I928090c24f0eb24f8fab9b7412b58e854246fe80
This commit is contained in:
parent
4fe8ef79c6
commit
92e8a62406
@ -303,7 +303,7 @@
|
||||
set_fact:
|
||||
# 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_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
|
||||
# because the latter hijacks /etc/kolla permissions (due to same directory on the
|
||||
|
Loading…
x
Reference in New Issue
Block a user