From bf358222715cf1bde83c8446b3ec8869826e07f2 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 26 Jul 2022 15:38:02 +0200 Subject: [PATCH] Add new project "whitebox-neutron-tempest-plugin" in the x/ namespace This project will contain whitebox neutron related tempest tests useful for the Tripleo based deployments, which don't fit well into official neutron-tempest-plugin repository. Change-Id: Ie0c7bc4558e4e73910664b6796d5ada7848bf5d2 --- .../acls/x/whitebox-neutron-tempest-plugin.config | 13 +++++++++++++ gerrit/projects.yaml | 3 +++ zuul/main.yaml | 1 + 3 files changed, 17 insertions(+) create mode 100644 gerrit/acls/x/whitebox-neutron-tempest-plugin.config diff --git a/gerrit/acls/x/whitebox-neutron-tempest-plugin.config b/gerrit/acls/x/whitebox-neutron-tempest-plugin.config new file mode 100644 index 0000000000..618b47d2bc --- /dev/null +++ b/gerrit/acls/x/whitebox-neutron-tempest-plugin.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group whitebox-neutron-tempest-plugin-core +label-Code-Review = -2..+2 group whitebox-neutron-tempest-plugin-core +label-Workflow = -1..+1 group whitebox-neutron-tempest-plugin-core + +[access "refs/tags/*"] +createSignedTag = group whitebox-neutron-tempest-plugin-release + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index ad132cbfa0..9a698b9d8b 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -8214,6 +8214,9 @@ acl-config: /home/gerrit2/acls/x/vmware-nsx.config - project: x/vmware-vspc description: Virtual Serial Port Concentrator for VMware instances +- project: x/whitebox-neutron-tempest-plugin + description: Tempest plugin with whitebox Neutron related tests useful for + the Tripleo based deployments. - project: x/wsme description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate diff --git a/zuul/main.yaml b/zuul/main.yaml index d16fbbb4a0..1cd82caf9f 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1377,6 +1377,7 @@ - x/vmware-nsx-tempest-plugin - x/vmware-nsxlib - x/vmware-vspc + - x/whitebox-neutron-tempest-plugin - x/wsme - x/xenapi-os-testing - x/xstatic-angular-cookies