Sha256: 93c534008b5a22a9945841994eaa59c24db1a897e273d97f93c40706aebfdbe1

Contents?: true

Size: 355 Bytes

Versions: 9

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.1
    end
        
    has_file "/etc/motd", :content => "Simple"
    
  end
  
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
auser-poolparty-1.3.1 examples/monitored_cloud.rb
auser-poolparty-1.3.2 examples/monitored_cloud.rb
auser-poolparty-1.3.3 examples/monitored_cloud.rb
auser-poolparty-1.3.4 examples/monitored_cloud.rb
auser-poolparty-1.3.5 examples/monitored_cloud.rb
fairchild-poolparty-1.3.5 examples/monitored_cloud.rb
poolparty-1.3.4 examples/monitored_cloud.rb
poolparty-1.3.3 examples/monitored_cloud.rb
poolparty-1.3.1 examples/monitored_cloud.rb