From 9593b0fa3612da9eb9c14d7dcfc67b8e97db3300 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 1 May 2018 09:25:08 -0400 Subject: [PATCH] create constellations repository The TC is starting a new documentation initiative to help deployers understand how to combine various OpenStack components for different purposes. Although the TC is starting this, ultimately we hope to build a team of maintainers for the repository and so a new gerrit group is being used as the reviewers. We do not anticipate tagging or branching, so those permissions are left as the defaults. We don't know yet if this will remain a "TC-owned" repo or if the documentation team will adopt it, so there is not yet a related governance patch. Story: #2001702 Task: #15069 Change-Id: I0f7dccd1503b59d0e61eec00913bd96bf481184d Signed-off-by: Doug Hellmann --- gerrit/acls/openstack/constellations.config | 11 +++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 16 insertions(+) create mode 100644 gerrit/acls/openstack/constellations.config diff --git a/gerrit/acls/openstack/constellations.config b/gerrit/acls/openstack/constellations.config new file mode 100644 index 0000000000..af40ef1147 --- /dev/null +++ b/gerrit/acls/openstack/constellations.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group constellations-core +label-Code-Review = -2..+2 group constellations-core +label-Workflow = -1..+1 group constellations-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 32f6415ba1..eeda6d29d0 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1693,6 +1693,9 @@ - congress description: Tempest Plugin for Congress project acl-config: /home/gerrit2/acls/openstack/congress.config +- project: openstack/constellations + description: Documentation for suggested combinations of OpenStack components + use-storyboard: true - project: openstack/contributor-guide use-storyboard: true description: The general guide to contributing to OpenStack. diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 4021b5719e..e2aec1a48a 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1951,6 +1951,7 @@ openstack-tc: - change-merged - x-vrif-minus-2 projects: + - openstack/constellations - openstack/governance - openstack/project-team-guide branches: diff --git a/zuul/main.yaml b/zuul/main.yaml index 7a7dca14e7..868a8d554c 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -399,6 +399,7 @@ - openstack/congress-dashboard - openstack/congress-specs - openstack/congress-tempest-plugin + - openstack/constellations - openstack/contributor-guide - openstack/conveyor - openstack/cookbook-openstack-application-catalog