Categories: None [Edit]

molder

https://rubygems.org/gems/molder
https://github.com/kigster/molder
Molder is a handy command line tool for generating and running (in parallel, using a pool of processes with a configurable size) a set of related and yet different commands. A YAML file defines both the attributes and the command template, and Molder then merges the two with CLI arguments to give you a consistent set of commands for, eg. provisioning thousands of virtual hosts in a cloud. The gem is not limnited to any particular cloud, tool, or a command, and can be used across various domains to generate a consistent set of commands based on the YAML-supplied attributes and templates, that might vary across custom dimensions. For example, you could generate 600 provisioning commands for hosts in EC2, numbered from 1 to 100, but constrained to the zones "a", "b", "c", and data centers "dc" (values: ['us-west2', 'us-east1' ]). Behind the scenes Molder uses another Ruby gem Parallel — for actually running the provisioning commands.

Total

Ranking: 109,272 of 193,214
Downloads: 7,115

Daily

Ranking: 41,737 of 193,188
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,330,047,653rake
29983,045,376rspec
40769,365,040parallel
97470,376,754simplecov
103459,332,594hashie
181279,289,780awesome_print
218228,789,852colored2
227221,344,959yard
389129,080,053liquid
51099,804,628rspec-its
3,0235,594,053aruba
23,70965,978require_dir

Owners

#GravatarHandle
1iconkigster