From 7cafb7791032ffc3ed7a0b32003dcc06ba76f3d0 Mon Sep 17 00:00:00 2001 From: "Bryan D. Payne" Date: Thu, 15 May 2014 08:35:21 -0700 Subject: [PATCH] Add a git repo for security documentation This adds a new git repository for documentation created by the OpenStack Security Group (OSSG). This will be a common place for holding the OSSNs, the Security Guide, and potentially future documentation output from OSSG. This work lives under the Documentation program. See the launchpad bug for other details and discussion. Change-Id: Ie72134e716ec800d8bc601167a8161a605a9cd5f Closes-bug: 1319895 --- .../files/gerrit/acls/openstack/security-doc.config | 11 +++++++++++ modules/openstack_project/files/review.projects.yaml | 2 ++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 3 files changed, 19 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack/security-doc.config diff --git a/modules/openstack_project/files/gerrit/acls/openstack/security-doc.config b/modules/openstack_project/files/gerrit/acls/openstack/security-doc.config new file mode 100644 index 0000000000..43ed7ef42f --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack/security-doc.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group security-doc-core + label-Workflow = -1..+1 group security-doc-core + abandon = group security-doc-core +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 77d856bec1..ed8ff0d20a 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -385,6 +385,8 @@ group: sahara description: Disk image elements for Sahara acl-config: /home/gerrit2/acls/openstack/sahara.config +- project: openstack/security-doc + description: Documentation work from the OpenStack Security Group (OSSG) - project: openstack/stevedore group: python-stevedore description: Manage dynamic plugins for Python applications diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4464ac64a1..494d3a8c6d 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2490,6 +2490,12 @@ projects: gate: - noop + - name: openstack/security-doc + check: + - noop + gate: + - noop + # Section: OpenStack development projects - name: openstack-dev/bash8