Service Configuration
The ClusterRunner service can be configured via the ~/.clusterrunner/clusterrunner.conf
file,
or by using options to override the default values via the following command:
~ $ clusterrunner deploy [options]
Deployment and configuration commands should be run from the ClusterMaster host
Configuration Options
Setting | Options and Flags |
---|---|
Slaves A list of SSH-ready hostnames the master will initialize as slaves default: localhost |
|
Executors per Slave The number of test processes allowed to execute concurrently per slave host default: 1 (safest) |
|
Master Hostname The hostname of the master default: localhost (recommended) |
|
Master Port The port the master process will bind default: 43000 (recommended) |
|
Slave Port The port the slave process will bind default: 43001 (recommended) |
|
Log Level Log level for master and slave processes with options of DEBUG, INFO, NOTICE, WARNING, ERROR, and CRITIAL default: WARNING (recommended) |
|