Skip to content

Instantly share code, notes, and snippets.

@nz
Created June 11, 2009 22:26
Show Gist options
  • Save nz/128274 to your computer and use it in GitHub Desktop.
Save nz/128274 to your computer and use it in GitHub Desktop.
*** Listing cloud auth
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud dbmaster
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud dbslave
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud app
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud worker
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud proxy
****** Active instances
i-e9db8880 174.129.85.138
*** Listing cloud solr
****** Active instances
i-e9db8880 174.129.85.138
# require 'poolparty-extensions'
pool :clouds do
ami "ami-e348af8a" # alestic debian 5.0 lenny
access_key "redacted"
secret_access_key "redacted"
verbose true
keypair 'poolparty'
cloud :app do
instances 1
end
cloud :proxy do
instances 1
end
cloud :dbmaster do
instances 1
end
cloud :dbslave do
instances 1
end
cloud :worker do
instances 1
end
cloud :solr do
instances 1
end
cloud :auth do
instances 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment