Jump to: navigation, search

Difference between revisions of "Graffiti"

(Overview)
Line 2: Line 2:
 
== Overview ==
 
== Overview ==
  
The intent of Graffiti is for OpenStack users to be able to declare the capabilities they require at a higher, more portable level than they do today. Graffiti helps guide or automate the selection of lower level cloud resources that match the desired capabilities.
+
The intent of Graffiti is for OpenStack users to be able to declare the capabilities and service level objectives they require at a higher, more portable way than they do today. The system will then guide the selection of lower level cloud resources that match the desired capabilities.
 +
 
 +
Various OpenStack services have introduced techniques to abstract some of the low level resource selection to one level higher (such as flavors or volume types). While powerful, a challenge that we’ve experienced with OpenStack is that the way resource types and resource instances get exposed and discovered across services makes usage and remapping across deployments a manual and error prone process. Graffiti provides a common methodology to describe resource capabilities in the cloud which we believe can then be leveraged by other projects such as Horizon, Nova, Heat, scheduling, reservation, and policy enforcement to enable better cross service collaboration and consistency.
  
 
Many OpenStack services are great at providing somewhere to use metadata in terms of key-value pairs. However, collaborating on metadata is largely a disconnected and difficult process. This often involves searching outdated wikis and opening the source code. It becomes more difficult as a cloud's scale grows.
 
Many OpenStack services are great at providing somewhere to use metadata in terms of key-value pairs. However, collaborating on metadata is largely a disconnected and difficult process. This often involves searching outdated wikis and opening the source code. It becomes more difficult as a cloud's scale grows.
Line 8: Line 10:
 
At its most basic concept Graffiti is a metadata collaboration tool.  
 
At its most basic concept Graffiti is a metadata collaboration tool.  
  
=== Initial use case ===
+
==== Demo ====
  
We are starting small with the idea that we can demonstrate how we can make even "simple" tasks like launching a VM became even simpler for non-technical users.  
+
We will be showing a proof of concept demo in Horizon that crosses Nova, Glance, and Cinder.  
 
 
==== Demo ====
 
  
 
== Architecture ==
 
== Architecture ==
Line 20: Line 20:
 
== Get Involved ==
 
== Get Involved ==
  
* [https://bugs.launchpad.net/graffiti Bug tracker]
+
We encourage participation where Graffiti can best fit in to the ecosystem and how it may relate to other projects and use cases.
* [https://blueprints.launchpad.net/graffiti Feature Tracker]
+
 
* [https://github.com/stackforge/graffiti Code Repository]
+
Graffiti is just getting underway and we are working on a POC. The full project blueprints and code will soon be active at all the normal places.

Revision as of 05:59, 10 April 2014

Overview

The intent of Graffiti is for OpenStack users to be able to declare the capabilities and service level objectives they require at a higher, more portable way than they do today. The system will then guide the selection of lower level cloud resources that match the desired capabilities.

Various OpenStack services have introduced techniques to abstract some of the low level resource selection to one level higher (such as flavors or volume types). While powerful, a challenge that we’ve experienced with OpenStack is that the way resource types and resource instances get exposed and discovered across services makes usage and remapping across deployments a manual and error prone process. Graffiti provides a common methodology to describe resource capabilities in the cloud which we believe can then be leveraged by other projects such as Horizon, Nova, Heat, scheduling, reservation, and policy enforcement to enable better cross service collaboration and consistency.

Many OpenStack services are great at providing somewhere to use metadata in terms of key-value pairs. However, collaborating on metadata is largely a disconnected and difficult process. This often involves searching outdated wikis and opening the source code. It becomes more difficult as a cloud's scale grows.

At its most basic concept Graffiti is a metadata collaboration tool.

Demo

We will be showing a proof of concept demo in Horizon that crosses Nova, Glance, and Cinder.

Architecture

Coming soon...

Get Involved

We encourage participation where Graffiti can best fit in to the ecosystem and how it may relate to other projects and use cases.

Graffiti is just getting underway and we are working on a POC. The full project blueprints and code will soon be active at all the normal places.