Skip to content

Commit a86c646

Browse files
authored
Merge pull request #366 from stackhpc/upstream/2024.1-2024-12-02
Synchronise 2024.1 with upstream
2 parents a6f73fd + 0a8d76e commit a86c646

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)