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 eecda4c80a..624733198a 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -258,6 +258,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 2dde778f33..ed5c0703fc 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2418,6 +2418,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