'deltacloud'에 해당되는 글 1건

  1. 2012.02.21 [IT] deltacloud - REST-based cloud abstraction API
2012. 2. 21. 18:12 IT

"Apache Deltacloud is a REST-based (HATEOAS) cloud abstraction API, that enables management of resources in different IaaS clouds using a single API. "

즉 여러 IaaS 클라우드 벤더가 제공하는 resource에 대한 추상화된 REST기반 API를 제공합니다. 
슬로건이  “Many clouds. One API. No problem.” 이군요. 


SD Times에 "Apache adopts new top-level cloud project" 라는 관련기사가 있는데요..
http://www.sdtimes.com/content/article.aspx?ArticleID=36373&page=1

요약하면

Amazon, Eucalyptus, GoGrid, IBM, Microsoft, OpenStack , Rackspace 등
다양한 클라우드 구현체들 간에 불일치를 API 레벨에서 해결하고자 하는 목적이 있으며,
Deltacloud의 장점은 특정 벤더에 통제되지 않는점. 
(또한 DMTF에서 표준화 작업을 진행하고 있는데, 최초 구현체가 될 것으로 생각됨)

현재 버전은 0.5.0
 
 


Resource Type : Compute, Storage
top level entity : Realms, Images, Instance States, Instances, Keys, Storage Volume, Storage Snapshots, Blob Storage. 
인증 :  HTTP basic authentication.

API 문서 :   http://deltacloud.apache.org/api.html 

site : http://deltacloud.apache.org

posted by smplnote