Cloud Application Management for Platforms

Cloud Application Management for Platforms (CAMP) is a specification for managing applications in the context of a platform as a service (PaaS) system. CAMP is designed to address the needs of a high-level PaaS system; one in which the consumer (generally a developer or application administrator) provides application artifacts (code, data, graphics, etc.) and specifies which provider-supplied services are required to realize these artifacts as an application. The details of the infrastructure (compute, storage, and networking) used to support these services are hidden from the consumer by the provider of the PaaS system.

Paas Model

CAMP defines the following:

Motivation

Most PaaS systems provide some form of application management API. These APIs are used to upload applications into the cloud, configure which services will be used to run the application, start the application, monitor the status and performance of the application, stop the application, etc. These APIs are usually hidden behind a web application and/or a command line tool. This kind of API is a "me too" technology; its existence is a necessary prerequisite to providing a workable PaaS system, but there is little advantage in providing a better management API than your competitors. No one ever selected a PaaS offering solely on the strength of its application management API. Meanwhile, the fact that every PaaS system provides a custom application management API creates a number of issues:

History

CAMP 1.0

CAMP 1.0[1] was produced as a collaboration between CloudBees, Cloudsoft Corporation, Huawei, Oracle, Rackspace, Red Hat, and Software AG.[2] It was published in August, 2012.

CAMP 1.1

In August, 2012 CAMP 1.0 was submitted to OASIS CAMP Technical Committee with the intent of producing an OASIS Standard. This Technical Committee has produced an OASIS Committee Specification.[3] As per its charter, the CAMP TC is awaiting evidence of two, interoperable implementations of CAMP v1.1 before asking OASIS to approve the specification as an OASIS Standard.

CAMP Implementations

nCAMP

Developed in tandem with the work of the OASIS CAMP Technical Committee, nCAMP is a proof-of-concept implementation of the CAMP v1.1 specification. nCAMP was not intended to be a useful PaaS system but, instead, to act as a vehicle to test the concepts and constructs of the CAMP specification. nCAMP presents a simple system that uses Tomcat and MySQL to support Java Servlet based web applications that can use MySQL as a database. A link to a video demonstration of nCAMP can be found in the External Links section.

Project Solum

Solum is an OpenStack Related Stackforge project designed to make cloud services easier to consume and integrate into the developers application development process. Solum's resource model and plan schema are based on CAMP, but not fully CAMP compliant. Work is currently ongoing to provide an additional, CAMP-compliant API[4] in addition to the native Solum API. A link to a video demonstration of Solum can be found in the External Links section.

Brooklyn

Brooklyn is a framework for modeling, monitoring, and managing applications through autonomic blueprints. Brooklyn blueprints conform to CAMP v1.1 Public Review Draft 01.

Notes

  1. Cloud Application Management for Platforms Version 1.0, August 2012. https://www.oasis-open.org/committees/download.php/47278/CAMP-v1.0.pdf
  2. InfoQ, "CAMP 1.0 – An Open API for PaaS Application Management", August 31, 2012. http://www.infoq.com/news/2012/08/CAMP-PaaS
  3. Cloud Application Management for Platforms Version 1.1, Committee Specification 01, 9 November, 2014. http://docs.oasis-open.org/camp/camp-spec/v1.1/cs01/camp-spec-v1.1-cs01.pdf
  4. CAMP 1.1 API Support. https://blueprints.launchpad.net/solum/+spec/solum-camp-api

External links

This article is issued from Wikipedia - version of the 11/10/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.