summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates
Commit message (Expand)AuthorAgeFilesLines
* add glusterblock support for ansibleMangirdas2018-01-311-0/+15
* Merge pull request #6843 from rajatchopra/bugdnsmasqScott Dodson2018-01-242-2/+2
|\
| * Change dnsmasq Requires to Wants. https://bugzilla.redhat.com/show_bug.cgi?id...Rajat Chopra2018-01-232-2/+2
* | Lowercase node names when creating certificatesVadim Rutkovsky2018-01-231-1/+1
|/
* Properly cast crio boolean variables to boolMichael Gugino2018-01-083-3/+3
* Add docker auth credentials to system container installMichael Gugino2018-01-021-1/+7
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
* Remove openshift_node_facts roleMichael Gugino2017-12-182-5/+3
* Merge pull request #6456 from mgugino-upstream-stage/node-factsMichael Gugino2017-12-172-6/+6
|\
| * Remove openshift_node_facts part 1Michael Gugino2017-12-142-6/+6
* | crio: change socket path to /var/run/crio/crio.sockGiuseppe Scrivano2017-12-121-2/+2
|/
* Remove openshift.common.service_typeMichael Gugino2017-12-072-15/+15
* Implement container runtime roleMichael Gugino2017-12-015-16/+16
* Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-272-0/+14
* Removed old version codeMichael Gugino2017-11-141-2/+0
* Initial Kuryr supportMichaƂ Dulko2017-10-201-1/+3
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-3/+3
* Add ability to set node and master imageConfig to latestMichael Gugino2017-10-121-1/+1
* Separate tuned daemon setup into a role.Jiri Mencak2017-10-104-67/+0
* node: make node service PartOf=openvswitch.service when openshift-sdn is usedDan Williams2017-10-051-0/+1
* Merge pull request #5269 from rparulek/nuage-ansibleOpenShift Merge Robot2017-09-251-0/+1
|\
| * Changes for Nuage atomic ansible installRohan Parulekar2017-09-201-0/+1
* | Move additional/block/insecure registires to /etc/containers/registries.confMichael Gugino2017-09-211-1/+1
|/
* Fix: authenticated registry support for containerized hostsMichael Gugino2017-09-111-1/+16
* Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_commonOpenShift Bot2017-09-072-7/+7
|\
| * Remove openshift-commonMichael Gugino2017-09-062-7/+7
* | remove experimental-cri flag from node configSeth Jennings2017-09-061-2/+0
|/
* roles: use openshift_use_crioGiuseppe Scrivano2017-08-253-3/+3
* New tuned profile hierarchy.Jiri Mencak2017-08-154-0/+67
* openshift_node: fix typo for experimental-criSteve Milner2017-08-031-1/+1
* cri-o: Fix node template to use full variableSteve Milner2017-08-031-1/+1
* cri-o: Add cri-o as a Wants in node unitsSteve Milner2017-08-032-1/+2
* node.yaml: configure node to use cri-o when openshift.common.use_crioGiuseppe Scrivano2017-08-031-0/+15
* Set TimeoutStartSec=300Scott Dodson2017-07-251-0/+1
* 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-303-3/+3
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-305-43/+40
* Ensure that host pki tree is mounted in containerized componentsScott Dodson2017-06-121-1/+1
* node, systemd: change Requires to Wants for openvswitchGiuseppe Scrivano2017-05-171-1/+1
* Fix templating of static service filesRussell Teague2017-05-122-0/+0
* Add service file templates for master and nodeSteve Milner2017-05-092-0/+43
* Update systemd units to use proper container service nameSteve Milner2017-05-093-10/+10
* Make /rootfs mount rslaveScott Dodson2017-03-211-1/+1
* Fix containerized openvswitch raceScott Dodson2017-03-151-0/+2
* Allow overriding minTLSVersion and cipherSuitesMartin Eggen2017-03-091-0/+9
* node/sdn: make /var/lib/cni persistent to ensure IPAM allocations stick aroun...Dan Williams2017-03-031-1/+1
* Combined (squashed) commit for all changes related to adding Contiv support i...Sanjeev Rampal2017-02-271-1/+1
* kubelet must have rw to cgroups for pod/qos cgroups to functionDerek Carr2017-01-181-1/+1
* Merge pull request #2763 from yfauser/byo_cni_plugin_fixesAndrew Butcher2016-11-161-1/+1
|\