summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* upgrade: run upgrade_control_plane and upgrade_nodes playbooks during full ↵Vadim Rutkovsky2018-01-311-50/+2
| | | | upgrade
* Protect master installed version during node upgradesMichael Gugino2018-01-231-0/+1
| | | | | | | | | | Master version is unprotected during all upgrades. During node-only upgrades, master version should remain protected to ensure correct image tag is set for node upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536839
* Add call to 3.8 playbook in 3.9 upgradeScott Dodson2018-01-171-0/+1
|
* Remove 3.8 and 3.9 specific steps right nowScott Dodson2018-01-171-2/+0
|
* fix typosScott Dodson2018-01-171-1/+1
|
* 3.9 upgrade: remove openshift.common.service_typeVadim Rutkovsky2018-01-081-4/+4
| | | | See eb6b20fc9183cc2aae424c72efd1191b99110a93
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-101/+12
| | | | | | | | | | | | | | | | 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-091-0/+2
| | | | | Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-18/+18
|
* Add v3.9 supportScott Dodson2017-11-301-0/+142