17c417e555
websites: fix build webhook
2023-02-16 09:51:09 +00:00
Frank Ch. Eigler
f3a095d430
sort inventory/group_vars/all
2023-02-15 15:51:09 -05:00
Frank Ch. Eigler
21d24f7e69
Add host variable dnf_automatic_type to influence dnf-automatic-install mode
...
Set it to "security" for status quo ante for most hosts,
and "default" for debuginfod* hosts.
2023-02-15 15:27:16 -05:00
Aurélien Bompard
6c1b6abd61
Revert "Syntax error"
...
This reverts commit 1fadad6bcf
.
2023-02-15 14:01:08 +01:00
Aurélien Bompard
d7142b6c76
The real syntax error
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-15 13:58:14 +01:00
Aurélien Bompard
1fadad6bcf
Syntax error
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-15 13:55:31 +01:00
Aurélien Bompard
ca25697144
FMN: disable IRC on staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-15 13:49:49 +01:00
Aurélien Bompard
301902bed8
FMN: add Matrix pod
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-15 13:47:21 +01:00
Pavel Raiskup
a1019b0e4a
copr/base: post logrotate scripts should ping to rsyslog.pid, not syslog.pid
2023-02-15 11:31:29 +01:00
Matěj Grabovský
e8d9a73e3e
retrace: Branch F38, EOL F35
2023-02-15 11:06:40 +01:00
Pavel Raiskup
e24dfce94f
copr/base: rsyslog uses "rsyslog" logrotate file, not syslog
2023-02-15 10:35:47 +01:00
Pavel Raiskup
265fd1bb73
copr/base: override rsyslog logrotate config
...
Copy-paste the stuff others use in this repository. While on it, assure
logrotate is installed on copr boxes, and install the packages by a
single 'package' statement.
2023-02-15 10:19:29 +01:00
Pavel Raiskup
185c7e2af5
copr-be: raid check frequency as a systemd timer drop-in
2023-02-15 09:43:02 +01:00
Pavel Raiskup
a64594deca
copr-be: raid check change: reload systemd
2023-02-15 09:36:54 +01:00
Pavel Raiskup
321e120885
copr-be: raid check monthly: typo
2023-02-15 09:33:44 +01:00
Pavel Raiskup
d87c5ccb51
copr-be: decrease raid check frequency to "monthly"
...
Planned on second Saturday every month.
2023-02-15 09:31:51 +01:00
Aurélien Bompard
a144bcda8b
FMN: add the IRC sender
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-15 09:30:14 +01:00
Pavel Raiskup
f4c7ecdd33
copr-be: rsnapshot-push: run weekly on Saturday
...
The process is I/O intensive, and we seem to have lower traffic on
weekends.
2023-02-15 09:01:09 +01:00
Kevin Fenzi
25484cc0a1
ipa / hbac: lower case sudo group
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-14 12:24:19 -08:00
Kevin Fenzi
4a4cee449b
add a buildvm-ppc64le-41 compose builder on bvmhost-p09-05
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-14 12:03:12 -08:00
Kevin Fenzi
8155cfa018
builders: move compose builders out to different virthosts
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-14 11:54:47 -08:00
Kevin Fenzi
5c9a733da9
openshift / fedocal / staging: disable cron job in staging
...
The fedocal cron jobs fail in staging because they try to send to
'localhost' for smtp server. We could redirect them to use bastion, but
then people would get a bunch of reminders from prod and staging and get
confused by it. Ideally, fedocal would have a way to just print emails
to stdout instead of sending to SMTP server to use for testing them in
staging, but for now, until we have that just disable the cron job in
staging.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-14 09:04:21 -08:00
Aurélien Bompard
b02ef3be27
FMN: fix buildconfig syntax
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-14 13:53:35 +01:00
Aurélien Bompard
35c685f071
FMN: build from fmn-next in prod too, for now
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-14 13:52:14 +01:00
Aurélien Bompard
c17a563d9b
Deploy the new FMN to prod
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-14 13:39:38 +01:00
Michal Konečný
995e90a5ac
[release-monitoring] Add missing ? to RPM Fusion url
...
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-02-14 12:44:41 +01:00
Michal Konečný
4206d19fff
[release-monitoring] Use search instead of direct link
...
Because direct link to RPM Fusion package contains namespace as well, it would
be better to use search function provided by RPM Fusion.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-02-14 12:38:05 +01:00
Michal Konečný
9020a926c3
[release-monitoring] Use string for key with space
...
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-02-14 12:32:41 +01:00
Michal Konečný
62effba7a2
[release-monitoring] Add link for packages on rpm fusion
...
This will add clickable link to all RPM Fusion packages that have corresponding
mapping in Fedora.
Because the rpm fusion package database has free/nonfree in package path, this
needs to be also reflected in package mapping, otherwise it will not work.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-02-14 12:05:46 +01:00
Aurélien Bompard
92a71abfe9
FMN: add a cron job
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-14 11:07:44 +01:00
Kevin Fenzi
dfeac79e65
openshift: fix copypasta in crd
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 16:01:15 -08:00
Kevin Fenzi
f7ceb69349
openshift: more fixes to crds
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:59:01 -08:00
Kevin Fenzi
ba7a6248bb
openshift: use correct crd for projects
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:53:28 -08:00
Kevin Fenzi
e2a5be9575
put nolog back
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:39:35 -08:00
Kevin Fenzi
d943c375e6
temp disable nolog here to gather debugging info
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:21:40 -08:00
Kevin Fenzi
ef2b0d9435
blockerbugs: by request drop adamw from blockerbugs monitoring
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:15:37 -08:00
Kevin Fenzi
e42b099606
ipa / client: try not double delegating
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:12:51 -08:00
Adam Williamson
62b9633653
Disable podman gating for f38 for now
...
We're not ready to turn gating on for F38 yet, we need a decent
compose and the tests to settle down first.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-02-13 15:11:20 -08:00
Kevin Fenzi
e2fdd2826a
temp disable nolog here to gather debugging info
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 15:00:22 -08:00
Kevin Fenzi
1551d42f45
openshift: next CRD
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:54:08 -08:00
Kevin Fenzi
9dead9c3a8
openshift / various apps: update DeploymentConfig to use apps.openshift.io/v1
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:50:00 -08:00
Kevin Fenzi
e614b31457
openshift / various apps: update BuildConfig to use build.openshift.io/v1
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:46:39 -08:00
Kevin Fenzi
ac1fc1d617
openshift / various apps: add myself to appowners/alert users
...
I like alerts. Do you like alerts?
I like getting them so I can fix things.
So, adding myself here to all these apps so I can tell when pods are
crashing or builds are failing or whatever. :)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:21:22 -08:00
Kevin Fenzi
b1aeba28dc
openshift-apps: adjust appowners for more picky oc client
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:08:07 -08:00
Kevin Fenzi
277a7243a5
toddlers / scm-processor: add sla's for f38
...
We need to do this on every new branching, or fix the config here to get
these slas from somewhere else/autogenerate them. ;(
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 10:40:33 -08:00
Timothée Ravier
10601a3a9f
bodhi2/backend/templates/pungi.rpm: Update for F38
...
Update the config for Silverblue & Kinoite now that F38 is branched.
See: https://pagure.io/releng/issue/10979
Fixes: 549e5d3ace
Branch Fedora 38 from rawhide
2023-02-13 17:41:40 +00:00
Kevin Fenzi
de219ace6b
robosignatory: fix a few more typos
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 08:57:15 -08:00
Aurélien Bompard
c71e183c30
FMN: adjust the config to the recent code changes
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-13 16:26:27 +01:00
Aurélien Bompard
6104aff5d2
FMN: adjust the config file to the recent code changes, again
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-02-13 16:26:27 +01:00
Mikolaj Izdebski
782ab17284
Koschei: Fix cronjob to refresh python-sig group
2023-02-13 12:22:26 +01:00