summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/systemd_units.yml
Commit message (Collapse)AuthorAgeFilesLines
* Deploy an OOM systemd override for openvswitch.Devan Goodwin2016-11-021-2/+17
| | | | | | At recommendation of network team, more details in: https://bugzilla.redhat.com/show_bug.cgi?id=1331590
* Get rid of openshift_node_config_file entirelyScott Dodson2016-10-171-1/+1
|
* Build full node config path in systemd_units tasks.Andrew Butcher2016-10-171-1/+1
|
* set defaults for debug_level in template and taskJustin Cook2016-10-111-1/+1
|
* Suppress more warnings.Andrew Butcher2016-09-281-4/+4
|
* Fix references to openshift.master.sdn_cluster_network_cidr in node rolesScott Dodson2016-09-201-1/+1
|
* Add portal_net and sdn_cluster_network_cidr to node NO_PROXYScott Dodson2016-09-191-1/+1
|
* Define proxy settings for node servicesScott Dodson2016-09-131-0/+17
|
* Reload units after node container service modified.Devan Goodwin2016-08-291-0/+6
|
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-1/+1
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Hookup node configuration.Devan Goodwin2016-05-251-1/+1
|
* Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-241-0/+7
| | | | | | | | | | * Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
* Fixed openvswitch not upgrading.Devan Goodwin2016-05-121-0/+2
| | | | | | | | | | Problem was a missing restart as systemd file did not change, so no notification was triggered. Added a notification on a file that contains the image version which does change. This exposed a bug where openvswitch shuts down the node and you return to no functioning nodes. Fixed by reordering the handlers so openvswitch restarts first.
* First pass at systemd unit refactorBrenton Leanhardt2016-03-291-0/+40