From 9c9a61414a75c1842028abc68034bafe57f87d00 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 4 Dec 2017 18:14:35 +0000 Subject: [PATCH] Add an openstack/self-healing-sig repository The Self-healing SIG is interested in using Storyboard for task tracking purposes. At the moment our means of avoiding name collisions is to make sure each project in SB has a matching repository in Gerrit, so create the necessary repo as a placeholder (it may be used for revision control of documents or other artifacts pertaining to the SIG in the future, but they have no actual plans for it at this time). https://wiki.openstack.org/wiki/Self-healing_SIG http://lists.openstack.org/pipermail/openstack-sigs/2017-December/000198.html Change-Id: If4fed236b6a679a635e17984f1cd07e98e21758c Needed-By: Ie2bba5e8914eb5422974b968183498471fae37cb --- gerrit/acls/openstack/self-healing-sig.config | 10 ++++++++++ gerrit/projects.yaml | 3 +++ zuul/main.yaml | 1 + 3 files changed, 14 insertions(+) create mode 100644 gerrit/acls/openstack/self-healing-sig.config diff --git a/gerrit/acls/openstack/self-healing-sig.config b/gerrit/acls/openstack/self-healing-sig.config new file mode 100644 index 0000000000..71a6616b11 --- /dev/null +++ b/gerrit/acls/openstack/self-healing-sig.config @@ -0,0 +1,10 @@ +[access "refs/heads/*"] +abandon = group self-healing-sig-core +label-Code-Review = -2..+2 group self-healing-sig-core +label-Workflow = -1..+1 group self-healing-sig-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 75366b70ca..225e694b4d 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5941,6 +5941,9 @@ - translate - project: openstack/security-specs description: OpenStack Security Specifications +- project: openstack/self-healing-sig + description: General repository for the Self-healing SIG + use-storyboard: true - project: openstack/senlin description: Clustering service for managing homogeneous objects in OpenStack options: diff --git a/zuul/main.yaml b/zuul/main.yaml index 977f9bbb2f..7e4ab151fb 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1174,6 +1174,7 @@ - openstack/security-analysis - openstack/security-doc - openstack/security-specs + - openstack/self-healing-sig - openstack/senlin - openstack/senlin-dashboard - openstack/senlin-tempest-plugin