summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/files
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-072-5/+20
| | | | interface
* Merge pull request #7103 from vrutkovs/origin-dns-prepend-cluster-localOpenShift Merge Robot2018-02-121-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * 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
* | Remove node start from bootstrap.yml.Andrew Butcher2018-02-121-8/+0
|/
* 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.
* Ensure node service is started.Kenny Woodson2017-11-151-0/+8
|
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-0/+63