psaha4
psaha4

Reputation: 339

how to automate mesos master/slave intallation in a cluster

I need to install one mesos master and three mesos agents. I have done this before and it was successful. I am looking for automatic script or anisble playbook script which can install or setup a mesos cluster if i provide the master and agent ip address as a parameter.

please let me know if anyone has a similar script to do this or guide me how can I achieve the same.

Upvotes: 1

Views: 142

Answers (1)

nitzmahone
nitzmahone

Reputation: 13940

Lots of Mesos roles on galaxy: https://galaxy.ansible.com/list#/roles?page=1&page_size=10&autocomplete=mesos - surely one of them should be able to do what you need...

Upvotes: 1

Related Questions