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