From 0e76e588e2c2062f80ef206229d9f957b889ff4b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 22 Jun 2016 17:43:38 +0200 Subject: [PATCH] Add #openstack-pkg to statusbot & meetbot_channels This patch adds IRC bots to #openstack-pkg, for the packaging-deb group. It looks like "openstackgerrit" (gerrit change reports) is already there, but "openstack" (channel logging) and "openstackstatus" (infra status notifications, success submissions) are not yet because the channel is not in the "meetbot_channels" and "statusbot_channels" sections. Change-Id: I91adbf4392cb028de55693f5c09f438cd4d9fb54 --- hiera/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index f3ddcbfa39..06f828a8ce 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -83,6 +83,7 @@ statusbot_channels: - openstack-nova - openstack-opw - openstack-oslo +- openstack-pkg - openstack-powervm - openstack-product - openstack-qa @@ -174,6 +175,7 @@ meetbot_channels: - '#openstack-nova' - '#openstack-operators' - '#openstack-performance' +- '#openstack-pkg' - '#openstack-opw' - '#openstack-oslo' - '#openstack-powervm'