summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5747 from ↵OpenShift Merge Robot2017-10-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/set-initial-etcd-cluster-properly-system-container-scale-up Automatic merge from submit-queue. Set initial etcd cluster properly during system container scale up When a cluster is scaled up, the ETCD_INITIAL_CLUSTER must not contain etcd members that are not about to start or are not part of the etcd cluster. Consolidating `initial_etcd_cluster` and `etcd_initial_cluster` as they do exactly the same. Bug: 1500667
| * set initial etcd cluster properly during system container scale upJan Chaloupka2017-10-131-1/+1
| |
* | default groups.oo_new_etcd_to_config to an empty listJan Chaloupka2017-10-121-1/+1
|/
* Merge pull request #5630 from abutcher/etcd-scaleup-targetOpenShift Merge Robot2017-10-031-1/+1
|\ | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Use etcd_ip when communicating with the cluster as a peer in etcd scaleup. We can't communicate with the hostname here since etcd will be [configured to listen to its IP address](https://github.com/openshift/openshift-ansible/blob/ead22bb1c3b6d6366502b14b97b7aae5605f8a58/roles/etcd/defaults/main.yaml#L69). Fixes https://github.com/openshift/openshift-ansible/issues/5620
| * Use etcd_ip when communicating with the cluster as a peer in etcd scaleup.Andrew Butcher2017-10-021-1/+1
| |
* | Separate certificate playbooks.Andrew Butcher2017-10-021-0/+7
|/
* Set master facts prior to adding new etcd client urls to master config.Andrew Butcher2017-09-221-9/+11
|
* Update master config with new client urls during etcd scaleup.Andrew Butcher2017-09-121-0/+19
|
* 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