Skip to content

Commit 23519e6

Browse files
committed
CI: Use debian/ubuntu images from quay mirror
Change-Id: I3fab494e939478458c2c299303f5c2c91943e0ec
1 parent dca8462 commit 23519e6

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
@@ -24,6 +24,15 @@
2424
mode: 0777
2525
become: true
2626

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

0 commit comments

Comments
 (0)