summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_5
Commit message (Collapse)AuthorAgeFilesLines
* v3.5 Upgrade RefactorRussell Teague2017-05-024-308/+3
|
* Refactor initialize groups tasksRussell Teague2017-04-123-0/+6
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* re-enable excluders if they are enabled after openshift version detectionJan Chaloupka2017-03-091-0/+2
|
* Merge pull request #3529 from ingvagabund/upgrade-excluders-in-upgrade-onlyJan Chaloupka2017-03-073-3/+3
|\ | | | | WIP: update excluders to latest by default, in non-upgrade scenarios do not update
| * - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-073-3/+3
| | | | | | | | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* | Add oc_objectvalidator to upgrade checkScott Dodson2017-03-072-0/+8
|/
* Fix typo, add symlinks for rolesScott Dodson2017-02-172-2/+2
| | | | Fixes Bug 1423425
* initialize oo_nodes_to_upgrade group when running control plane upgrade onlyJan Chaloupka2017-02-161-0/+3
|
* Add upgrade job step after the entire upgrade performsMaciej Szulik2017-02-152-0/+4
|
* Move excluder disablement into control plane and node upgrade playbooksScott Dodson2017-02-063-0/+12
| | | | | So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
* Create v3_5 upgrade playbooksRussell Teague2017-01-305-0/+320