Merge "CI: Use network mode = host for builds"
This commit is contained in:
commit
fd2a5b2cf2
@ -81,6 +81,9 @@ registry = 127.0.0.1:4000
|
|||||||
push = ${PUSH}
|
push = ${PUSH}
|
||||||
logs_dir = /tmp/logs/build
|
logs_dir = /tmp/logs/build
|
||||||
template_override = /etc/kolla/template_overrides.j2
|
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
|
||||||
|
|
||||||
[profiles]
|
[profiles]
|
||||||
gate = ${GATE_IMAGES}
|
gate = ${GATE_IMAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user