From 7c0133faae0f959a1e36117ff5dc9661cfee1041 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 11 Mar 2020 23:39:42 +0000 Subject: [PATCH] Add IRC bots to OpenInfra Labs channels The OpenInfra Labs community is utilizing OpenDev to to collaborate (already have a mailing list and Git repository in OpenDev), and are interested in having some of OpenDev's bots assist with their IRC channels as well. Add these channels to the bot configurations. Change-Id: I35b61a2f0c2efb96b46888378b98b6407cb7a0cd Depends-On: https://review.opendev.org/712586 --- hiera/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index 8a1f2de21b..6c9b377c2c 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -11,6 +11,8 @@ statusbot_channels: - murano - oooq - opendev +- openinfralabs +- openinfralabs-monitoring - openstack - openstack-ansible - openstack-ansible-sig @@ -113,6 +115,8 @@ meetbot_channels: - '#murano' - '#oooq' - '#opendev' +- '#openinfralabs' +- '#openinfralabs-monitoring' - '#openstack' - '#openstack-ansible' - '#openstack-ansible-sig'