diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 6e35d2abe9..b9e801ce30 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -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: