summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq
Commit message (Collapse)AuthorAgeFilesLines
* Use grep to decide when to add our commentScott Dodson2016-05-261-1/+4
| | | | | | According to the man page for resolv.conf # needs to be in the first collumn in order to start a comment. While this didn't seem to affect glibc's resolver it did really confuse the kubelet which parses the host's resolv.conf
* Removed the echo line and replaced it with inline comment. To keep ↵Jonas Nordell2016-05-231-2/+1
| | | | 99-origin-dns.sh from adding a new line in /etc/resolv.conf everytime the NetworkManager dispatcher script is executed.
* Sync comments with origin prScott Dodson2016-05-121-4/+6
|
* Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson2016-05-121-3/+4
| | | | | Only modify resolv.conf if IP4_NAMESERVERS is defined, it's not safe to do so otherwise.
* listen on all interfacesScott Dodson2016-05-021-1/+0
|
* Make NetworkManager failure friendlierScott Dodson2016-04-291-1/+1
|
* Add openshift_node_dnsmasqScott Dodson2016-04-197-0/+117