CI: add templated Dockerfiles to build logs
Change-Id: I702f8fba37e22a6bb45eae14f1fbb251bcdb4d8a
This commit is contained in:
parent
9bca04ea09
commit
09c890b124
@ -89,6 +89,7 @@
|
|||||||
extra-vars:
|
extra-vars:
|
||||||
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
|
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
|
||||||
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"
|
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"
|
||||||
|
kolla_work_dir: "{{ kolla_logs_dir }}"
|
||||||
virtualenv_path: "/tmp/kolla-virtualenv"
|
virtualenv_path: "/tmp/kolla-virtualenv"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
|
# 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
|
# and since we don't need isolated networks here, use host networking
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
work_dir: "{{ kolla_work_dir }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure /etc/kolla exists
|
- name: Ensure /etc/kolla exists
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user