Re: How disable powerdns in microbosh and bosh ?
Pablo Alonso Rodriguez <palonsoro@...>
Hi.
toggle quoted messageShow quoted text
If you are trying to unset dns properties, maybe this might work (at least, DNS properties should not be set at director.yml): apply_spec: properties: dns: null However, as far as I have seen, microbosh DNS is set as the last entry at resolv.conf. According to the MAN page ( http://man7.org/linux/man-pages/man5/resolv.conf.5.html), it should be the last server tried. Furthermore, if all the servers fail, all the servers are retried again in the same order. Thus, I think that having microbosh in the last place of resolv.conf should not disturb you even if microbosh VMs crashes, provided that you have set other DNS servers in the networks section of your deployment manifest. The DNS servers that you provide should be tried in the first place and should be retried if there is a temporary network issue. 2015-06-17 13:22 GMT+02:00 Guillaume Berche <bercheg(a)gmail.com>:
Hi,
|
|