summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/etcd/backup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Trying to fix up/audit note some changesTim Bielawa2017-02-141-0/+6
|
* etcd: use as system containerGiuseppe Scrivano2017-02-101-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #3064 from giuseppe/fix-etcdctl-from-containerScott Dodson2017-01-171-1/+2
|\ | | | | use etcdctl from the container when containerized=True
| * use etcdctl from the container when containerized=TrueGiuseppe Scrivano2017-01-101-1/+2
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Don't upgrade etcd on atomic host, ever.Scott Dodson2017-01-051-8/+21
| | | | | | | | | | Fixes Bug 1408668 Fixes BZ1408668
* | YAML LintingRussell Teague2016-12-121-0/+1
| | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* | [upgrades] Upgrade etcd by defaultScott Dodson2016-12-091-4/+8
| |
* | Always install latest etcd for containerized hostsScott Dodson2016-12-061-3/+5
|/
* 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-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Add etcd upgrade for RHEL and FedoraScott Dodson2016-11-141-0/+73
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