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 324a2f6a87..b64edaa2e1 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -8278,6 +8278,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 5e458dc38e..6602b101f1 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1388,6 +1388,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