Skip to content

Commit 0a8d76e

Browse files
committed
CI: Use debian/ubuntu images from quay mirror
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/936666 Change-Id: I3fab494e939478458c2c299303f5c2c91943e0ec (cherry picked from commit 7ba43d2)
1 parent 68e96e7 commit 0a8d76e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/playbooks/run.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
mode: 0777
2424
become: true
2525

26+
- name: Use ubuntu/debian base image from mirror
27+
vars:
28+
kolla_mirror_config:
29+
DEFAULT:
30+
base_image: "quay.io/openstack.kolla/{{ base_distro }}"
31+
set_fact:
32+
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
33+
when: base_distro in ['debian', 'ubuntu']
34+
2635
- name: Add publisher config
2736
vars:
2837
kolla_publisher_config:

0 commit comments

Comments
 (0)