Adding new project networking-gluon
This is a new networking Service Plugin in neutron which eventually become part of neutron. This is created with the intent to bring the Gluon Framework into neutron stadium Note: Per discussion with Jeremy (fungi) over IRC, I am deferring adding pypi jobs initially because pypi has removed their project creation form. Change-Id: I8998b6d64c6dfa8ab754ed00e666da134c27c420
This commit is contained in:
parent
d1de238ce1
commit
edf1807c7e
15
gerrit/acls/openstack/networking-gluon.config
Normal file
15
gerrit/acls/openstack/networking-gluon.config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group networking-gluon-core
|
||||||
|
create = group networking-gluon-release
|
||||||
|
label-Code-Review = -2..+2 group networking-gluon-core
|
||||||
|
label-Workflow = -1..+1 group networking-gluon-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group networking-gluon-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -4417,6 +4417,8 @@
|
|||||||
description: Fujitsu Neutron Plugin
|
description: Fujitsu Neutron Plugin
|
||||||
- project: openstack/networking-generic-switch
|
- project: openstack/networking-generic-switch
|
||||||
description: Multi-vendor Modular Layer 2 (ML2) driver.
|
description: Multi-vendor Modular Layer 2 (ML2) driver.
|
||||||
|
- project: openstack/networking-gluon
|
||||||
|
description: A framework to auto generate APIs for new services in Neutron.
|
||||||
- project: openstack/networking-h3c
|
- project: openstack/networking-h3c
|
||||||
description: H3C Vendor Code for OpenStack Neutron to integrate with H3C SDN controller
|
description: H3C Vendor Code for OpenStack Neutron to integrate with H3C SDN controller
|
||||||
- project: openstack/networking-hpe
|
- project: openstack/networking-hpe
|
||||||
|
@ -5785,6 +5785,12 @@
|
|||||||
suffix: ''
|
suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: networking-gluon
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: networking-h3c
|
name: networking-h3c
|
||||||
|
|
||||||
|
@ -12378,6 +12378,12 @@ projects:
|
|||||||
- gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial
|
- gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial
|
||||||
- gate-tempest-dsvm-ironic-multitenant-network-ubuntu-xenial
|
- gate-tempest-dsvm-ironic-multitenant-network-ubuntu-xenial
|
||||||
|
|
||||||
|
- name: openstack/networking-gluon
|
||||||
|
template:
|
||||||
|
- name: check-requirements
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
|
||||||
- name: openstack/networking-h3c
|
- name: openstack/networking-h3c
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user