From 2a82e49b495059ac29554fbf0555f82c8bc87d3d Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 25 Jun 2018 06:34:04 -0500 Subject: [PATCH] Gate: fix dns port collision This PS updates the dnsmasq pod that runs in the gate to allow vm's API access to only bind to br-ex, as otherwise it collides with other DNS servers running in the gates. Change-Id: I85bb3043d56689ad8ee2996df61d23969a535de1 --- tools/deployment/developer/common/170-setup-gateway.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deployment/developer/common/170-setup-gateway.sh b/tools/deployment/developer/common/170-setup-gateway.sh index 0948ca348d..f2f3b03705 100755 --- a/tools/deployment/developer/common/170-setup-gateway.sh +++ b/tools/deployment/developer/common/170-setup-gateway.sh @@ -40,6 +40,7 @@ sudo docker run -d \ docker.io/openstackhelm/neutron:newton \ --keep-in-foreground \ --no-hosts \ + --bind-interfaces \ --resolv-file=/etc/kubernetes/kubelet-resolv.conf \ --address="/svc.cluster.local/${OSH_BR_EX_ADDR%/*}" \ --listen-address="${OSH_BR_EX_ADDR%/*}"