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 97dce39 commit e28695fCopy full SHA for e28695f
tests/playbooks/run.yml
@@ -8,7 +8,6 @@
8
DEFAULT:
9
debug: true
10
logs_dir: "{{ kolla_build_logs_dir }}"
11
- work_dir: "{{ kolla_logs_dir }}/work_dir"
12
quiet: true
13
base: "{{ base_distro }}"
14
install_type: "{{ install_type }}"
@@ -43,5 +42,8 @@
43
42
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/template_overrides.j2"
44
dest: /etc/kolla/template_overrides.j2
45
+ - name: Run kolla-build to template out dockerfiles
46
+ command: "{{ virtualenv_path }}/bin/kolla-build --template-only --work-dir {{ kolla_build_logs_dir }}/work_dir"
47
+
48
- name: Run kolla-build
49
command: "{{ virtualenv_path }}/bin/kolla-build"
0 commit comments