Jump to: navigation, search

Difference between revisions of "Gluon"

(General Resources)
(Project Overview)
Line 2: Line 2:
  
 
== Project Overview ==
 
== Project Overview ==
 +
 +
=== Blue Prints ===
 +
 +
# [http://blueprints.launchpad.net/python-gluon/+spec/gluon-ml2-plugin Gluon Neutron ML2 Plugin]
 +
# [http://blueprints.launchpad.net/python-gluon/+spec/gluon-nova-plugin Gluon Nova Plugin]
 +
 +
=== Proof-of-Concept (PoC) Tracking ===
 +
 +
The Progress of PoC is tracked by [http://jira.opnfv.org/browse/NETREADY-21 JIRA Ticket (Epic) in OPNFV]:
 +
# Task (Ian): [http://jira.opnfv.org/browse/NETREADY-23 Push code from Github to OpenStack Gluon repo]
 +
# Story (Tom): [http://jira.opnfv.org/browse/NETREADY-22 Gluon Neutron ML2 Plugin]
 +
## Task (Tom): [http://jira.opnfv.org/browse/NETREADY-24 Initial proposal describing ML2 approach]
 +
## Task (Tom): [http://jira.opnfv.org/browse/NETREADY-25 Push Interim Gluon Neutron ML2 Plugin Code for Gerrit Review]
 +
# Story (Niko): [http://jira.opnfv.org/browse/NETREADY-26 Database Migration from SQLLite to MySQL]
 +
## Task (Niko): [http://jira.opnfv.org/browse/NETREADY-27 Implementation Proposal of MySQL for Database Migration]
 +
 +
=== [[Gluon/Tasks|General Task List]] ===
  
 
== People ==
 
== People ==

Revision as of 21:42, 1 September 2016

Gluon is a Model-Driven, Extensible Framework for NFV Networking Service. This framework enables Telecom Service Providers to provide its customers with NFV networking services on-demand. Gluon uses model-driven approach to generate APIs (including objects, database schema, and RESTful API endpoints) from a YAML file which models the NFV Networking Service. When a Telecom Service Provider needs to launch a new service, it only needs to model the new service in a YAML file. Gluon framework generates the APIs accordingly. And then applications can use those APIs to provide the new service. Thus Gluon helps Telecom Service Provide accelerate the time-to-market and achieve business agility through its extensibility and scalability in generating API for new use cases and services.

Project Overview

Blue Prints

  1. Gluon Neutron ML2 Plugin
  2. Gluon Nova Plugin

Proof-of-Concept (PoC) Tracking

The Progress of PoC is tracked by JIRA Ticket (Epic) in OPNFV:

  1. Task (Ian): Push code from Github to OpenStack Gluon repo
  2. Story (Tom): Gluon Neutron ML2 Plugin
    1. Task (Tom): Initial proposal describing ML2 approach
    2. Task (Tom): Push Interim Gluon Neutron ML2 Plugin Code for Gerrit Review
  3. Story (Niko): Database Migration from SQLLite to MySQL
    1. Task (Niko): Implementation Proposal of MySQL for Database Migration

General Task List

People

General Resources