GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Run a self-healing, auto-scaling cloud simply, easily on ec2
Homepage: http://www.poolpartyrb.com
Clone URL: git://github.com/auser/poolparty.git
Click here to lend your support to: poolparty and make a donation at www.pledgie.com !
name age message
file .gitignore Wed Nov 26 10:33:28 -0800 2008 Added dynamic spec matchers [auser]
file History.txt Thu Nov 27 16:30:38 -0800 2008 Updating gems and specs [auser]
file License.txt Wed Aug 06 01:25:51 -0700 2008 Still base rewriting [auser]
file Manifest.txt Wed Dec 03 18:16:55 -0800 2008 Updated gem for github [auser]
file PostInstall.txt Wed Dec 03 18:16:55 -0800 2008 Updated gem for github [auser]
file README.txt Thu Nov 27 16:30:38 -0800 2008 Updating gems and specs [auser]
file Rakefile Sun Nov 23 23:50:11 -0800 2008 Updated gem for github as well as TODO item on ... [auser]
directory bin/ Mon Nov 24 19:14:15 -0800 2008 Updated gemspec for github [auser]
directory config/ Sun Nov 09 01:14:06 -0800 2008 Updated hoe for gem building [auser]
directory examples/ Tue Nov 18 23:24:03 -0800 2008 Updated plugin loaded AFTER the cloud loads [auser]
directory generators/ Wed Nov 12 14:40:32 -0800 2008 Updated generator and gem for github [auser]
directory lib/ Wed Dec 03 18:15:26 -0800 2008 Updated provisioning fixes and gem for github [auser]
directory pkg/ Wed Dec 03 18:16:55 -0800 2008 Updated gem for github [auser]
file poolparty.gemspec Wed Dec 03 18:16:55 -0800 2008 Updated gem for github [auser]
directory script/ Tue Oct 14 14:47:28 -0700 2008 Removed stubbed cib.xml for heartbeat [auser]
file setup.rb Sun Oct 19 15:47:21 -0700 2008 Updating resourcing DSL [auser]
directory spec/ Wed Dec 03 18:15:26 -0800 2008 Updated provisioning fixes and gem for github [auser]
directory tasks/ Mon Nov 24 19:14:15 -0800 2008 Updated gemspec for github [auser]
directory test/ Sun Aug 31 15:59:38 -0700 2008 Added back test_generator_helper [auser]
directory website/ Wed Dec 03 18:15:26 -0800 2008 Updated provisioning fixes and gem for github [auser]
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
  apache do
   has_virtualhost(:name => "/var/www/sites/poolpartyrb.com")
  end
 end
end

== 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

== 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.

== REQUIREMENTS:

COMING SOON

== INSTALL:

sudo gem install auser-poolparty

== TODO:
* Rewrite the disallowed_options to whitelist allowed_options on resources
* Add pingback for nodes to master when failure occurs
* Add become master for the nodes
* Add soft-stop to haproxy while reconfiguring
* Replace services with Runit
* Add more granular spec helpers
* Refactor provisioning to use erlang
* Add queuing of tasks on the messenger
* Add list of latest loads to the messenger

== LICENSE:

(The MIT License)

Copyright (c) 2008 Ari Lerner

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.