summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/etcd/backup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - etcd UpgradeRussell Teague2017-12-051-28/+0
|
* Cleanup etcd runtime variable.Michael Gugino2017-11-211-1/+0
| | | | Cleaning out reference to etcd_runtime in openshift facts.
* evaluate etcd_backup_tag variableJan Chaloupka2017-09-271-1/+1
|
* Merge pull request #5470 from ingvagabund/consolidate-etcd-common-roleOpenShift Merge Robot2017-09-261-6/+9
|\ | | | | | | | | | | | | Automatic merge from submit-queue Consolidate etcd common role The last PR toward a single etcd role
| * consolidate etcd_common roleJan Chaloupka2017-09-251-6/+9
| |
* | make difference filter output a list for Python3Jan Chaloupka2017-09-261-1/+1
|/
* double the required disk space for etcd backupJan Chaloupka2017-09-121-1/+1
|
* move etcd backup to etcd_common roleJan Chaloupka2017-06-141-6/+6
|
* move etcd upgrade related code into etcd_upgrade roleJan Chaloupka2017-05-181-78/+8
|
* etcd Upgrade RefactorRussell Teague2017-05-021-3/+3
| | | | | | * Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
* Cleanup comments and remove extraneous tasksScott Dodson2017-04-101-23/+7
|
* Store backups in /var/lib/etcd/openshift-backupScott Dodson2017-04-101-19/+12
| | | | | | | | Because containerized installs don't mount /var/lib/origin and we switched to running the backup inside the container that meant that we were backing up the etcd data into a directory inside the container filesystem. Since we have no other volume mounted we need to backup into /var/lib/etcd.
* Create member/snap directory encase it doesn't existScott Dodson2017-04-071-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes TASK [Copy etcd v3 data store] ************************************************* fatal: [host.redhat.com]: FAILED! => { "changed": true, "cmd": [ "cp", "-a", "/var/lib/etcd//member/snap", "/var/lib/origin/etcd-backup-pre-upgrade-20170407055413/member/" ], "delta": "0:00:00.003152", "end": "2017-04-07 01:54:17.584685", "failed": true, "rc": 1, "start": "2017-04-07 01:54:17.581533", "warnings": [] } STDERR: cp: cannot create directory ?/var/lib/origin/etcd-backup-pre-upgrade-20170407055413/member/?: No such file or directory
* Copy v3 data dir when performing backupScott Dodson2017-04-051-1/+15
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1433272
* 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