summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5257 from mtnbikenc/fix-scaleupScott Dodson2017-08-301-0/+2
|\ | | | | Move firewall install and fix scaleup playbooks
| * Move firewall install and fix scaleup playbooksRussell Teague2017-08-291-0/+2
| |
* | Fix scaleup on containerized installationsScott Dodson2017-08-251-2/+4
|/ | | | | | 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.
* Switch to migrating one host and forming a new clusterScott Dodson2017-08-221-0/+13
| | | | | | | | 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
* Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵Andrew Butcher2017-08-111-6/+14
| | | | new member registration.
* add etcd scaleup playbookjawed2017-06-151-0/+30