From 6dd82e0f7413a8e7527c3b98e365167f96612059 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 26 May 2022 19:26:09 +0200 Subject: [PATCH] Add a repository for the Large Scale SIG This repository is to contain documentation produced by the Large Scale SIG[0]. In particular we want to move the content currently held in the Wiki[1] in order to allow for easier collaborative editing. [0] https://governance.openstack.org/sigs/ [1] https://wiki.openstack.org/wiki/Large_Scale_SIG Signed-off-by: Dr. Jens Harbott Needed-By: https://review.opendev.org/c/openstack/governance/+/843535 Change-Id: I5b723089e649376557fde8c6d46c15d143c50343 --- gerrit/acls/openstack/large-scale.config | 11 +++++++++++ gerrit/projects.yaml | 2 ++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 15 insertions(+) create mode 100644 gerrit/acls/openstack/large-scale.config diff --git a/gerrit/acls/openstack/large-scale.config b/gerrit/acls/openstack/large-scale.config new file mode 100644 index 0000000000..d13846f0fa --- /dev/null +++ b/gerrit/acls/openstack/large-scale.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group large-scale-core +label-Code-Review = -2..+2 group large-scale-core +label-Workflow = -1..+1 group large-scale-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index dde6aa4866..eeb53f7ad2 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3516,6 +3516,8 @@ description: Docker remote driver for OpenStack Neutron - project: openstack/kuryr-tempest-plugin description: Tempest plugin for kuryr/kuryr-kubernetes +- project: openstack/large-scale + description: Large Scale SIG - project: openstack/ldappool description: A simple connector pool for python-ldap and related LDAP libraries. - project: openstack/liberasurecode diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 7e8ed6baf2..aaf05d22e2 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -982,6 +982,7 @@ openstack-operators: projects: - openstack/arch-design - openstack/ha-guide + - openstack/large-scale - openstack/operations-guide - openstack/osops branches: diff --git a/zuul/main.yaml b/zuul/main.yaml index d9f507fdcd..2174b77a90 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -532,6 +532,7 @@ - openstack/kuryr-kubernetes - openstack/kuryr-libnetwork - openstack/kuryr-tempest-plugin + - openstack/large-scale - openstack/ldappool - openstack/liberasurecode - openstack/loci