CI: Use Zuul cache/mirror for docker
Change-Id: I3c419b4b2a86eb059744b05e4be797ea7ace8816
This commit is contained in:
parent
6037190b34
commit
31c7317ab3
@ -11,6 +11,9 @@ network_address_family: "{{ address_family }}"
|
||||
kolla_container_engine: "{{ container_engine }}"
|
||||
docker_restart_policy: "no"
|
||||
|
||||
docker_apt_url: "http://{{ zuul_site_mirror_fqdn }}:8080/docker/{{ ansible_facts.distribution | lower }}"
|
||||
docker_yum_url: "http://{{ zuul_site_mirror_fqdn }}:8080/docker/centos"
|
||||
|
||||
{% if container_engine == 'podman' %}
|
||||
podman_debug: true
|
||||
podman_registry_mirrors:
|
||||
|
Loading…
Reference in New Issue
Block a user