summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config/install-node-docker-service-file.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.service_typeMichael Gugino2017-12-071-1/+1
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Combine openshift_node and openshift_node_upgradeMichael Gugino2017-11-161-0/+8
| | | | | | | | | Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
* Fix containerized node service unit placement orderMichael Gugino2017-10-121-8/+0
| | | | | | | | | | | | | | Currently, non-containerized nodes have systemd service unit files created after registry auth credentials are created. Containerized nodes place service unit files prior to creation of these credentials. This commit ensures systemd service units are created at the correct time for both containerized and non-containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500642
* move common tasks to a single file included by both systemd_units.ymlJan Chaloupka2017-07-281-0/+8