Files will be copied from local to remote before execution
Updated documentation to reflect new remote options
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.
--dse-credentials
,--node-ssl
, and-ssl
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.