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