Re: [Puppet Users] initial_token for cassandra module

2014-05-25 Thread Tim Dunphy
> > Generate the number of tokens that's the maximum number of nodes you > expect in your cassandra clusters (for example 15), put them into array, > and let the module use them, for example: > $tokens = [ '-9223372036854775808', '-6148914691236517206', > '-3074457345618258604', '-2' , '30744573456

Re: [Puppet Users] initial_token for cassandra module

2014-05-25 Thread Jakov Sosic
On 05/25/2014 05:38 AM, Tim Dunphy wrote: Hey all, I'm trying to write a puppet module to deploy the cassandra database automatically. I'm using puppet templates to provide the IP address to the listen_address parameter of the cassandra.yaml file like so: listen_address: <%= ipaddress %> So fa

[Puppet Users] initial_token for cassandra module

2014-05-24 Thread Tim Dunphy
Hey all, I'm trying to write a puppet module to deploy the cassandra database automatically. I'm using puppet templates to provide the IP address to the listen_address parameter of the cassandra.yaml file like so: listen_address: <%= ipaddress %> So far that part's working beautifully! However i