From 092b2d4e6d3a0bc55c8c0e51476efceac97ddd42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 3 Mar 2020 11:53:01 +0100 Subject: [PATCH] CI: Use network mode = host This avoids issues with IPv6 not enabled in docker. Change-Id: Iff80392357ef5e2dd3f2e24dbf4df299660805b9 --- tests/templates/kolla-build.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/templates/kolla-build.conf.j2 b/tests/templates/kolla-build.conf.j2 index f9a501da27..e66006ef49 100644 --- a/tests/templates/kolla-build.conf.j2 +++ b/tests/templates/kolla-build.conf.j2 @@ -14,3 +14,6 @@ tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) ~ 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