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

Add the ability to remotely execute CCM commands #630

Closed mikefero closed 7 years ago

mikefero commented 7 years ago

This update adds the ability to specify a remote host to execute CCM commands on. The remote machine must be pre-configured to accept SSH connections, sequential IP addresses for simple node creation, and a installed instance of CCM; see misc/Vagrantfile for simplified guest installation.

Note: This update is optional and requires that paramiko is installed in order to function.

mikefero commented 7 years ago

Tested using Windows 10 host against Ubuntu 16.04 guest

mikefero commented 7 years ago

Apparently I was squashing it as you were reviewing this morning (sorry about that). Thanks for the review; merge away.