You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2013/10/15 20:29:21 UTC

[2/2] git commit: Better formatting of production ready providers/APIs.

Better formatting of production ready providers/APIs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/commit/41e25838
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/tree/41e25838
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/diff/41e25838

Branch: refs/heads/master
Commit: 41e25838c1a9c3e34b12ab3dd7c091e4d39d1ec4
Parents: be16c97
Author: Everett Toews <ev...@rackspace.com>
Authored: Mon Oct 14 15:50:34 2013 -0500
Committer: Everett Toews <ev...@rackspace.com>
Committed: Tue Oct 15 13:28:59 2013 -0500

----------------------------------------------------------------------
 README.md                             | 12 ++++++++++++
 openstack-glance/README.md            |  3 ++-
 openstack-neutron/README.md           |  3 ++-
 openstack-swift/README.md             |  3 ++-
 openstack-trove/README.md             |  3 ++-
 rackspace-autoscale-us/README.md      |  3 ++-
 rackspace-autoscale/README.md         |  3 ++-
 rackspace-clouddatabases-uk/README.md |  3 ++-
 rackspace-clouddatabases-us/README.md |  3 ++-
 9 files changed, 28 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c992166..acf5f95 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,18 @@ Repository for developing OpenStack providers and APIs
 
 Although this is a "labs" repository, some of the providers and APIs here are production ready. The reason they have not been merged into into jclouds core is because there isn't a suitable abstraction layer for them yet. Please review the README in each sub-directory to determine if the provider or API is production ready.
 
+### Summary
+
+| Name | Type | Production Ready |
+|------|------|------------------|
+| openstack-glance | API | No |
+| openstack-neutron | API | Yes |
+| openstack-swift | API | No |
+| openstack-trove | API | Yes |
+| rackspace-autoscale | API | No |
+| rackspace-autoscale-us | Provider | No |
+| rackspace-clouddatabases-uk | Provider | Yes |
+| rackspace-clouddatabases-us | Provider | Yes |
 
 License
 -------

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/openstack-glance/README.md
----------------------------------------------------------------------
diff --git a/openstack-glance/README.md b/openstack-glance/README.md
index 7171d77..0e2b3ef 100644
--- a/openstack-glance/README.md
+++ b/openstack-glance/README.md
@@ -3,4 +3,5 @@ OpenStack Glance
 
 The Glance project provides services for discovering, registering, and retrieving virtual machine images.
 
-This API is *not* production ready.
+Production ready?
+No

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/openstack-neutron/README.md
----------------------------------------------------------------------
diff --git a/openstack-neutron/README.md b/openstack-neutron/README.md
index d101fc1..b3a1c1a 100644
--- a/openstack-neutron/README.md
+++ b/openstack-neutron/README.md
@@ -3,4 +3,5 @@ OpenStack Neutron
 
 Neutron is a virtual network service for Openstack.
 
-This API is production ready.
+Production ready?
+Yes

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/openstack-swift/README.md
----------------------------------------------------------------------
diff --git a/openstack-swift/README.md b/openstack-swift/README.md
index 93d10e1..c30eb1e 100644
--- a/openstack-swift/README.md
+++ b/openstack-swift/README.md
@@ -3,4 +3,5 @@ OpenStack Swift
 
 Swift is a distributed object storage system designed to scale from a single machine to thousands of servers. 
 
-This API is *not* production ready.
+Production ready?
+No

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/openstack-trove/README.md
----------------------------------------------------------------------
diff --git a/openstack-trove/README.md b/openstack-trove/README.md
index 52d2685..ef8c513 100644
--- a/openstack-trove/README.md
+++ b/openstack-trove/README.md
@@ -3,4 +3,5 @@ OpenStack Trove
 
 Trove is Database as a Service for OpenStack.
 
-This API is production ready.
+Production ready?
+Yes

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/rackspace-autoscale-us/README.md
----------------------------------------------------------------------
diff --git a/rackspace-autoscale-us/README.md b/rackspace-autoscale-us/README.md
index bd0253b..b50e1c3 100644
--- a/rackspace-autoscale-us/README.md
+++ b/rackspace-autoscale-us/README.md
@@ -3,4 +3,5 @@ Rackspace Cloud Auto Scale US
 
 The Rackspace auto scaling service.
 
-This provider is *not* production ready.
+Production ready?
+No

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/rackspace-autoscale/README.md
----------------------------------------------------------------------
diff --git a/rackspace-autoscale/README.md b/rackspace-autoscale/README.md
index 517120e..1facdc4 100644
--- a/rackspace-autoscale/README.md
+++ b/rackspace-autoscale/README.md
@@ -3,4 +3,5 @@ Rackspace Cloud Auto Scale
 
 The Rackspace auto scaling service.
 
-This API is *not* production ready.
+Production ready?
+No

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/rackspace-clouddatabases-uk/README.md
----------------------------------------------------------------------
diff --git a/rackspace-clouddatabases-uk/README.md b/rackspace-clouddatabases-uk/README.md
index ee8160f..9357d9a 100644
--- a/rackspace-clouddatabases-uk/README.md
+++ b/rackspace-clouddatabases-uk/README.md
@@ -3,4 +3,5 @@ Rackspace Cloud Databases UK
 
 The Rackspace deployment of OpenStack Trove, the Database as a Service.
 
-This provider is production ready.
+Production ready?
+Yes

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/41e25838/rackspace-clouddatabases-us/README.md
----------------------------------------------------------------------
diff --git a/rackspace-clouddatabases-us/README.md b/rackspace-clouddatabases-us/README.md
index 90aa3a8..b3eabc1 100644
--- a/rackspace-clouddatabases-us/README.md
+++ b/rackspace-clouddatabases-us/README.md
@@ -3,4 +3,5 @@ Rackspace Cloud Databases US
 
 The Rackspace deployment of OpenStack Trove, the Database as a Service.
 
-This provider is production ready.
+Production ready?
+Yes