riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Derive ip address based on thrift or binary interface #624

Closed tolbertam closed 7 years ago

tolbertam commented 7 years ago

In dse_node there are some cases where the thrift network_interface is used to derive the ip address. It is not guaranteed that thrift will be enabled/present. In this case, create an ip_addr member that is set based on thrift or binary interface ip address.