Sha256: b3c59c8fab81270e5f3994a43090a143c35863fb8fc82fb853ad90399df13d8d
Contents?: true
Size: 362 Bytes
Versions: 18
Compression:
Stored size: 362 Bytes
Contents
# Poolparty spec pool "poolparty" do instances 1 cloud "monitored_app" do keypair "eucalyptus_sample" using :ec2 do image_id 'emi-39CA160F' end monitor :'cpu-idle' do |c| vote_for(:expand) if c > 0.9 vote_for(:contract) if c < 0.1 end has_file "/etc/motd", :content => "Simple" end end
Version data entries
18 entries across 18 versions & 3 rubygems