summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/etcd
Commit message (Collapse)AuthorAgeFilesLines
* etcd upgrade playbook is not currently applicable to embedded etcd installsScott Dodson2016-11-281-0/+3
| | | | Fixes Bug 1395945
* Fix invalid embedded etcd fact in etcd upgrade playbook.Devan Goodwin2016-11-281-1/+1
| | | | | | | | | Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1398549 Was getting a different failure here complaining that openshift was not in the facts, as we had not loaded facts for the first master during playbook run. However this check was used recently in upgrade_control_plane and should be more reliable.
* Refactor to use Ansible package moduleRussell Teague2016-11-172-2/+2
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Actually upgrade host etcdctl no matter whatScott Dodson2016-11-141-2/+2
|
* Make etcd containerized upgrade stepwiseScott Dodson2016-11-142-18/+51
|
* Add updates for containerizedScott Dodson2016-11-143-6/+55
|
* Add etcd upgrade for RHEL and FedoraScott Dodson2016-11-147-0/+210
On Fedora we just blindly upgrade to the latest. On RHEL we do stepwise upgrades 2.0,2.1,2.2,2.3,3.0