Skip to content

Commit 7ba43d2

Browse files
committed
CI: Use debian/ubuntu images from quay mirror
Change-Id: I3fab494e939478458c2c299303f5c2c91943e0ec
1 parent 223ed18 commit 7ba43d2

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
@@ -22,6 +22,15 @@
2222
mode: 0777
2323
become: true
2424

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

0 commit comments

Comments
 (0)