summaryrefslogtreecommitdiff
path: root/roles/openshift_node/files
AgeCommit message (Collapse)Author
2018-03-1899-origin-dns.sh: Only modify resolv.conf if upstream DNS is already configuredSuren A. Chilingaryan
2018-03-07Fix NetworkManager hook to support OpenShift running on non-default network ↵Suren A. Chilingaryan
interface
2018-02-12Merge pull request #7103 from vrutkovs/origin-dns-prepend-cluster-localOpenShift Merge Robot
Automatic merge from submit-queue. origin-dns: make sure cluster.local DNS server is listed first 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 Fixes bug https://bugzilla.redhat.com/show_bug.cgi?id=1544001
2018-02-12Remove node start from bootstrap.yml.Andrew Butcher
2018-02-12origin-dns: make sure cluster.local DNS server is listed firstVadim Rutkovsky
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
2017-11-27Combine openshift_node and openshift_node_dnsmasqMichael Gugino
This commit combines these two roles. This will prevent openshift_node_facts from running twice.
2017-11-15Ensure node service is started.Kenny Woodson
2017-10-17Do not remove files for bootstrap if resolv or dns.Kenny Woodson