Add networking-fortinet project to neutron
This change intends to create a networking-fortinet project for building Neutron ML2/L3 plugin on for Fortinet's FortiGate devices. Change-Id: I877300a18289fc6ac6d7b17184002c95cb5dbe62
This commit is contained in:
parent
5d69acd21c
commit
7c15b02972
25
gerrit/acls/openstack/networking-fortinet.config
Normal file
25
gerrit/acls/openstack/networking-fortinet.config
Normal file
@ -0,0 +1,25 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group neutron-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group networking-fortinet-core
|
||||
create = group neutron-release
|
||||
label-Code-Review = -2..+2 group networking-fortinet-core
|
||||
label-Workflow = -1..+1 group networking-fortinet-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group neutron-stable-maint
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group neutron-stable-maint
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group neutron-stable-maint
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group neutron-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1165,6 +1165,10 @@
|
||||
description: Cisco Vendor Code for Neutron
|
||||
groups:
|
||||
- networking-cisco
|
||||
- project: openstack/networking-fortinet
|
||||
description: FortiOS Integration with Neutron
|
||||
groups:
|
||||
- networking-fortinet
|
||||
- project: openstack/networking-fujitsu
|
||||
description: Fujitsu Neutron Plugin
|
||||
- project: openstack/networking-infoblox
|
||||
|
@ -762,6 +762,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: networking-fortinet
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-fujitsu
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -2493,6 +2493,12 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/networking-fortinet
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/networking-fujitsu
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user