From 62e9af560c668334da67a5317eba032d17d4d4ab Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 22 Aug 2023 17:19:23 +0000 Subject: [PATCH] Add StarlingX Matrix channels to the logbot StarlingX has decided to move from IRC to Matrix, and 11 channels have been established for them in a dedicated space on our homeserver. Add those channels to the matrix-eavesdrop bot for logging. Change-Id: I3cb50ebbe892e837e85cefc094bc99bbb4b0a759 --- .../matrix-eavesdrop/templates/config.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/playbooks/roles/matrix-eavesdrop/templates/config.yaml b/playbooks/roles/matrix-eavesdrop/templates/config.yaml index 4fc0b5d8ec..ae4efb9308 100644 --- a/playbooks/roles/matrix-eavesdrop/templates/config.yaml +++ b/playbooks/roles/matrix-eavesdrop/templates/config.yaml @@ -9,6 +9,28 @@ config: # id: The full Matrix ID of the room # path: A relative path to log_dir, or begin with '/' for an absolute path. rooms: + - id: "#starlingx-build:opendev.org" + path: "#starlingx-build" + - id: "#starlingx-containers:opendev.org" + path: "#starlingx-containers" + - id: "#starlingx-distcloud:opendev.org" + path: "#starlingx-distcloud" + - id: "#starlingx-distro:opendev.org" + path: "#starlingx-distro" + - id: "#starlingx-docs:opendev.org" + path: "#starlingx-docs" + - id: "#starlingx-flock:opendev.org" + path: "#starlingx-flock" + - id: "#starlingx-general:opendev.org" + path: "#starlingx-general" + - id: "#starlingx-networking:opendev.org" + path: "#starlingx-networking" + - id: "#starlingx-openstack:opendev.org" + path: "#starlingx-openstack" + - id: "#starlingx-release:opendev.org" + path: "#starlingx-release" + - id: "#starlingx-test:opendev.org" + path: "#starlingx-test" - id: "#test:opendev.org" path: "#test" - id: "#zuul:opendev.org"