2015/07/20 - Apache Deltacloud has been retired.

For more information, please explore the Attic.


About Deltacloud


Deltacloud provides the API server and drivers necessary for connecting to cloud providers.

Deltacloud maintains long-term stability for scripts, tools and applications and backward compatibility across different versions.

Deltacloud enables management of resources in different clouds by the use of one of three supported APIs. The supported APIs are the Deltacloud classic API, the DMTF CIMI API or even the EC2 API.

All of this means you can start an instance on an internal cloud and with the same code start another on EC2 or RHEV-M.


Deltacloud API SOA diagram


How does Deltacloud work?


Deltacloud contains a cloud abstraction API - whether the Deltacloud classic API, the DMTF CIMI API or even the EC2 API. The API works as a wrapper around a large number of clouds, abstracting their differences. For every cloud provider there is a driver "speaking" that cloud provider's native API, freeing you from dealing with the particulars of each cloud's API.

Install Deltacloud and start the deltacloudd daemon server. You can use your favourite HTTP client to talk to the server using the Deltacloud REST API, the DMTF CIMI API or even the EC2 API. Deltacloud even comes with an HTML interface so you can simply use your web browser to control your cloud infrastructure straight out of the box. The HTML interface is written with the jQuery mobile framework, so it is compatible with your mobile or tablet devices.


Deltacloud concept scheme
Get Deltacloud