Skip to content

Commit

Permalink
Add new project networking-lagopus
Browse files Browse the repository at this point in the history
This is a new networking project to use lagopus switch
with Neutron.

Change-Id: I614e350e8d89d5feea99999f9900afb7144ad7dd
  • Loading branch information
Hirofumi Ichihara committed Sep 7, 2017
1 parent 0b6b310 commit 03c568d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gerrit/acls/openstack/networking-lagopus.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group networking-lagopus-core
create = group networking-lagopus-release
label-Code-Review = -2..+2 group networking-lagopus-core
label-Workflow = -1..+1 group networking-lagopus-core

[access "refs/tags/*"]
pushSignedTag = group networking-lagopus-release

[receive]
requireChangeId = true
requireContributorAgreement = true

[submit]
mergeContent = true
2 changes: 2 additions & 0 deletions gerrit/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4430,6 +4430,8 @@
description: API's and implementations to support L2 Gateways in Neutron.
options:
- translate
- project: openstack/networking-lagopus
description: Neutron drivers for Lagopus Switch
- project: openstack/networking-lenovo
description: Lenovo Neutron Plugin
- project: openstack/networking-midonet
Expand Down
6 changes: 6 additions & 0 deletions jenkins/jobs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5846,6 +5846,12 @@
node: ubuntu-xenial
branch-override: default

- project:
name: networking-lagopus

jobs:
- python-jobs
- pypi-jobs

- project:
name: networking-lenovo
Expand Down
7 changes: 7 additions & 0 deletions zuul/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12431,6 +12431,13 @@ projects:
experimental:
- gate-networking-l2gw-dsvm-functional-nv

- name: openstack/networking-lagopus
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: publish-to-pypi

- name: openstack/networking-lenovo
template:
- name: merge-check
Expand Down

0 comments on commit 03c568d

Please sign in to comment.