From e94a0f641f76cc36133a4cb9c1a0316dee89d482 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 8 Jan 2020 11:41:34 +0100 Subject: [PATCH] New repo: "ideas" This is the starting point for the "ideas" project. Ideas is a repository where everyone can submit their ideas for global OpenStack changes. It is the follow up of a discussion in the last summit in Shanghai, where we discussed the lack of an easy way to browse and search history of all the (crazy) ideas for OpenStack floated on the mailing lists. We established (due to recurring topics) that the MLs are not really appropriate for this searching and revision control. Needed-By: https://review.opendev.org/#/c/701678 Change-Id: Ice47cf6b84cf817db47867aa536d4f4b80c9b792 --- gerrit/acls/openstack/ideas.config | 10 ++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 3 +++ zuul/main.yaml | 1 + 4 files changed, 17 insertions(+) create mode 100644 gerrit/acls/openstack/ideas.config diff --git a/gerrit/acls/openstack/ideas.config b/gerrit/acls/openstack/ideas.config new file mode 100644 index 0000000000..7a6b9b4a0c --- /dev/null +++ b/gerrit/acls/openstack/ideas.config @@ -0,0 +1,10 @@ +[access "refs/heads/*"] +abandon = group tech-committee +label-Code-Review = -2..+2 group tech-committee +label-Workflow = -1..+1 group tech-committee + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index bbf9ec7f67..d23572323e 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3129,6 +3129,9 @@ - openstack-i18n acl-config: /home/gerrit2/acls/openstack/i18n.config description: OpenStack I18n Specifications +- project: openstack/ideas + description: The place to propose OpenStack-wide ideas for change + upstream: https://github.com/evrardjp/ideas.git - project: openstack/infra-manual use-storyboard: true groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 256d25dcbb..e12b84a3dc 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -514,6 +514,7 @@ openstack-dev: - openstack/governance - openstack/governance-sigs - openstack/governance-website + - openstack/ideas - openstack/openstack-specs - openstack/project-navigator-data - openstack/project-team-guide @@ -1944,6 +1945,7 @@ openstack-tc: - openstack/governance - openstack/governance-sigs - openstack/governance-website + - openstack/ideas - openstack/project-team-guide branches: - master @@ -1997,6 +1999,7 @@ openstack-uc: - change-merged projects: - openstack/governance-uc + - openstack/ideas branches: - master diff --git a/zuul/main.yaml b/zuul/main.yaml index 95590833bc..87fd7eb3fe 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -536,6 +536,7 @@ - openstack/horizon - openstack/i18n - openstack/i18n-specs + - openstack/ideas - openstack/infra-manual - openstack/instack-undercloud - openstack/interop