Adds networking-hyperv in StackForge
networking-hyperv is a library containing the Hyper-V Neutron Agent, Security Groups Driver, ML2 Mechanism Driver and the utils modules they use in order to properly bind neutron ports on a Hyper-V host. networking-hyperv resulted from the neutron core vendor decomposition. Supports Python 2.7 and Python 3.3. Change-Id: I6979b69d202a7257b34d427c444cade2cef69ad9
This commit is contained in:
parent
32a1cbba3c
commit
d88ee733a0
14
gerrit/acls/stackforge/networking-hyperv.config
Normal file
14
gerrit/acls/stackforge/networking-hyperv.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group networking-hyperv-core
|
||||
label-Code-Review = -2..+2 group networking-hyperv-core
|
||||
label-Workflow = -1..+1 group networking-hyperv-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group networking-hyperv-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1839,6 +1839,9 @@
|
||||
- networking-cisco
|
||||
- project: stackforge/networking-edge-vpn
|
||||
description: A framework to create an edge VPN service and bridge Neutron networks to it.
|
||||
- project: stackforge/networking-hyperv
|
||||
description: Hyper-V L2 Agent and drivers for ML2.
|
||||
upstream: git://github.com/cloudbase/networking-hyperv.git
|
||||
- project: stackforge/networking-l2gw
|
||||
description: API's and implementations to support L2 Gateways in Neutron.
|
||||
- project: stackforge/networking-mlnx
|
||||
|
@ -1212,3 +1212,13 @@ openstack-vmtp:
|
||||
- stackforge/vmtp
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-hyper-v:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/networking-hyperv
|
||||
branches:
|
||||
- master
|
||||
|
@ -3653,6 +3653,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-hyperv
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-l2gw
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -5099,6 +5099,11 @@ projects:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-hyperv
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-l2gw
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user