From e976c9d23946f988e43209558c1172506ac6f894 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 27 Jun 2018 10:11:28 -0500 Subject: [PATCH] Readd openstack/operations-guide repo This restores read/write to the openstack/operations-guide, adds event notifications to the #openstack-operators channel, and sets up base jobs for patches to the repo. Change-Id: Ide2319f124e20c7164f25fa81454d291edf6c3c2 --- gerrit/acls/openstack/operations-guide.config | 13 +++++++++++++ gerrit/projects.yaml | 3 +-- gerritbot/channels.yaml | 1 + zuul.d/projects.yaml | 8 ++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 gerrit/acls/openstack/operations-guide.config diff --git a/gerrit/acls/openstack/operations-guide.config b/gerrit/acls/openstack/operations-guide.config new file mode 100644 index 0000000000..a77928cdd2 --- /dev/null +++ b/gerrit/acls/openstack/operations-guide.config @@ -0,0 +1,13 @@ +[access "refs/for/refs/*"] +pushMerge = group osops-core + +[access "refs/heads/*"] +abandon = group osops-core +label-Code-Review = -2..+2 group osops-core +label-Workflow = -1..+1 group osops-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 398110f4fb..611c19aa1b 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5541,8 +5541,7 @@ groups: - openstacksdk - project: openstack/operations-guide - description: RETIRED, OpenStack Operations Guide - acl-config: /home/gerrit2/acls/openstack/retired.config + description: OpenStack Operations Guide - project: openstack/ops-tags-team description: Work of the User Committee's Ops Tags Team. - project: openstack/ops-telecom-nfv diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 4ee7bb4efe..6bd10a2239 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1522,6 +1522,7 @@ openstack-operators: - change-merged - x-vrif-minus-2 projects: + - openstack/operations-guide - openstack/osops-coda - openstack/osops-example-configs - openstack/osops-tools-contrib diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index dabdcad749..a3ab5ae536 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -10639,6 +10639,14 @@ jobs: - openstack-tox-cover +- project: + name: openstack/operations-guide + templates: + - build-openstack-sphinx-docs + post: + jobs: + - publish-openstack-sphinx-docs-direct + - project: name: openstack/ops-tags-team templates: