Renaming PHX2 -> IAD2 with existing IAD2 conditional template blocks
left some in the form...:
{% if datacenter == 'iad2' %}
...
{% elif datacenter == 'iad2' %}
...
...making the second block a no-op. Remove them.
Follow up to commit 7984b46eb7
Signed-off-by: Nils Philippsen <nils@redhat.com>
We no longer need this as it was put in place when taskotron was going
to run user provided tests. Since the only left in 'qa' is openqa and it
only tests fedora images/updates and is still also in it's own vlan, we
no longer need to reject things in qa from the rest of their same vlan.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Since we no longer have any machines in phx2, I have tried to remove
them from ansible. Note that there are still some places where we need
to remove them still: nagios, dhcp, named were not touched, and in cases
where it wasn't pretty clear what a conditional was doing I left it to
be cleaned up later.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
When trying to start the bot on all 29 channels, it failed, repeatidly
at 25, potentially reaching some kind of limit.
So to make this work for now, we're commenting out here 4 of the bots
- 2 relate to the planet which is currently no longer sending fedmsg
messages
- 1 relates to askbot which we no longer run
- 1 relates to the proyecto trac project and we no longer run trac.
With this change, the bots are starting fine.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit adds a few other topics and fixes some syntax for the Fedora
Design crew. This is untested at commit time and may need further
adjustment once it gets deployed.
Closes fedora-infrastructure#8683.
https://pagure.io/fedora-infrastructure/issue/8683
cc: @duffy @pingou @cverna
Signed-off-by: Justin W. Flory <git@jwf.io>
I was trying to meet this criteria for the filter. I used the CommOps
and Badges bots as examples to figure this out:
[12:20:02] <mizmo> when someone posts to the list - very helpful
[12:20:14] <mizmo> when someone files or coments on a design ticket - very helpful
Signed-off-by: Justin W. Flory <git@jwf.io>
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This change specifically changes the #fedora-diversity fedmsg IRC bot
only listen for regex matching "diversity" on new Pagure issues, pull
requests, and comments. This makes the noise easier to read and
hopefully more relevant (a lot of things get pulled in with this filter
as it is today).