summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/upgrade/upgrade_scheduler.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move more plugins to lib_utilsMichael Gugino2018-01-101-0/+2
| | | | | | | This commit continues moving plugins into lib_utils. This commit does not move any plugins for add-on roles such as logging and metrics.
* Combine master upgrade play with roleMichael Gugino2017-11-091-0/+173
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.