New Project Quark Plugin
The goal of this is to provide an alternative to ML2 that is scalable beyond the limits of ML2's capabilities today. This is an unofficial plugin today but could be added under stadium in the future. But, to do so based on current requirements, the advancement of quark needs to be done out in the open, community based before it can be considered. Change-Id: Id4f6aa2a2585750c9176f93bfa8927e5796ba6d3
This commit is contained in:
parent
e07c2bfb72
commit
da5255b2ed
18
gerrit/acls/openstack/quark.config
Normal file
18
gerrit/acls/openstack/quark.config
Normal file
@ -0,0 +1,18 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group quark-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group quark-core
|
||||
create = group quark-release
|
||||
label-Code-Review = -2..+2 group quark-core
|
||||
label-Workflow = -1..+1 group quark-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group quark-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3489,6 +3489,11 @@
|
||||
groups:
|
||||
- tempest
|
||||
description: OpenStack QA Specifications
|
||||
- project: openstack/quark
|
||||
description: Highly performant and scalable Neutron plugin.
|
||||
upstream: https://github.com/rackerlabs/quark.git
|
||||
groups:
|
||||
- neutron-quark
|
||||
- project: openstack/rack
|
||||
description: Provides the ability that can control OpenStack as program resource
|
||||
with an application. It enables you to implement a large scale distributed system
|
||||
|
@ -7935,6 +7935,14 @@
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: quark
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: rack
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -10902,6 +10902,14 @@ projects:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
|
||||
- name: openstack/quark
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/rack
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user