diff --git a/gerrit/acls/openstack/python-tempestconf.config b/gerrit/acls/openstack/python-tempestconf.config new file mode 100644 index 0000000000..14bb961793 --- /dev/null +++ b/gerrit/acls/openstack/python-tempestconf.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 7f81ac6f3e..cc98e8f54b 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5661,6 +5661,12 @@ - project: openstack/python-tackerclient description: NFV Orchestration (Tacker) Client 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 description: Multiregion Networking (Tricircle) Client - project: openstack/python-tripleoclient diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 8fcbd24d85..d216975040 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2710,6 +2710,7 @@ refstack: - x-vrif-minus-2 projects: - openstack-infra/puppet-refstack + - openstack/python-tempestconf - openstack/refstack - openstack/refstack-client branches: diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 41fb566b47..03470cfd34 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -16457,6 +16457,11 @@ projects: - name: publish-to-pypi - name: release-notes-jobs + - name: openstack/python-tempestconf + template: + - name: merge-check + - name: noop-jobs + - name: openstack/python-tricircleclient template: - name: merge-check diff --git a/zuul/main.yaml b/zuul/main.yaml index 6a99d7ce46..5f1b705a7c 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1428,6 +1428,7 @@ - openstack/python-surveilclient - openstack/python-swiftclient - openstack/python-tackerclient + - openstack/python-tempestconf - openstack/python-tricircleclient - openstack/python-tripleoclient - openstack/python-troveclient