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: 110,104 of 188,277
Downloads: 6,667

Daily

Ranking: 63,629 of 188,252
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,189,560,286rake
29935,725,168rspec
43693,774,721parallel
99432,857,845simplecov
103424,852,674hashie
170268,019,326awesome_print
216207,698,387colored2
225200,807,237yard
399116,653,363liquid
49094,882,213rspec-its
2,9575,324,271aruba
23,55662,504require_dir

Owners

#GravatarHandle
1iconkigster