mesosphere-backup / cassandra-mesos-deprecated

[DEPRECATED] This project is deprecated. It will be archived on December 1, 2017.
https://github.com/mesosphere/mesosphere/dcos-commons/frameworks/cassandra.
Apache License 2.0
184 stars 68 forks source link

attribute2config #136

Closed dmitrypekar closed 9 years ago

dmitrypekar commented 9 years ago

Hi,

I've added support of CASSANDRA_RACK, CASSANDRA_DC slave attributes. If those attributes are present in Offer, Scheduler uses their value as RACK/DC properties of CassandraNode.

Please review & merge.

elingg commented 9 years ago

Thanks @dmitrypekar, this seems like a good first step. Is the next step to select offers based on their attributes?

elingg commented 9 years ago

One nit above that should be addressed in a subsequent PR, but I'm merging.

elingg commented 9 years ago

:+1: