Skip to content

Commit 77e2844

Browse files
authored
Merge pull request #201 from stackhpc/upstream/xena-2023-02-20
Synchronise xena with upstream
2 parents 4ab7e3f + e28695f commit 77e2844

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/playbooks/run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
DEFAULT:
99
debug: true
1010
logs_dir: "{{ kolla_build_logs_dir }}"
11-
work_dir: "{{ kolla_logs_dir }}/work_dir"
1211
quiet: true
1312
base: "{{ base_distro }}"
1413
install_type: "{{ install_type }}"
@@ -43,5 +42,8 @@
4342
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/template_overrides.j2"
4443
dest: /etc/kolla/template_overrides.j2
4544

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+
4648
- name: Run kolla-build
4749
command: "{{ virtualenv_path }}/bin/kolla-build"

0 commit comments

Comments
 (0)