RubyGems Navigation menu

molder 0.2.1

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.1 - April 13, 2018 (383.0 KB)
  2. 0.2.0 - April 13, 2018 (319.5 KB)
  3. 0.1.4 - April 02, 2018 (318.5 KB)
顯示所有版本(共 7)

Runtime 相依性套件 (5):

colored2 >= 0
hashie >= 0
liquid >= 0
parallel >= 0

Development 相依性套件 (7):

aruba >= 0
rake >= 0
rspec ~> 3
rspec-its >= 0
simplecov >= 0
yard >= 0

擁有者:

作者:

  • Konstantin Gredeskoul

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 5,615

這個版本 2,250

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: