Kevin Fenzi
9876752df2
Fix renamed handler for restart nrpe
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-01-24 14:01:45 -08:00
Ryan Lerch
47c68f478d
ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
...
Replaces references to template: with ansible.builtin.template
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:30:29 +10:00
Ryan Lerch
3c41882bb0
ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell
...
Replaces references to shell: with ansible.builtin.shell
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:29:10 +10:00
Ryan Lerch
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:28:00 +10:00
Ryan Lerch
462176464b
ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
...
Replaces many references to command: with ansible.builtin.command
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:26:47 +10:00
Ryan Lerch
6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:43:31 +10:00
Ryan Lerch
62952df107
ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
...
Replaces many references to file: with ansible.builtin.file
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:41:52 +10:00
Ryan Lerch
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-14 20:20:07 +10:00
Aurélien Bompard
58932984ff
Don't start fedmsg in staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-12-09 17:36:39 +01:00
Ryan Lerch
89f6f1fc32
Fix majority of remaining yamllint warnings and errors
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2024-11-28 17:31:45 +10:00
Kevin Fenzi
c04dd50fbf
certificates: move to new 2024 wildcard fedoraproject.org cert
...
The old one expires in about 57 days, but might as well just renew it
early and avoid problems later.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-10-03 16:50:01 -07:00
Kevin Fenzi
e3e2cb1d93
odcs: retire service ( infra 12192 )
...
Time to retire ODCS. ELN is moved off and that was the last thing using
it. Thanks for all the service ODCS!
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-09-24 18:21:51 +00:00
Stephen Smoogen
432a3a497b
Go through and remove entries for EL6 and EL7
...
Using `git grep el6` and `git grep el7` and variants like EL-7 or
el-7, I found various entries and files which were no longer needed
with the current ansible. I updated text or tests to later versions of
RHEL as needed.
found entries for the fedora ami's for the original cloud and removed
those entries also.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com >
2024-07-03 22:20:30 +00:00
Kevin Fenzi
d366194a22
module-build-service (mbs): retire service
...
With the EOL of Fedora 38 yesterday, we are no longer building any
modules and can retire our module build service.
Note that toddlers needs to be adjusted still, that will happen after
this.
Thanks for all the modules!
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 13:38:53 -07:00
Kevin Fenzi
88683eef68
notifs: clean up some more missed parts from retirement
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-11-15 18:16:06 -08:00
Kevin Fenzi
20dc948173
notifs (old fmn): retire
...
We are retiring this in favor of the new service.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-11-15 12:28:28 -08:00
Kevin Fenzi
3808d867de
value01/value01.stg: retire
...
These are old rhel7 instances. The only thing left on them is fedmsg-irc
(sending to one irc channel, fedora-releng). Move everything to use the
newer rhel8 value02 instead.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-11-15 12:13:38 -08:00
Kevin Fenzi
a60ca7159f
nuancier: retire and remove from ansible
...
See https://pagure.io/fedora-infrastructure/issue/11371
This service is retired.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-11-15 10:44:00 -08:00
Kalev Lember
6d8bd22987
fedmsg / irc: use templates for Branched version
...
This avoids having to update it again next cycle. Thanks for suggesting
it, Adam Williamson!
Signed-off-by: Kalev Lember <klember@redhat.com >
2023-03-31 18:23:36 +02:00
Kalev Lember
28b03dbed0
fedmsg / irc: update #fedora-releng filtering for current Branched version
...
Update the filter so that we get messages about current Branched, which
is 38 right now.
Signed-off-by: Kalev Lember <klember@redhat.com >
2023-03-31 15:30:22 +00:00
Kalev Lember
9853012f58
fedmsg / irc: drop #fedora-flatpaks bot
...
We have tested it for a week now and it turned out that the bot's
verbosity was effectively killing communication in the channel.
Signed-off-by: Kalev Lember <klember@redhat.com >
2023-02-06 17:24:52 +01:00
Kalev Lember
6fbab55010
fedmsg / irc: adjust #fedora-flatpaks bot a bit
...
Try to limit the messages to PRs and git commits in flatpaks/
namespace, and bodhi FEDORA-FLATPAK updates.
Signed-off-by: Kalev Lember <klember@redhat.com >
2023-02-01 23:22:49 +01:00
Kalev Lember
a0a77f18b2
fedmsg / irc: add a bot for #fedora-flatpaks
...
Let's give it a try and see if it turns out to be useful or not.
Signed-off-by: Kalev Lember <klember@redhat.com >
2023-02-01 09:55:33 +00:00
Kevin Fenzi
47cf07184e
wildcard-2023.fedoraproject.org: new wildcard ssl cert
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-01-11 08:48:40 -08:00
Kevin Fenzi
1e712cdc30
Revert "Revert "wildcard-2022.fedoraproject.org cert""
...
This reverts commit 4430178b29 .
It's time to put this back before the cert expires and before we go into
Beta freeze. Hopefully the odd issue with armv7 qemu guests having a
time behind real time is not still happening.
2022-02-21 10:19:17 -08:00
Kevin Fenzi
4430178b29
Revert "wildcard-2022.fedoraproject.org cert"
...
This reverts commit 57f0d4fdb6 .
For an anoying reason, armv7 image builds come up with the time as 10
days ago, which makes this cert invalid. So, move back to the old cert
for a week or so and then switch to the new one again. ;(
2022-01-31 12:39:49 -08:00
Kevin Fenzi
57f0d4fdb6
wildcard-2022.fedoraproject.org cert
...
This is the renewed version of the old 2020 cert.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2022-01-27 10:37:27 -08:00
Aurélien Bompard
726a788721
Retire the old datanommer & datagrepper
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2022-01-17 15:37:00 +01:00
Kevin Fenzi
f914f886c8
fedmsg / irc: leave #fedora-releng alone for now
...
This is being discussed in https://pagure.io/releng/issue/10326
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-10-04 21:56:41 +00:00
Kevin Fenzi
c4e09f1e0b
fedmsg / irc: disable most of the fedmsg-irc bots
...
These bots are noisy and the stream of messages doesn't seem to have
much use case. Most people in those channels already get emails and
other notifications about these, so it just seems like noise.
We keep fedora-fedmsg and fedora-fedmsg-stg overall ones, as they can be
of use for some use cases.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-10-04 21:56:41 +00:00
Aurélien Bompard
5523428828
Datanommer: use a different DB password on staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2021-09-17 10:32:35 +02:00
Lenka Segura
d654d59f3a
Change FAS link from admin.fp.o to accounts.fp.o
2021-08-04 14:19:45 +00:00
Kevin Fenzi
3e0e15c349
fedmsg-irc: drop #fedora-apps for now.
...
See discussion on infrastructure list.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-07-26 15:57:33 -07:00
Pierre-Yves Chibon
2b46beed2c
fedocal: drop everything related to fedocal in VM
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr >
2021-06-23 17:30:27 +02:00
Ryan Lerch
bc50774893
fedmsg-irc: tweak fm-koji filter
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2021-06-18 10:16:05 +10:00
Ryan Lerch
9bb9cc3371
fedmsg-irc: only match pagure.io/koji messages for fm-koji
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2021-06-16 16:39:40 +00:00
Kevin Fenzi
e5eef042a4
fedmsg-irc / notifs: drop old irc network in favor of new
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-05-27 16:53:42 -07:00
Kevin Fenzi
16a23a9ae3
fedmsg/irc: duplicate all bots for libera network
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-05-26 10:18:01 -07:00
Pierre-Yves Chibon
9d4623b8f8
fedmsg/hub: simplify the logic when install fedmsg-hub
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr >
2021-05-06 13:57:25 +02:00
Kevin Fenzi
189bf72205
ircbot: adjust rules so branched/34 (and 35/36) composes show up in #fedora-releng
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-04-04 09:36:34 -07:00
Kevin Fenzi
5f8274ff6c
ircbot: clean up additional typo in fedmsg-irc
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-03-24 15:55:48 -07:00
Kevin Fenzi
3ac327e4ff
ircbot: clean up typo in fedmsg-irc
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-03-24 15:54:27 -07:00
Pierre-Yves Chibon
46476881a5
ircbot: add fm-podcast for the fedora-podcast project
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr >
2021-03-24 10:13:58 +00:00
siddharthvipul
e879f96433
add centos-infra messages to centos-ci channel in freenode
...
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com >
2021-03-08 09:45:32 +00:00
Kevin Fenzi
59717b009d
fedmsg / irc / fm-releng: only show pungi.status.change, not pungi.start/stop
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-01-11 16:47:56 -08:00
Kevin Fenzi
e0f71dc6e2
fedmsg / irc / fm-releng: adjust to not show new repos requests
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-01-11 15:54:43 -08:00
Kevin Fenzi
70d84a4686
fedmsg / irc / #fedora-releng: try and rework fm-releng to be more picky
...
In https://pagure.io/releng/issue/9778 we are asked to reduce noise in
this is confusing to me and likely I still got it wrong. ;)
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-01-11 14:22:39 -08:00
Kevin Fenzi
a2469896a5
datagrepper/datanommer: fix old phx2 uri's in staging
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-11-16 16:42:25 -08:00
Kevin Fenzi
d3adeb3256
fedmsg / base: remove endpoints that no longer exist
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-08-04 16:14:54 -07:00
Pierre-Yves Chibon
36616fc521
fedmsg-relay.ci.centos.org has been decommissionned
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr >
2020-08-04 18:50:46 +02:00