This adds matrix support to the statusbot. It can be operated in parallel or as an alternative to IRC. If both bots are running, they will broadcast to each others rooms/channels. To accomplish this, the bots now implement the UpdateInterface so that they have "notice" methods, which simply call their "broadcast" methods. Since we typically do not use the "alert" command often, the topic setting functionality is removed from the irc bot. It is not added to the matrix bot. (Matrix supports this, but since we don't use it often, let's just drop it. It simplifies permissions as well.) Both bots will publish to all other publishers as well. Change-Id: Iacbaf54588c37d0777517ccf29aeb4eb436688fb
OpenStack Infrastructure Status Bot
statusbot is the bot that the OpenStack Infra team uses to alert the developer community about issues and resolutions related to the health of the developer infrastructure.
Description
Languages
Python
97.2%
Dockerfile
2.8%