Merge "Add devstack-plugin-mariadb as new project"
This commit is contained in:
commit
157bbc868f
14
gerrit/acls/openstack/devstack-plugin-mariadb.config
Normal file
14
gerrit/acls/openstack/devstack-plugin-mariadb.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-mariadb-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-mariadb-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-mariadb-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-mariadb-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1355,6 +1355,10 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
groups:
|
||||
- oslo
|
||||
- project: openstack/devstack-plugin-mariadb
|
||||
description: A DevStack plugin that allows ubuntu users to use MariaDB flavor as the
|
||||
database backend
|
||||
upstream: https://github.com/rafaelfolco/devstack-plugin-mariadb
|
||||
- project: openstack/devstack-plugin-nfs
|
||||
description: DevStack plugin to configure NFS backend.
|
||||
- project: openstack/devstack-plugin-pika
|
||||
|
@ -1452,6 +1452,12 @@
|
||||
plugin-repo: openstack/devstack-plugin-kafka
|
||||
job-suffix: ''
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-mariadb
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-nfs
|
||||
jobs:
|
||||
|
@ -5669,6 +5669,14 @@ projects:
|
||||
- gate-devstack-plugin-kafka-bashate
|
||||
- gate-tempest-dsvm-full-kafka
|
||||
|
||||
- name: openstack/devstack-plugin-mariadb
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-mariadb-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-mariadb-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-nfs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user