Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FB12D611 for ; Thu, 15 Nov 2012 14:32:15 +0000 (UTC) Received: (qmail 91127 invoked by uid 500); 15 Nov 2012 14:32:15 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 91046 invoked by uid 500); 15 Nov 2012 14:32:14 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 91024 invoked by uid 99); 15 Nov 2012 14:32:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 14:32:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 14:32:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4D90023889D5 for ; Thu, 15 Nov 2012 14:31:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1409808 [2/2] - in /deltacloud/trunk/site: content/ output/ tmp/ Date: Thu, 15 Nov 2012 14:31:45 -0000 To: commits@deltacloud.apache.org From: mfojtik@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121115143149.4D90023889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: deltacloud/trunk/site/output/load-balancers.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/load-balancers.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/load-balancers.html (original) +++ deltacloud/trunk/site/output/load-balancers.html Thu Nov 15 14:31:41 2012 @@ -103,11 +103,12 @@ This collection is not supported by all

    -
  • a list of instances;
  • +
  • a list of instances;
  • a public address representing the IP address that the balancer will respond on to client requests;
  • a created_at timestamp; and
  • a list of listeners.
+

Each listener has a protocol (e.g. TCP), a load balancer port and an instance port. The load balancer represents the port on which the balancer accepts connections. The instance port represents the port on which network traffic is forwarded to instances in the instance list.

@@ -116,14 +117,14 @@ Each listener has a - + +



+ + +
+ +
@@ -410,6 +416,7 @@ Date: Thu, 28 Jul 2011 19:09:17 GMT


+
@@ -241,19 +242,21 @@ You may come across the following change

    -
  • adding new collections, or supporting new operations on existing collections
  • +
  • adding new collections, or supporting new operations on existing collections
  • adding optional parameters to existing operations
  • adding additional attributes and elements to the XML/JSON responses
+

On the other hand, these changes would violate API stability and therefore they are not made:

    -
  • removing an operation on a collection
  • +
  • removing an operation on a collection
  • making an optional parameter for an operation mandatory
  • removing attributes or elements from XML responses
+

Online documentation

@@ -265,6 +268,7 @@ You can access an automatically generate

+

 Back to top

Modified: deltacloud/trunk/site/output/ruby-client.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/ruby-client.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/ruby-client.html (original) +++ deltacloud/trunk/site/output/ruby-client.html Thu Nov 15 14:31:41 2012 @@ -109,7 +109,7 @@ puts instance.hardware_profile.architect
-
+ +

You can access a specific realm by adding its identifier:

@@ -211,6 +212,7 @@ puts instance.hardware_profile.architect


+

 Back to top

Modified: deltacloud/trunk/site/output/run-deltacloud-server.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/run-deltacloud-server.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/run-deltacloud-server.html (original) +++ deltacloud/trunk/site/output/run-deltacloud-server.html Thu Nov 15 14:31:41 2012 @@ -172,6 +172,7 @@ The browser will ask for credentials. To


+

 Back to top

Modified: deltacloud/trunk/site/output/send-patch.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/send-patch.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/send-patch.html (original) +++ deltacloud/trunk/site/output/send-patch.html Thu Nov 15 14:31:41 2012 @@ -90,18 +90,20 @@


Formatting and sending patches

+ + +

Formatting and sending patches

The Deltacloud community works with Git. The process of contributing to the project we prefer contains these steps: local_branch → patch → review → accept → commit process for contributing to the project. This is how the typical workflow used by the core developers looks like:

    -
  1. +
  2. Set the following settings inside the git configuration file. The config file is located in the root of the Deltacloud project in a hidden .git directory. Open the config file with your preferred editor:

    @@ -231,12 +233,14 @@ $ git send-email --compose --subject 'so The other members of the community will review your patches. The patch has to receive at least one ACK and no NACK to be approved. Then the patch will be committed by one of the Deltacloud developers with commit rights to the Apache repo. If noone is responding to your patch sent to mailing list, feel free to remind yourself after few days.

  3. -

+ + +

You can also contribute to the project by reviewing patches sent by other contributors:

    -
  1. +
  2. Make a new branch where you will apply the patches and test:

    @@ -272,7 +276,9 @@ $ git am /path/to/patches/0001-name-of-p If you think the patches are working correctly, send an ACK to the Deltacloud mailing list. Similarly, if you think the patches could cause a problem, send a NACK and explain the issue you have found.

  3. -

+ + +

Test the patch Back

@@ -328,6 +334,7 @@ $ cucumber ../tests/ec2
+

 Back to top

Modified: deltacloud/trunk/site/output/storage-resources.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/storage-resources.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/storage-resources.html (original) +++ deltacloud/trunk/site/output/storage-resources.html Thu Nov 15 14:31:41 2012 @@ -99,11 +99,12 @@ Storage resources are divided into two g

    -
  • +
  • storage volumes, which can be attached to a running instance (accessible by the instance OS)
  • blob storage, which represents a generic 'key <−−> value' based data store, as implemented by Rackspace CloudFiles or Amazon S3
+

Storage snapshots represent a storage volume, a backup which is created at a particular point of time (a snapshot).

@@ -118,7 +119,7 @@ A storage volume has + +
    -
  • a capacity expressed in Gigabytes;
  • +
  • a capacity expressed in Gigabytes;
  • a created timestamp;
  • a realm_id specifying the realm in which the volume exists;
  • a state (for Amazon EC2 this is one of creating, available, in-use, deleting, deleted, error); and
  • a set of actions.
  • -

+ + +

When attached to an instance, a storage volume will also expose a mount element which contains the attributes instance and device, specifying the instance, to which the volume is attached, and the mount point (e.g. /dev/sdh), respectively.

@@ -148,11 +152,15 @@ which contains the attributes in



+ + +
+ +

Get a list of all storage volumes

@@ -462,6 +470,7 @@ Content-Length: 709


+

 Back to top

Modified: deltacloud/trunk/site/output/storage-snapshots.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/storage-snapshots.html?rev=1409808&r1=1409807&r2=1409808&view=diff ============================================================================== --- deltacloud/trunk/site/output/storage-snapshots.html (original) +++ deltacloud/trunk/site/output/storage-snapshots.html Thu Nov 15 14:31:41 2012 @@ -99,20 +99,26 @@ A storage snapshot captures the state of

    -
  • a created timestamp; and
  • +
  • a created timestamp; and
  • a storage volume attribute referring to the volume from which the snapshot was made.
-

+ +
-
+ +
@@ -284,6 +291,7 @@ Date: Thu, 28 Jul 2011 22:26:07 GMT


+