summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/node.service.j2
Commit message (Collapse)AuthorAgeFilesLines
* Change dnsmasq Requires to Wants. ↵Rajat Chopra2018-01-231-1/+1
| | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1532960 Signed-off-by: Rajat Chopra <rchopra@redhat.com>
* Properly cast crio boolean variables to boolMichael Gugino2018-01-081-1/+1
| | | | | | | | | | | Variables that are specifically booleans should be cast to bool. This is because users may sometimes pass them as string values. This is particularly prevalent when using ini-style inventories. Affected-by: https://github.com/ansible/ansible/issues/34591 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1531592
* Implement container runtime roleMichael Gugino2017-12-011-3/+3
|
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-3/+3
|
* roles: use openshift_use_crioGiuseppe Scrivano2017-08-251-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* cri-o: Add cri-o as a Wants in node unitsSteve Milner2017-08-031-0/+1
|
* Set TimeoutStartSec=300Scott Dodson2017-07-251-0/+1
| | | | | | On nodes with thousands of services it may take a very long time to establish all of the network routing rules. The longest we've seen is about 180s
* Revert "set KillMode to process in node service file"Scott Dodson2017-07-251-1/+0
|
* set KillMode to process in node service fileJan Chaloupka2017-07-131-0/+1
|
* Use default ports for dnsmasq and node dnsScott Dodson2017-06-301-1/+1
|
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+30