Add python-tempestconf project
* python-tempestconf tool is used to automatically generate tempest configuration for the deployed cloud. * It will be consumed by RefStack-client tool to auto generate tempest.conf against the deployed cloud. * This commit adds ACLs and settings for the python-tempestconf project. https://github.com/redhat-openstack/python-tempestconf Needed-By: I4f60af4a29a7275d560980d00176d94d6fecfd63 Change-Id: I7d5576bee1160b37bcb57bc9076193a4d4b0ba7b
This commit is contained in:

committed by
Andreas Jaeger

parent
88f04b16b1
commit
b7b81ae23f
12
gerrit/acls/openstack/python-tempestconf.config
Normal file
12
gerrit/acls/openstack/python-tempestconf.config
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group python-tempestconf-core
|
||||||
|
create = group python-tempestconf-release
|
||||||
|
label-Code-Review = -2..+2 group python-tempestconf-core
|
||||||
|
label-Workflow = -1..+1 group python-tempestconf-core
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -5652,6 +5652,12 @@
|
|||||||
- project: openstack/python-tackerclient
|
- project: openstack/python-tackerclient
|
||||||
description: NFV Orchestration (Tacker) Client
|
description: NFV Orchestration (Tacker) Client
|
||||||
acl-config: /home/gerrit2/acls/openstack/tacker.config
|
acl-config: /home/gerrit2/acls/openstack/tacker.config
|
||||||
|
- project: openstack/python-tempestconf
|
||||||
|
description: Automatic Tempest Configuration Generator
|
||||||
|
upstream: https://github.com/redhat-openstack/python-tempestconf.git
|
||||||
|
groups:
|
||||||
|
- refstack
|
||||||
|
use-storyboard: true
|
||||||
- project: openstack/python-tricircleclient
|
- project: openstack/python-tricircleclient
|
||||||
description: Multiregion Networking (Tricircle) Client
|
description: Multiregion Networking (Tricircle) Client
|
||||||
- project: openstack/python-tripleoclient
|
- project: openstack/python-tripleoclient
|
||||||
|
@@ -2709,6 +2709,7 @@ refstack:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- openstack-infra/puppet-refstack
|
- openstack-infra/puppet-refstack
|
||||||
|
- openstack/python-tempestconf
|
||||||
- openstack/refstack
|
- openstack/refstack
|
||||||
- openstack/refstack-client
|
- openstack/refstack-client
|
||||||
branches:
|
branches:
|
||||||
|
@@ -16455,6 +16455,11 @@ projects:
|
|||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
- name: release-notes-jobs
|
- name: release-notes-jobs
|
||||||
|
|
||||||
|
- name: openstack/python-tempestconf
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: openstack/python-tricircleclient
|
- name: openstack/python-tricircleclient
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
@@ -1427,6 +1427,7 @@
|
|||||||
- openstack/python-surveilclient
|
- openstack/python-surveilclient
|
||||||
- openstack/python-swiftclient
|
- openstack/python-swiftclient
|
||||||
- openstack/python-tackerclient
|
- openstack/python-tackerclient
|
||||||
|
- openstack/python-tempestconf
|
||||||
- openstack/python-tricircleclient
|
- openstack/python-tricircleclient
|
||||||
- openstack/python-tripleoclient
|
- openstack/python-tripleoclient
|
||||||
- openstack/python-troveclient
|
- openstack/python-troveclient
|
||||||
|
Reference in New Issue
Block a user