Feature Request: specify custom MESOS_ATTRIBUTES per node / IP
julienlau opened this issue · 1 comments
julienlau commented
Hi,
It would be nice, if I could define custom attributes per node in my dcos.yaml.
As I understand, the only way to do this right now is to manually edit the file /var/lib/dcos/mesos-slave-common and add a line MESOS_ATTRIBUTES=<key>:<value>
My need is to have the following attributes:
WORKLOAD=spark
WORKLOAD=kafka
WORKLOAD=marathon
Dispatched on my set of private agents in order to isolate kafka on 3 nodes, spark on a subset of 10 nodes and marathon to another subset of nodes.
Thanks and regards
geekbass commented
Hi @julienlau ! Thanks for your feedback. Will take this to team as discussion point.