On Thu, 2012-08-30 at 11:38 -0700, Jack Yu wrote: > I am currently evaluating DeltaCloud, and would like to know the scope > of EC2, CIMI front end supports? For EC2, how much of the query actions > does DeltaCloud EC2 front end supports?
For EC2, we support the following actions right now: describeAvailabilityZones, describeImages, describeInstances, describeKeyPairs, createKeyPair, deleteKeyPair, runInstances, stopInstances, startInstances, rebootInstances, terminateInstances The code for the EC2 frontend is in server/lib/ec2/ in the git checkout. More actions are pretty easy to add, as long as the backend drivers have support for the corresponding operation. You can gauge that by looking at the docs for the 'classic' Deltacloud API[1] > Also, is the CIMI front end > fairly comprehensive to the latest v1 spec that was just release? Yes, it is; the major point that needs some work is in the way we handle collections, where we are not fully in compliance with CIMI 1.0. That's something we are actively working on. David [1] http://deltacloud.apache.org/rest-api.html
