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.
1 parent dca8462 commit 23519e6Copy full SHA for 23519e6
tests/playbooks/run.yml
@@ -24,6 +24,15 @@
24
mode: 0777
25
become: true
26
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
+
36
- name: Add publisher config
37
vars:
38
kolla_publisher_config:
0 commit comments