From 31c7317ab3644aa93e924d2bd3ff7c022170b05e Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 8 Jan 2025 14:28:13 +0100 Subject: [PATCH] CI: Use Zuul cache/mirror for docker Change-Id: I3c419b4b2a86eb059744b05e4be797ea7ace8816 --- tests/templates/globals-default.j2 | 3 +++ 1 file changed, 3 insertions(+) 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: