summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2621 from dgoodwin/symlink-fixScott Dodson2016-10-191-7/+3
|\ | | | | Switch from "oadm" to "oc adm" and fix bug in binary sync.
| * Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-7/+3
| | | | | | | | | | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* | Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|/
* Fix bug with service signer cert on upgrade.Devan Goodwin2016-09-291-1/+0
| | | | | | It is invalid Ansible to use a when on an include that contains plays, as it cannot be applied to plays. Issue filed upstream for a better error, or to get it working.
* Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-291-0/+86
|
* Skip the docker role in early upgrade stages.Devan Goodwin2016-09-291-3/+3
| | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
* Allow filtering nodes to upgrade by label.Devan Goodwin2016-09-291-1/+1
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-291-0/+174