Bouhnosaure
Bouhnosaure

Reputation: 78

OpenShift Origin : Multiple Masters installation

I'm a bit new with OpenShift, i've already made a install for a master and multiple nodes ( this setup is deleted now ).

Now i need more reliability, so i'm currently preparing my hosts with three masters and two nodes ( for starting ).

I've a dns, a dhcp and an etcd2 cluster up and running with the specifics entries for the hosts like :

But now i have three questions :

i know, i ask many questions, but thoses questions are in the same subject, how to make a HA setup with OpenShift.

Thanks you in advance.

Upvotes: 0

Views: 1187

Answers (1)

Nikhil Owalekar
Nikhil Owalekar

Reputation: 708

I am able to answer only 2 of your questions.

  1. It does not matter from which host you run the Ansible playbook. You can also run it from a host which is not part of the whole openshift setup (e.g. your laptop) Note: If you change a host's role (from master to node or vice versa), be sure to delete the Ansible facts before running the config playbook again. Otherwise the changes won't be picked up

  2. Follow up: are you asking about the shared pool in reference to High Availability of the Masters ?

  3. Multi master setup provisioned using the Ansible playbook works as expected. The state of the masters is synced using etcd

Some minor issues faced:

Upvotes: 1

Related Questions