From 2ed57be6e9f224da3af34723a96ac7c002bf4a84 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 7 Apr 2017 17:33:05 +0000 Subject: [PATCH] Add openstack/enterprise-wg project The Enterprise Working Group under the OpenStack User Committee is using StoryBoard but needs an additional project to track generic tasks which aren't necessarily specific to their currently only existing source repository (openstack/workload-ref-archs). Create a new, empty openstack/enterprise-wg repository to reserve the name in our code review system, and also in case they ever want to store any files or artifacts associated with the tasks they'll be creating in StoryBoard. Change-Id: Icb216e990fea1c6cf8c745716acc0e0e3c7a71f3 Needed-By: I683b7e2141f6ef46e62fc5ffffeaff6cdd6cd8e6 --- gerrit/acls/openstack/enterprise-wg.config | 11 +++++++++++ gerrit/projects.yaml | 5 +++++ zuul/layout.yaml | 5 +++++ 3 files changed, 21 insertions(+) create mode 100644 gerrit/acls/openstack/enterprise-wg.config diff --git a/gerrit/acls/openstack/enterprise-wg.config b/gerrit/acls/openstack/enterprise-wg.config new file mode 100644 index 0000000000..77da452786 --- /dev/null +++ b/gerrit/acls/openstack/enterprise-wg.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group enterprise-wg-core +label-Code-Review = -2..+2 group enterprise-wg-core +label-Workflow = -1..+1 group enterprise-wg-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 8b8bbf60f5..851bb806e5 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3562,6 +3562,11 @@ description: Incremental block-based backup to object storage - project: openstack/election description: OpenStack Elections repository +- project: openstack/enterprise-wg + description: Action plans to solve Enterprise needs and issues for OpenStack adoption. + groups: + - enterprise-wg + use-storyboard: true - project: openstack/entropy description: A framework for Audit/Repair scripts for OpenStack - project: openstack/eslint-config-openstack diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ab730015ed..8f0b7ef0fa 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -9325,6 +9325,11 @@ projects: post: - static-election-publish + - name: openstack/enterprise-wg + template: + - name: merge-check + - name: noop-jobs + - name: openstack/entropy template: - name: merge-check