Added new MagnetoDB project to Stackforge
MagnetoDB is key-value database service for OpenStack cloud. More details https://wiki.openstack.org/wiki/MagnetoDB Change details: * gerritbot configuration * Stackforge acls for project configured * job builder config updated * zuul layout extended with new project Change-Id: Ieebdc56441714020e23e889140f5612253863aa1
This commit is contained in:
parent
c5bd6f0fcb
commit
9d198724ab
@ -298,6 +298,16 @@ murano:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
magnetodb:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/magnetodb
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
billingstack:
|
billingstack:
|
||||||
events:
|
events:
|
||||||
- patchset-created
|
- patchset-created
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group magnetodb-milestone
|
||||||
|
label-Approved = +0..+1 group magnetodb-milestone
|
||||||
|
exclusiveGroupPermissions = label-Code-Review label-Approved
|
||||||
|
label-Code-Review = -1..+1 group Registered Users
|
||||||
|
[access "refs/heads/stable/*"]
|
||||||
|
label-Code-Review = -2..+2 group magnetodb-milestone
|
||||||
|
label-Approved = +0..+1 group magnetodb-milestone
|
||||||
|
exclusiveGroupPermissions = label-Code-Review label-Approved
|
||||||
|
label-Code-Review = -1..+1 group Registered Users
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group magnetodb-core
|
||||||
|
label-Approved = +0..+1 group magnetodb-core
|
||||||
|
workInProgress = group magnetodb-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group magnetodb-ptl
|
||||||
|
pushTag = group magnetodb-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -129,6 +129,16 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: magnetodb
|
||||||
|
github-org: stackforge
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: climate
|
name: climate
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -544,6 +544,9 @@
|
|||||||
description: Energy Efficiency Monitoring
|
description: Energy Efficiency Monitoring
|
||||||
upstream: git://github.com/frossigneux/kwapi.git
|
upstream: git://github.com/frossigneux/kwapi.git
|
||||||
- project: stackforge/libra
|
- project: stackforge/libra
|
||||||
|
- project: stackforge/magnetodb
|
||||||
|
description: Key-value database service for OpenStack cloud.
|
||||||
|
upstream: git://github.com/Mirantis/magnetodb.git
|
||||||
- project: stackforge/manila
|
- project: stackforge/manila
|
||||||
description: Shared filesystem management project for OpenStack.
|
description: Shared filesystem management project for OpenStack.
|
||||||
upstream: git://github.com/bswartz/manila.git
|
upstream: git://github.com/bswartz/manila.git
|
||||||
|
@ -517,6 +517,10 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-python-troveclient-pypy
|
- name: gate-python-troveclient-pypy
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-magnetodb-python26
|
||||||
|
voting: false
|
||||||
|
- name: gate-magnetodb-requirements
|
||||||
|
voting: false
|
||||||
- name: gate-mistral-python33
|
- name: gate-mistral-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-mistral-extra-python33
|
- name: gate-mistral-extra-python33
|
||||||
@ -3660,6 +3664,27 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
- name: stackforge/magnetodb
|
||||||
|
check:
|
||||||
|
- gate-magnetodb-pep8
|
||||||
|
- gate-magnetodb-python26
|
||||||
|
- gate-magnetodb-python27
|
||||||
|
- gate-magnetodb-docs
|
||||||
|
- gate-magnetodb-requirements
|
||||||
|
gate:
|
||||||
|
- gate-magnetodb-pep8
|
||||||
|
- gate-magnetodb-python27
|
||||||
|
- gate-magnetodb-docs
|
||||||
|
post:
|
||||||
|
- magnetodb-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- magnetodb-tarball
|
||||||
|
release:
|
||||||
|
- magnetodb-tarball:
|
||||||
|
- magnetodb-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
|
||||||
- name: stackforge/MRaaS
|
- name: stackforge/MRaaS
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
Loading…
Reference in New Issue
Block a user