Re: How can I scale up the number of etcd host ?

2017-01-13 Thread Stéphane Klein
2017-01-10 20:17 GMT+01:00 Scott Dodson : > openshift-ansible doesn't currently provide this, there's an issue > requesting it https://github.com/openshift/openshift-ansible/issues/1772 > which links to a blog post describing how to do it, though I've not > validated that myself. The only hard par

Re: How can I scale up the number of etcd host ?

2017-01-13 Thread Stéphane Klein
2017-01-12 17:12 GMT+01:00 Alex Wauck : > Are you using the built-in OpenShift etcd on that one node, or are you > using real etcd? > I use registry.access.redhat.com/rhel7/etc standard docker OpenShift image. Best regards, Stéphane ___ users mailing l

Re: How can I scale up the number of etcd host ?

2017-01-12 Thread Andrew Lau
If I remember correctly... at one point just running the installer again with the new etcd hosts in the ansible inventory will install the required services. You'll then need to manually join them with etcdctl based on the etcd docs and update the config files. On Fri, 13 Jan 2017 at 03:13 Alex Wa

Re: How can I scale up the number of etcd host ?

2017-01-12 Thread Alex Wauck
Are you using the built-in OpenShift etcd on that one node, or are you using real etcd? We're currently using the built-in OpenShift etcd on our one master node, and we really want to switch to multiple nodes. On Tue, Jan 10, 2017 at 3:01 PM, Stéphane Klein wrote: > 2017-01-10 20:17 GMT+01:00 S

Re: How can I scale up the number of etcd host ?

2017-01-10 Thread Stéphane Klein
2017-01-10 20:17 GMT+01:00 Scott Dodson : > openshift-ansible doesn't currently provide this, there's an issue > requesting it https://github.com/openshift/openshift-ansible/issues/1772 > which links to a blog post describing how to do it, though I've not > validated that myself. Thanks. > I'm

Re: How can I scale up the number of etcd host ?

2017-01-10 Thread Scott Dodson
openshift-ansible doesn't currently provide this, there's an issue requesting it https://github.com/openshift/openshift-ansible/issues/1772 which links to a blog post describing how to do it, though I've not validated that myself. The only hard part is the certificate management, otherwise scaling

How can I scale up the number of etcd host ?

2017-01-10 Thread Stéphane Klein
Hi, I use OpenShift Ansible, how can I scaleup etcd number of etcd host ? I see this two "scaleup" playbooks: * https://github.com/openshift/openshift-ansible/blob/844137e9e968fb0455b9cf5128342c3e449c8abb/playbooks/byo/openshift-master/scaleup.yml * https://github.com/openshift/openshift-ansible