Adding Kuryr as a part of neutron big stadium.
Kuryr aims to service the Docker Container Network Model[1] by leveraging Neutron in a way similar to how Nova does. The project will serve as a single effort point for connecting the various Neutron sub projects with Dockers and provide different Docker plumbing (connecting the docker instances into the overlay) images for the various different Neutron plugins and implementations [1] https://github.com/docker/docker/blob/master/experimental/networking.md Change-Id: I38f24906493e25575b084b06b7a62bbfc0c2f414
This commit is contained in:
parent
802c509eb3
commit
5845809db6
25
gerrit/acls/openstack/kuryr.config
Normal file
25
gerrit/acls/openstack/kuryr.config
Normal file
@ -0,0 +1,25 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group neutron-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group kuryr-core
|
||||
create = group kuryr-release
|
||||
label-Code-Review = -2..+2 group kuryr-core
|
||||
label-Workflow = -1..+1 group kuryr-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
|
@ -1005,6 +1005,8 @@
|
||||
description: OpenStack Identity (Keystone) Middleware
|
||||
- project: openstack/kite
|
||||
description: A service for managing and distributing message encryption keys.
|
||||
- project: openstack/kuryr
|
||||
description: Docker remote driver for OpenStack Neutron
|
||||
- project: openstack/magnum
|
||||
description: Containers Service for OpenStack
|
||||
- project: openstack/magnum-ui
|
||||
|
@ -542,6 +542,17 @@
|
||||
- openstack-publish-jobs
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: kuryr
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: manila
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -2061,6 +2061,13 @@ projects:
|
||||
check:
|
||||
- gate-kite-python34
|
||||
|
||||
- name: openstack/kuryr
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/magnum
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user