Hi Marcin,
You are correct that I am using Vagrant. Sorry for not specifying that.
OMG you are correct. I spent about an hour over the weekend trying to
figure out what was going on. I got confused because "listen_address"
is also set to node[:ipaddress], and listen_address was always set
corr
Hi Clint,
I'm guessing you are using vagrant. The thing is cassandra-chef-cookbook
use template cassandra.yaml.erb, where you can find:
"broadcast_address: <%= node[:cassandra][:broadcast_address] %>" which in
turn is equal to "node[:ipaddress]".
Value of node[:ipaddress] depends on how do you con
All,
Has anyone used the Cassandra Chef cookbook
https://github.com/michaelklishin/cassandra-chef-cookbook and seen
"broadcast_address: 10.0.2.15" in /etc/cassandra/cassandra.yaml? I looked
through the source code for the cookbook and I have no idea how this is
happening.
I was able to fix this