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 68e96e7 commit 0a8d76eCopy full SHA for 0a8d76e
tests/playbooks/run.yml
@@ -23,6 +23,15 @@
23
mode: 0777
24
become: true
25
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
+
35
- name: Add publisher config
36
vars:
37
kolla_publisher_config:
0 commit comments