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
This commit is contained in:
Pete Birley 2018-06-25 06:34:04 -05:00
parent 1d0dedb09a
commit 2a82e49b49

View File

@ -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%/*}"