From 2a0816b8353107d124d7ce4608a427fb7ab7c803 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 12 Nov 2015 11:25:23 -0600 Subject: [PATCH] Creation of the tools-contrib repo. This review creates the tools-contrib directory where it will be a place to contribute any tool, script, or the like to the OSOps project. The rename of the tools-generic as a Curated place, is where we plan on putting coding standards and testing around the tools. These both were discussed in Tokyo, and decided that we needed a place for each type. Change-Id: If8c848fcac4e1a86e0d381883b87cf9dbfdf8b36 --- gerrit/projects.yaml | 7 ++++++- gerritbot/channels.yaml | 1 + zuul/layout.yaml | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 42c4b0500e..793ef2d627 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2188,8 +2188,13 @@ acl-config: /home/gerrit2/acls/openstack/osops.config groups: - osops +- project: openstack/osops-tools-contrib + description: Contributed Tools for OpenStack Operators + acl-config: /home/gerrit2/acls/openstack/osops.config + groups: + - osops - project: openstack/osops-tools-generic - description: Tools and Scripts for OpenStack Operators + description: Curated Tools and Scripts for OpenStack Operators acl-config: /home/gerrit2/acls/openstack/osops.config groups: - osops diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 21be9c50a8..04b7ead6e3 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1193,6 +1193,7 @@ openstack-operators: - x-vrif-minus-2 projects: - openstack/osops-example-configs + - openstack/osops-tools-contrib - openstack/osops-tools-generic - openstack/osops-tools-logging - openstack/osops-tools-monitoring diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 6d38b9def8..2c1ef132ad 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -7188,6 +7188,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/osops-tools-contrib + template: + - name: merge-check + - name: noop-jobs + - name: openstack/osops-tools-generic template: - name: merge-check