summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* Migrate ca.crt to ca-bundle.crtScott Dodson2016-08-081-0/+25
|
* Upgrade configs for protobuf support.Devan Goodwin2016-08-081-0/+5
|
* Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-251-0/+169
Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+.