openminds / bunka

Parallel ssh commands over chef servers with rspec-like output. Bunka uses the exit codes of a command to determine whether it qualifies as a success or failure.
MIT License
10 stars 2 forks source link

Makes number of threads parameterizable #7

Closed Zhann closed 9 years ago

Zhann commented 9 years ago

Closes #6

Zhann commented 9 years ago

now it should be perfectly possible to do something like the following without b0rking shared storage systems or whatever:

bunka test 'cat /tmp/chef_install.sh | sudo bash -s -- -v 11.16.4' --timeout=300 --threads=5

We may want to rename 'test' subcommand for these kind of commands though. It's dangerous stuff™.