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 7ba43d2820cd91b1108e5473eb0a9c26ae4a9cb8)
This commit is contained in:
parent
68e96e72f4
commit
0a8d76e861
@ -23,6 +23,15 @@
|
|||||||
mode: 0777
|
mode: 0777
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Use ubuntu/debian base image from mirror
|
||||||
|
vars:
|
||||||
|
kolla_mirror_config:
|
||||||
|
DEFAULT:
|
||||||
|
base_image: "quay.io/openstack.kolla/{{ base_distro }}"
|
||||||
|
set_fact:
|
||||||
|
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
|
||||||
|
when: base_distro in ['debian', 'ubuntu']
|
||||||
|
|
||||||
- name: Add publisher config
|
- name: Add publisher config
|
||||||
vars:
|
vars:
|
||||||
kolla_publisher_config:
|
kolla_publisher_config:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user