INACTIVE - Cloud Foundry - the open platform as a service project
Перейти к файлу
Harshawardhan Gadgil 6dfdbc0d5a Memcached Updates
- Reduce capacity when provisioning instances on startup
 - Updated gems
 - Fixed unit tests, commented out tests expected to fail because sasl was disabled

Change-Id: I30005b6569dec99b5fb231723696328ab203af79
2012-05-23 16:48:05 -07:00
atmos bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
base bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
filesystem bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
memcached Memcached Updates 2012-05-23 16:48:05 -07:00
mongodb bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
mysql Merge branch 'services-r11' 2012-05-16 14:03:29 -07:00
neo4j bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
postgresql bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
rabbit bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
redis bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
serialization_data_server implement new serialization job 2012-04-26 14:59:29 +08:00
service_broker Merge branch 'services-r11' 2012-05-16 14:03:29 -07:00
tests function test of mysql recover using cucumber. 2011-06-02 16:48:40 +08:00
tools Merge branch 'services-r11' 2012-05-16 14:03:29 -07:00
vblob bump version of vcap_service_base to 0.1.10 2012-04-28 14:06:05 +08:00
.gitignore Make base into a gem 2011-12-15 22:34:23 -08:00
LICENSE Initial commit 2011-04-11 20:16:07 -07:00
NOTICE Initial commit 2011-04-11 20:16:07 -07:00
README Initial commit 2011-04-11 20:16:07 -07:00
Rakefile Merge branch 'services-r11' 2012-05-16 14:03:29 -07:00

README

Copyright (c) 2009-2011 VMware, Inc.

== What is Cloud Foundry?
 
Cloud Foundry is an open platform-as-a-service (PaaS). The system supports
multiple frameworks, multiple application infrastructure services and
deployment to multiple clouds.

== What is this component

The services repo contains a collection of sample cloud foundry services.
The repo has a position in the overall vcap namespace at
vcap/services and uses the git submodule mechanism to be mounted in that location. 
The code is exposed via the vcap-services repo.
 
== License
 
Cloud Foundry uses the Apache 2 license.  See LICENSE for details.

== Installation Notes

Complete installation notes are present in the README for vcap