From 7900ecc62ead3bae0139744ec80cd0d2146cab49 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 28 Aug 2018 11:51:48 +0200 Subject: [PATCH] Add openstack-map repository The openstack-map repository will be used by Foundation staff as source data to build the OpenStack map and the "Software" section of the openstack.org website. Placing it in gerrit will help OpenStack project teams propose fixes to the data presented there. Change-Id: Iecb5d238e946c3fa5fce0179bed41ff0df95e8b6 --- gerrit/acls/openstack/openstack-map.config | 11 +++++++++++ gerrit/projects.yaml | 3 +++ zuul/main.yaml | 1 + 3 files changed, 15 insertions(+) create mode 100644 gerrit/acls/openstack/openstack-map.config diff --git a/gerrit/acls/openstack/openstack-map.config b/gerrit/acls/openstack/openstack-map.config new file mode 100644 index 0000000000..4038ae0aec --- /dev/null +++ b/gerrit/acls/openstack/openstack-map.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group openstack-map-core +label-Code-Review = -2..+2 group openstack-map-core +label-Workflow = -1..+1 group openstack-map-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index b2f982e38a..bc442e4165 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5689,6 +5689,9 @@ options: - translate description: OpenStack Manuals +- project: openstack/openstack-map + description: Base data to generate the OpenStack map and the Software section of the www.openstack.org website. + upstream: https://github.com/ttx/openstack-map.git - project: openstack/openstack-mentoring-scripts description: Various scripts to make matching and following up with mentees easier - project: openstack/openstack-planet diff --git a/zuul/main.yaml b/zuul/main.yaml index 0b19575d70..270053df70 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -998,6 +998,7 @@ - openstack/openstack-helm-addons - openstack/openstack-helm-infra - openstack/openstack-manuals + - openstack/openstack-map - openstack/openstack-mentoring-scripts - openstack/openstack-planet - openstack/openstack-resource-agents