summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_control_plane_running.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-37/+0
| | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* Remove openshift.common.service_typeMichael Gugino2017-12-071-6/+6
| | | | | | | | 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.
* Check if the master service is non-ha or notJan Chaloupka2017-10-231-12/+25
|
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-9/+2
| | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
* Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-281-0/+31