summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove upgrade playbooks for 3.3 through 3.5Russell Teague2017-11-081-9/+0
|
* v3.4 Upgrade RefactorRussell Teague2017-05-021-98/+1
|
* Refactor initialize groups tasksRussell Teague2017-04-121-0/+2
| | | | | | | | | | | | 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.
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-1/+1
| | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* upgrades: fix path to disable_excluder.ymlJan Chaloupka2017-02-151-1/+1
|
* Move excluder disablement into control plane and node upgrade playbooksScott Dodson2017-02-061-0/+4
| | | | | So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+2
|
* Add support for 3.4 upgrade.Devan Goodwin2016-10-251-0/+100
This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately.