summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/restart.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove master_ha bool checksMichael Gugino2018-01-251-10/+7
| | | | | | | | | | Most of these checks are no longer applicable to the tasks on which they are applied. This commit removes incorrect ha checks to ensure services are restarted at appropriate times. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500897
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | 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 master upgrade play with roleMichael Gugino2017-11-091-0/+22
Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.