summaryrefslogtreecommitdiff
path: root/roles/etcd_migrate
AgeCommit message (Collapse)Author
2017-09-22consolidate etcd_migrate roleJan Chaloupka
2017-08-25Fix scaleup on containerized installationsScott Dodson
The output from member add had quotes added that caused etcd to fail. Also there were some places that needed to have retries added because containerized start/stop/restart are slower than rpm based installs.
2017-08-22Switch to migrating one host and forming a new clusterScott Dodson
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
2017-07-27Block etcdv3 migration for supported configurationsScott Dodson
2017-07-07Wait for etcd to become healthy before migrating TTLTim Bielawa
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468187
2017-07-04use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka
2017-06-28etcd_migrate: Add /var/usrlocal/bin to path for oadmSteve Milner
2017-06-28etcd_migrate: Add /usr/local/bin to path for oadmSteve Milner
There are cases where ansible may not keep the expected environment PATH. This change adds /usr/local/bin to the PATH on the oadm call. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1464010
2017-06-28attach leases via the first master only and only onceJan Chaloupka
- 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
2017-06-17Introduce etcd migrate roleJan Chaloupka