Sha256: f5719f21c4bbf0f612d7c87a30c94e4899724ed8f7d6626020d8a34edbd4bc14

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 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 do |c|
      vote_for(:expand) if c > 0.9
      vote_for(:contract) if c < 0.5
    end
        
    has_file "/etc/motd", :content => "Simple"
    
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auser-poolparty-1.3.0 examples/monitored_cloud.rb