Skip to content

Instantly share code, notes, and snippets.

@auser
Created October 6, 2008 19:25
Show Gist options
  • Save auser/15107 to your computer and use it in GitHub Desktop.
Save auser/15107 to your computer and use it in GitHub Desktop.
# Poolparty spec
pool :poolparty do
instances 2..5
cloud :app do
keypair "auser"
ami "ami-4bb05422"
end
cloud :db do
end
end
pool describe (also: pool-describe)
=>
Pool: poolparty
minimum_instances => '2'
maximum_instances => '5'
Cloud: app
keypair => 'auser'
ami => 'ami-4bb05422'
pool list (also: pool-list) =>
********* Listing pool poolparty ***********
________ Cloud: app ________
master 75.101.212.234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment