summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/migrate.yml
Commit message (Collapse)AuthorAgeFilesLines
* data migration of embedded etcd not allowedJan Chaloupka2017-10-121-6/+18
|
* 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-2/+2
|/
* consolidate etcd_migrate roleJan Chaloupka2017-09-221-30/+37
|
* Use openshift.common.ip rather than ansible_default_ipv4 in etcd migration ↵Andrew Butcher2017-09-131-3/+3
| | | | playbook.
* Standardize etcd entry point playbooksRussell Teague2017-09-011-18/+0
|
* Switch to migrating one host and forming a new clusterScott Dodson2017-08-221-10/+55
| | | | | | | | With large datasets where there are many keys with TTLs the expiry was creating a data inconsistency problem. The hope is that by performing the migration once and then forming a new cluster this is avoided. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1475351
* Shut down masters before taking an etcd backupScott Dodson2017-07-271-20/+20
|
* attach leases via the first master only and only onceJan Chaloupka2017-06-281-0/+120
- move openshift-etcd/migrate.yml from byo to common and keep just the entry point - replace std_include with essential plays (e.g. no need to detect openshift version) - delegate the ttl re-attaching to the first master