mattray / spiceweasel

Generates Chef knife commands from a simple JSON or YAML file.
Apache License 2.0
283 stars 66 forks source link

any plan support parallel provisioning for the cluster? #43

Closed sstrato closed 11 years ago

mattray commented 11 years ago

If you use the --parallel argument at the CLI, it will use the gnu 'parallel' command (assuming you've installed it) and produce output like this: seq 3 | parallel -j 0 -v "knife ec2 server create -S mray -i ~/.ssh/mray.pem -x ubuntu -G default -I ami-7000f019 -f m1.small -N webserver{} -r 'role[base],role[tc],role[users]'"