auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware

This URL has Read+Write access

auser (author)
Fri Jun 26 12:10:53 -0700 2009
commit  a2c4238d40d731aee6411f0d0975eeca94bd81a4
tree    7c1fb956d7b80e5cae778cc0a3b8a5c6e7fb1e3a
parent  5e52997178833b68a4dbd17777ffe9ba6b048ad7
name age message
file .gitignore Loading commit data...
file .gitmodules
file .rdebugrc Thu May 28 21:02:44 -0700 2009 Move base_packages/* files to plugins/* Elimina... [fairchild]
file Capfile Fri Dec 12 02:11:54 -0800 2008 More cap migration [Ari Lerner]
file History.txt Thu Apr 30 18:31:55 -0700 2009 Updated history [auser]
file License.txt Wed Apr 01 11:50:54 -0700 2009 merge deps_remoter_merge branch. This brings in... [fairchild]
file PostInstall.txt Mon Mar 02 19:34:59 -0800 2009 Added cleaned up clouds.rb server-side and gem [Ari Lerner]
file README.txt
file Rakefile Thu Apr 30 16:58:30 -0700 2009 Fixed specs and tests as well as added rake ci ... [auser]
file TODO.textile Wed Jun 03 14:58:22 -0700 2009 added chef resolver test [auser]
file VERSION.yml
directory bin/
directory config/
directory examples/
directory generators/ Wed Apr 01 11:50:54 -0700 2009 merge deps_remoter_merge branch. This brings in... [fairchild]
directory lib/
file poolparty.gemspec
directory script/ Wed Apr 01 11:50:54 -0700 2009 merge deps_remoter_merge branch. This brings in... [fairchild]
file setup.rb Sun Oct 19 15:47:21 -0700 2008 Updating resourcing DSL [Ari Lerner]
directory spec/
directory tasks/
directory test/
directory vendor/
README.txt
= PoolParty

http://poolpartyrb.com

== DESCRIPTION:

PoolParty makes it easy and simple to configure any cloud of computers. In clear language, describe your cloud
with language such as:

pool :cloud do
 cloud :app do
   instances 2..10
 end
end

== SYNOPSIS:

PoolParty is written with the intention of being as application-agnostic as possible. It installs only the basic 
required software to glue the cloud together on the instances as listed below.

PoolParty is easily configuration. In fact, it makes little assumptions about your development environment and allows 
several options on how to begin configuring the cloud.

== WHAT NEXT:
* PoolParty::Resources - learn how to use resources in your <tt>clouds.rb</tt>

== FEATURES/PROBLEMS:

* Written in Ruby and Erlang
* Written from the ground up to be extensible with plugins
* Easy git-style commands to communicate with your clouds
* Much much more

== REQUIREMENTS:

Ruby
Erlang

== INSTALL:

sudo gem install auser-poolparty

== LICENSE:

(The MIT License)

Copyright (c) 2008 Ari Lerner, CloudTeam

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.