New project of a Model-Driven Extensible Framework

This is a new project, openstack/gluon, focusing on a Model-Driven,
Extensible Framework for L3 Networking Services.

When a telecom service provider needs to provides its customers with
a new L3 Networking Service, the new service is modeled in a YAML file.
Gluon framework generates the new service APIs, including objects,
database schema, and RESTful API endpoints, according its YAML model,
and then the applications can use those APIs to provide the new service.
Thus Gluon helps accelerate time-to-market and bring business agility
through its extensibility and scalability in generating new APIs for
new use cases and new services.

Change-Id: Ib3b7ca79ffa749cf8bcfb50fccac9c3eab0de9ee
Signed-off-by: Bin Hu <bh526r@att.com>
This commit is contained in:
Bin Hu 2016-06-24 03:36:25 -07:00
parent 0da69c65e9
commit ca7a99f4ad
5 changed files with 36 additions and 0 deletions

View File

@ -116,6 +116,8 @@ channels:
- name: openstack-gate
- name: openstack-gbp
- name: openstack-glance
- name: openstack-gluon
mask: full_mask
- name: openstack-gslb
mask: full_mask
- name: openstack-gsoc

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group gluon-core
label-Code-Review = -2..+2 group gluon-core
label-Workflow = -1..+1 group gluon-core
[access "refs/tags/*"]
pushSignedTag = group gluon-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2144,6 +2144,10 @@
- glance-store
options:
- translate
- project: openstack/gluon
groups:
- python-gluon
description: Model-Driven, Extensible Framework for L3 Networking Service
- project: openstack/gnocchi
description: A time series storage and resources index service.
options:

View File

@ -2191,6 +2191,14 @@
- pypi-jobs
- '{name}-infra-docs'
- project:
name: gluon
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: gnocchi
tarball-site: tarballs.openstack.org

View File

@ -6863,6 +6863,14 @@ projects:
- gate-glance_store-dsvm-functional-swift
- gate-glance_store-dsvm-functional-cinder
- name: openstack/gluon
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/gnocchi
template:
- name: merge-check