From c3c1ee09a682d7301a66fd957c815884344b1850 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Wed, 12 Feb 2014 21:54:38 -0800 Subject: [PATCH] Add the openstack-security-notes project This adds a new project that will be used by the OpenStack Security Group (OSSG) for review and source control of OpenStack Security Notes (OSSNs). This new project will live under the Documentation program, which has been agreed upon by the Documentation and OSSG groups. The discussion about this decision is in the referenced launchpad bug. Closes-bug: 1279074 Change-Id: I3d4e0b2c9ab9df9f5f044ddf46c4aff2a01a967a --- .../acls/openstack/openstack-security-notes.config | 11 +++++++++++ modules/openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack/openstack-security-notes.config diff --git a/modules/openstack_project/files/gerrit/acls/openstack/openstack-security-notes.config b/modules/openstack_project/files/gerrit/acls/openstack/openstack-security-notes.config new file mode 100644 index 0000000000..75d98d84a3 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack/openstack-security-notes.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group openstack-security-notes-core + label-Approved = +0..+1 group openstack-security-notes-core + workInProgress = group openstack-security-notes-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 6c1973ac2c..c19190a712 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -256,6 +256,9 @@ options: - direct-release - project: openstack/openstack-planet +- project: openstack/openstack-security-notes + description: OpenStack Security Notes (OSSN) + upstream: https://github.com/nkinder/openstack-security-notes.git - project: openstack/operations-guide group: openstack-manuals upstream: git://github.com/jeblair/openstack-ops diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 2bcfbe8f2a..85c880850e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2424,6 +2424,12 @@ projects: - openstack-operations-guide - openstack-operations-guide-ja + - name: openstack/openstack-security-notes + check: + - noop + gate: + - noop + # Section: OpenStack development projects - name: openstack-dev/cookiecutter