Jump to: navigation, search

Difference between revisions of "Poppy/Incubation Application"

(Detailed Description)
Line 24: Line 24:
 
== Detailed Description ==  
 
== Detailed Description ==  
 
(what is the purpose of the project and vision for it? describe the relevance of the project to other OpenStack projects and the OpenStack mission to provide a ubiquitous cloud computing platform)
 
(what is the purpose of the project and vision for it? describe the relevance of the project to other OpenStack projects and the OpenStack mission to provide a ubiquitous cloud computing platform)
 +
 +
OpenStack operators have many choices when incorporating a Content Delivery Network (CDN) into their infrastructure -- the CDN marketplace has both tried-and-true vendors and up-and-coming upstarts with innovative new features.
 +
 +
But these vendors often have highly-customized and proprietary provisioning APIs. This can be problematic when an operator wishes to support multiple providers -- or swap out one vendor for another. And these challenges spill over to developers who become forced into codifying the CDN instructions for multiple vendors into their applications.
 +
 +
Poppy aims to solve these challenges. Written as a modular, vendor-neutral API, Poppy incorporates a driver-based model that wraps provisioning instructions for all CDN vendors that support it. Application developers can write their code once, and Poppy will handle all the requisite translations behind-the-scenes.
  
 
== Basic roadmap for the project ==  
 
== Basic roadmap for the project ==  

Revision as of 18:49, 17 October 2014

Based on Incubation Template: [1] Note - Poppy has currently NOT applied for Incubation


Project codename

Poppy

Trademarks

(Does this project name, codename or contents use any trademarks, and if so, who owns them? List the codenames or other marks for which a trademark search should occur.)

No known trademarks. Project codename is "poppy"

Summary

Poppy is a CDN provisioning API for OpenStack Operators

Parent Program name and PTL

Program Name: PTL: Amit Gandhi

Mission statement

(if the project is part of a new OpenStack program)

Detailed Description

(what is the purpose of the project and vision for it? describe the relevance of the project to other OpenStack projects and the OpenStack mission to provide a ubiquitous cloud computing platform)

OpenStack operators have many choices when incorporating a Content Delivery Network (CDN) into their infrastructure -- the CDN marketplace has both tried-and-true vendors and up-and-coming upstarts with innovative new features.

But these vendors often have highly-customized and proprietary provisioning APIs. This can be problematic when an operator wishes to support multiple providers -- or swap out one vendor for another. And these challenges spill over to developers who become forced into codifying the CDN instructions for multiple vendors into their applications.

Poppy aims to solve these challenges. Written as a modular, vendor-neutral API, Poppy incorporates a driver-based model that wraps provisioning instructions for all CDN vendors that support it. Application developers can write their code once, and Poppy will handle all the requisite translations behind-the-scenes.

Basic roadmap for the project

Location of project source code

https://github.com/stackforge/poppy


Programming language, required technology dependencies

Language

Python

Dependencies

  • DNS Provider (designate or rackspace cloud dns)
  • Database Server (sqlalchemy or cassandra)
  • CDN Provider
  • Keystone

Is project currently open sourced? What license?

Yes - Licensed under the Apache License, Version 2.0

Level of maturity of software and team

Software

Still in development

Team

Project developers qualifications

Infrastructure requirements

(testing, etc)

Have all current contributors agreed to the OpenStack CLA?

Yes