c089eab392
We don't need tox nor tell our users to use it when doing kolla builds. Tox is going away from base infra images (it is already gone from aarch64 ones). Depends-on: https://review.opendev.org/713134 Co-authored-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Change-Id: Ib1d97a783951ac42740ebf91bcc6ecaf2bf70853
19 lines
644 B
Django/Jinja
19 lines
644 B
Django/Jinja
[DEFAULT]
|
|
debug = true
|
|
{% if publisher %}
|
|
namespace = kolla
|
|
{% set tag_suffix = '-aarch64' if ansible_architecture == 'aarch64' else '' %}
|
|
tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) ~ tag_suffix }}
|
|
{% endif %}
|
|
base = {{ base_distro }}
|
|
{% if base_tag is defined %}
|
|
base_tag = {{ base_tag }}
|
|
{% endif %}
|
|
install_type = {{ install_type }}
|
|
push = false
|
|
logs_dir = {{ kolla_build_logs_dir }}
|
|
template_override = /etc/kolla/template_overrides.j2
|
|
# 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
|