We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8481bb5 + 7ba43d2 commit dcdc25dCopy full SHA for dcdc25d
tests/playbooks/run.yml
@@ -22,6 +22,15 @@
22
mode: 0777
23
become: true
24
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
+
34
- name: Add publisher config
35
vars:
36
kolla_publisher_config:
0 commit comments