Merge "CI: add templated Dockerfiles to build logs"

This commit is contained in:
Zuul 2020-11-24 15:28:39 +00:00 committed by Gerrit Code Review
commit 3c68a4f912
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@
extra-vars:
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"
kolla_work_dir: "{{ kolla_logs_dir }}"
virtualenv_path: "/tmp/kolla-virtualenv"
- job:

View File

@ -14,6 +14,7 @@
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
# and since we don't need isolated networks here, use host networking
network_mode: host
work_dir: "{{ kolla_work_dir }}"
tasks:
- name: Ensure /etc/kolla exists
file: