summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/etcd
Commit message (Collapse)AuthorAgeFilesLines
* The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15Scott Dodson2016-12-161-1/+1
|
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Make both backup and upgrade optionalScott Dodson2016-12-092-95/+99
|
* [upgrades] Upgrade etcd by defaultScott Dodson2016-12-092-8/+19
|
* Silence warnings when using rpm directlyDag Wieers2016-12-081-0/+2
|
* etcd_upgrade: Simplify package installationScott Dodson2016-12-071-7/+4
|
* Always install latest etcd for containerized hostsScott Dodson2016-12-061-3/+5
|
* etcd_upgrade : Use different variables for rpm vs container versionsScott Dodson2016-12-061-10/+10
|
* 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