I've done this before with puppet, but any sort of mainstream configuration management system should work. There will be some management overhead in making sure any token changes make it back into the right server-specific template, but otherwise it's straight forward.
On Thu, Dec 30, 2010 at 2:56 PM, Jake Luciani <jak...@gmail.com> wrote: > You can specify the location of cassandra.yaml with a url so you can keep > your configs in one (redundant place) like S3 or generate them on the fly in > a http service... > > > On Thu, Dec 30, 2010 at 3:34 PM, B. Todd Burruss <bburr...@real.com> wrote: >> >> how are folks customizing the cassandra.yaml for each node in the cluster. >> specifically the token and IP address. >> >> with XML i used entities, but i'm not familiar with YAML. does yaml >> support the same concept? or any sort of textual substitution? >> >> thx > >