summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/files/networkmanager/99-origin-dns.sh
Commit message (Collapse)AuthorAgeFilesLines
* 99-origin-dns.sh: Only modify resolv.conf if upstream DNS is already configuredSuren A. Chilingaryan2018-03-181-1/+2
|
* Fix NetworkManager hook to support OpenShift running on non-default network ↵Suren A. Chilingaryan2018-03-071-4/+19
| | | | interface
* origin-dns: make sure cluster.local DNS server is listed firstVadim Rutkovsky2018-02-121-2/+3
| | | | | | | This would ensure glibc resolver won't discard this server when existing DNS server list is longer than 2. This sed would also update existing configuration, where cluster.local was appended
* Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-271-0/+128
This commit combines these two roles. This will prevent openshift_node_facts from running twice.