summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2
Commit message (Collapse)AuthorAgeFilesLines
* Docker 1.10 UpgradeDevan Goodwin2016-06-031-4/+0
| | | | | | | | | | | | | | | | | Adds a separate playbook for Docker 1.10 upgrade that can be run standalone on a pre-existing 3.2 cluster. The upgrade will take each node out of rotation, and remove *all* containers and images on it, as this is reportedly faster and more storage efficient than performing the in place 1.10 upgrade. This process is integrated into the 3.1 to 3.2 upgrade process. Normal config playbooks now become 3.2 only, and require Docker 1.10. Users of older environments will have to use an appropriate openshift-ansible version. Config playbooks no longer are in the business of upgrading or downgrading docker.
* Block upgrading w/ ansible v2.Andrew Butcher2016-05-121-0/+4
|
* Remove vars_files on play includes for upgrade playbooks.Andrew Butcher2016-05-121-7/+18
|
* Fix cli_docker_additional_registries being erased during upgrade.Devan Goodwin2016-05-091-0/+25
| | | | | | Legacy options (cli_*) were not being migrated during upgrade. Add the oo_all_hosts group, and migrate the facts as we do in the normal cluster playbooks.
* upgrade README fixesBrenton Leanhardt2016-03-031-1/+0
|
* Adding newly required variableBrenton Leanhardt2016-03-031-0/+1
|
* First past at the upgrade processBrenton Leanhardt2016-03-032-0/+35