Merge "CI: Use Zuul cache/mirror for docker"
This commit is contained in:
commit
b4e9022a8e
@ -11,6 +11,9 @@ network_address_family: "{{ address_family }}"
|
|||||||
kolla_container_engine: "{{ container_engine }}"
|
kolla_container_engine: "{{ container_engine }}"
|
||||||
docker_restart_policy: "no"
|
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' %}
|
{% if container_engine == 'podman' %}
|
||||||
podman_debug: true
|
podman_debug: true
|
||||||
podman_registry_mirrors:
|
podman_registry_mirrors:
|
||||||
|
Loading…
Reference in New Issue
Block a user