From 3f1c91423511568cb49671a57d7aa8586e955fbf Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Tue, 26 Mar 2019 12:56:10 +0530 Subject: [PATCH] Add ansible-role-collect-logs project to TripleO Collect-logs role exists in openstack/tripleo-quickstart-extras, But in order to make it reusable, we are moving this bundled role to a seperate repo so that other deployment tools can reuse it. Change-Id: I560eff86b1ef30938b4455d043ad5c7f3a45519a Needed-By: https://review.openstack.org/647665 --- gerrit/projects.yaml | 6 ++++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index a9c6be88ca..23ee948ed6 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1094,6 +1094,12 @@ - tripleo - project: openstack/ansible-role-cloud-launcher description: Ansible role to deploy multiple clouds resources +- project: openstack/ansible-role-collect-logs + description: An Ansible role for aggregating logs from different nodes. + upstream: https://github.com/chkumar246/ansible-role-collect-logs + acl-config: /home/gerrit2/acls/openstack/tripleo.config + groups: + - tripleo - project: openstack/ansible-role-container-registry description: Ansible role to deploy a container registry groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index cb5141447a..b2ce296f17 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2400,6 +2400,7 @@ tripleo: - ^openstack/tripleo.* - openstack-infra/tripleo-ci - openstack/ansible-role-chrony + - openstack/ansible-role-collect-logs - openstack/ansible-role-container-registry - openstack/ansible-role-openstack-operations - openstack/ansible-role-redhat-subscription diff --git a/zuul/main.yaml b/zuul/main.yaml index 02f6393097..96ef433430 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -255,6 +255,7 @@ - openstack/ansible-role-carbon - openstack/ansible-role-chrony - openstack/ansible-role-cloud-launcher + - openstack/ansible-role-collect-logs - openstack/ansible-role-container-registry - openstack/ansible-role-diskimage-builder - openstack/ansible-role-fedmsg