michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

Use node[:ipaddress] instead of node.ipaddress (Chef 13) #350

Closed benthorner closed 6 years ago

benthorner commented 7 years ago

After upgrading to Chef 13, I get the following error when running with seed discovery enabled.

 undefined method `ipaddress' for #<Chef::Node::Attribute:0x000000047b36e0>
michaelklishin commented 7 years ago

@benthorner please submit a PR.

benthorner commented 7 years ago

I've made a fork, but I'm struggling to get the integration tests passing. Vagrant doesn't seem to work (known VirtualBox networking issue). I've got some of the docker integration tests passing, but I don't have the time to fix everything. What would you like to do?