RE: Advice on how to group nodes (maybe with fault domain)

2019-08-06 Thread Marc Roos
Yes managed with this echo '{"fault_domain":{"region":{"name": "test"},"zone":{"name": "test-rack1"},"zone":{"name": "test-rack2"} }}' > /etc/mesos-master/domain -Original Message- From: Vinod Kone [mailto:vinodk...@apache.org] Sent: dinsdag 6 augustus 2019 19:15 To: user

Re: Advice on how to group nodes (maybe with fault domain)

2019-08-06 Thread Vinod Kone
Master should be able to make offers for agents in different zones. Not sure what you are encountering? Please read http://mesos.apache.org/documentation/latest/fault-domains/ if you haven't already. On Tue, Aug 6, 2019 at 11:01 AM Marc Roos wrote: > > I have a test environment of vm's and I

Advice on how to group nodes (maybe with fault domain)

2019-08-06 Thread Marc Roos
I have a test environment of vm's and I added a bare metal server to it. I would like to be able to differentiate task launches on the vm's and the bare metal. I thought about configuring fault domains. But then I run into the problem that the one master I have currently is not able to