michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

benthorner opened this issue · comments

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

 undefined method `ipaddress' for #<Chef::Node::Attribute:0x000000047b36e0>

@benthorner please submit a PR.

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?