Michal Konecny
6b0a66cb37
[fedora-messaging] Adding topic_prefix back
...
Removing the topic_prefix from fedora messaging config files was a bit
premature. So let's put them back in place.
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-02-14 12:40:12 +01:00
Michal Konecny
6428f8f772
Sunset github2fedmsg and fedmsg
...
This commit is removing all the fedmsg related stuff from ansible
repository.
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-02-13 10:08:51 +00:00
Michal Konecny
2ec055db6f
Use first uppercase letter for all handlers
...
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.
I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```
Then I went through all the changes and removed the ones that wasn't
expected to be changed.
Fixes https://pagure.io/fedora-infrastructure/issue/12391
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-02-10 20:31:49 +00: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
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
Matěj Grabovský
372f845509
default: Set list to empty instead of None
...
The `eol_opsys` variable should be set explicitly to the empty list
rather than the implicitly `None` otherwise it causes problems down
the line.
2021-09-13 14:24:26 +00:00
Matěj Grabovský
14917002b2
retrace: Simplify template syntax
...
Remove unnecessary juggling with the `eol_opsys` structure.
2021-09-10 15:35:41 +02:00
Matěj Grabovský
89f150cd8c
abrt: Bring roles up to date with upstream
2021-05-31 08:03:27 +00:00
Miroslav Suchý
c2ed129aa6
retrace: ignore errors here
2020-09-17 20:39:08 +02:00
Miroslav Suchý
1936dcfd09
retrace: define defaults
2020-04-24 21:34:28 +02:00
Miroslav Suchý
77ef17aad8
retrace: rebase to latest upstream roles
2020-04-24 21:34:28 +02:00
Miroslav Suchý
c61de8c739
retrace: rebase to latest upstream role
2020-04-24 21:34:27 +02:00
Miroslav Suchý
21170d4680
retrace: remove f29 from faf
2020-04-24 21:34:26 +02:00
Michal Fabik
ce47bc3544
retrace: Add Fedora 32 to retrace
...
Signed-off-by: Michal Fabik <mfabik@redhat.com >
Signed-off-by: Miroslav Suchý <msuchy@redhat.com >
2020-04-24 21:34:26 +02:00
Martin Kutlak
ffb27fd09d
Update abrt/retrace playbook
...
Switched from epel7 to master branch in upstream playbook.
Brings a new name, Python3 and Python3 packages from new repo.
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2020-04-24 21:34:21 +02:00
Martin Kutlak
a1b45f3d2a
retrace: Raise number of workers for retracing
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2020-04-24 21:34:14 +02:00
Martin Kutlak
e646ed2dd9
retrace: Update retrace playbook with upstream changes
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2020-04-24 21:34:14 +02:00
Miroslav Suchý
e94715317a
add f31 to retrace
2020-04-24 21:34:10 +02:00
Martin Kutlak
dcc308d2b2
abrt: Capitalize/lowercase the first letter of opsys
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2019-07-11 10:30:24 +02:00
Martin Kutlak
4b0be54c6b
abrt: Update faf playbook from upstream
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2019-07-09 07:44:51 +02:00
Ryan Lerch
4154c97593
abrt/faf: remove with_items
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2019-06-11 15:40:48 +00:00
Ernestas Kulik
25a9c69ee0
ABRT: Drop F28
...
Signed-off-by: Ernestas Kulik <ekulik@redhat.com >
Signed-off-by: Miroslav Suchý <msuchy@redhat.com >
2019-06-04 15:33:06 +02:00
Martin Kutlak
4d1bcd1802
Deploy f-messaging certs for faf
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2019-04-29 13:50:52 +02:00
Martin Kutlak
1c3bce3ab8
retrace: Add and setpassive_declares=t to fed-msg config
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2019-04-16 11:36:14 +02:00
Miroslav Suchý
2473d37473
retrace: use rabbitmq proxy
2019-04-05 09:03:50 +02:00
Martin Kutlak
06f22add98
Migrate faf from fedmsg to fedora-messging
...
Signed-off-by: Martin Kutlak <mkutlak@redhat.com >
2019-04-04 15:13:14 +02:00
Miroslav Suchý
c094d85c61
retrace: add f30
2019-03-01 10:24:31 +01:00
Patrick Uiterwijk
3ec0d9439a
Set a correct, sane, from-email on FAF error emails
...
Without this, the From would end up as no-reply@localhost.fedoraproject.org , which upstream
mail servers do not appreciate.
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2019-02-19 20:59:20 +00:00
Miroslav Suchý
4da1758bff
retrace: log crashfn cron
2018-09-07 15:42:58 +02:00
Miroslav Suchý
7a352d34fb
retrace: add f29 and remove f26
2018-09-03 10:35:50 +02:00
Miroslav Suchý
f429d744ad
retrace: update roles from upstream
2018-04-18 13:24:08 +02:00
Miroslav Suchý
0bc707256f
update faf and retrace roles from upstream
2018-04-16 13:38:46 +02:00
Matej Marusak
a06f01d1a2
ABRT: Rebase to upstream roles
...
Signed-off-by: Matej Marusak <mmarusak@redhat.com >
2018-02-27 16:01:26 +01:00
Miroslav Suchý
a554ac30fe
retrace: update faf role
2018-02-07 14:31:53 +01:00
Matej Marusak
c01ac933c8
retrace: Create problems in speedup mode
...
Daily speedup and once a month standard way
Signed-off-by: Matej Marusak <mmarusak@redhat.com >
2017-10-23 11:18:20 +02:00
Kevin Fenzi
afef097a3d
switch all the include tasks to import tasks
2017-10-17 17:37:03 +00:00
Kevin Fenzi
a4ca0db30c
more include cleanups
2017-10-15 20:22:53 +00:00
Patrick Uiterwijk
936e8b261a
yum accepted pkg=, package calls it name=
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
039b08354a
Yum allowed state=installed. Lets use state=present consistently
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-08 22:31:03 +00:00
Patrick Uiterwijk
adcbf72f03
Packageize this, packageize that, packageize the world
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-08 22:25:52 +00:00
Miroslav Suchý
a6d127b015
update primary contact for copr machines
2017-09-25 10:41:26 +02:00
Miroslav Suchý
3f70c964c8
retrace: update playbooks from upstream
2017-07-04 10:38:19 +02:00
Miroslav Suchý
75f7468277
retrace: Remove redundant space
2017-05-08 22:52:50 +02:00
Miroslav Suchý
159b0a3779
retrace: update from upstream
2017-05-03 15:02:26 +02:00