summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_8
Commit message (Collapse)AuthorAgeFilesLines
* Refactor upgrade codepaths step 1Michael Gugino2017-12-123-267/+41
| | | | | | | | | | | | | | | | 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.
* Add openshift_facts to upgrade plays for service_typeMichael Gugino2017-12-092-0/+4
| | | | | Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
* Merge pull request #6278 from mgugino-upstream-stage/service_typeMichael Gugino2017-12-082-8/+8
|\ | | | | Remove openshift.common.service_type
| * Remove openshift.common.service_typeMichael Gugino2017-12-072-8/+8
| | | | | | | | | | | | | | | | 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.
* | Include Deprecation: Convert to import_playbookRussell Teague2017-12-073-46/+46
|/
* Implement container runtime roleMichael Gugino2017-12-013-18/+0
|
* Playbook Consolidation - openshift-masterRussell Teague2017-11-222-2/+2
|
* Playbook Consolidation - InitializationRussell Teague2017-11-153-3/+3
|
* First pass at v3.8 supportScott Dodson2017-11-137-0/+430