Peter Buffon
a37546a850
Update inventory/host_vars/autosign01.iad2.fedoraproject.org
...
Fixed underscore.
2021-09-29 18:55:59 +00:00
petebuffon
30110e4e26
Batch update of buildvm-s390x* Ansible host_vars files for linux-system-roles/network conversion.
2021-09-29 18:55:59 +00:00
seddikalaouiismaili
dc576316fd
replace xinetd by systemd for fedora >= 34
2021-09-29 18:51:19 +00:00
Silvie Chlupova
3f5cb87166
copr-fe: support for principal alias
...
Relates: https://pagure.io/fedora-infrastructure/issue/10065
2021-09-29 18:47:25 +00:00
Pedro Moura
6aaa49c63d
fix condition to check epel-release rpm symlink
2021-09-29 18:20:53 +00:00
Stephen Smoogen
bb9864402f
For some reason we are not sorting the files even though the script says we are. Try to get a result to find out why
...
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2021-09-29 18:16:43 +00:00
Stephen Smoogen
3e4a02a427
Update gnuplot dates to 2021-12-31. The fact that no one asked for this says that hotspot and getfedora data is not watched
2021-09-29 18:16:43 +00:00
Stephen Smoogen
8dc88ade71
Add some of the EPEL-9 items into things. We need to clean up the code to add in -next counting at some point.
...
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2021-09-29 18:16:43 +00:00
Stephen Smoogen
960de34413
Fix non-zeroed data
...
Matthew Miller found that running the awk script over multiple days
caused newer releases than F33 would go up forever. This fix should
zero out all the new variables.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2021-09-29 18:16:43 +00:00
Stephen Smoogen
07076b9f9a
Fix traceback in old mirror counting program.
...
When a corrupt date is found in the log file, I have the program
default of 1970-01-01 but because there is a lookup used it needed to
be 1970-Jan-01 which would then get replaced by 1970-01-01.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2021-09-29 18:16:43 +00:00
Kamil Páral
b00d1d2f85
blockerbugs: define BLOCKERBUGS_URL and simplify the config file
...
BLOCKERBUGS_URL needs to be defined in order to show correct links in the
staging environment. While fixing that, realized that most of the if-else
clauses were unnecessary, because there are already group vars for that. So
simplified the config file by using the vars. KOJI_URL is dropped because it's
no longer needed.
Related: https://pagure.io/fedora-qa/blockerbugs/issue/192
2021-09-29 10:13:22 +02:00
Adam Williamson
af49150d21
openQA: cut x86_64 worker04 to 20 worker instances
...
The box is repeatedly getting stuck and requiring a reboot. It
didn't do so without the workers running, so possibly it's just
overloaded. Let's try it with 20 workers.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-09-28 23:29:09 -07:00
Aurélien Bompard
2e055ba184
Datagrepper: it's a temp path in staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-28 18:50:18 +02:00
Aurélien Bompard
de38d9d65a
Datagrepper: add live/ready probes and CSP
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-28 18:26:13 +02:00
Rick Elrod
62b1e6fbd6
Revert "Revert "Revert "Revert "Disable prerelease redirects""""
...
This reverts commit 70fccad8ea
.
2021-09-28 07:51:05 -05:00
Kevin Fenzi
645e2f58a9
Fix misnamed file in kinoite commits
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-09-27 13:03:02 -07:00
Timothée Ravier
4d43b7e377
kinoite.fedoraproject.org: Add site and pipeline
...
Signed-off-by: Timothée Ravier <tim@siosm.fr>
2021-09-27 19:01:44 +00:00
Kevin Fenzi
f4ee3431f8
people: use /home/fedora for users
...
All the old ones use this, so set it for new users too.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-09-27 09:05:09 -07:00
Mohan Boddu
3e3e3673fb
F35 Beta is Go
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-09-24 14:57:58 -04:00
Kevin Fenzi
09ff0613c8
vmhost-x86-copr04: adjust mac addresses after MB replacement
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-09-24 10:50:12 -07:00
Pavel Raiskup
0902f8cd13
copr-hv: enable hypervisor x86 04
...
Complements: 8594c86d68
2021-09-24 10:31:29 +02:00
Pavel Raiskup
8594c86d68
copr-be: re-enable vmhost-x86-copr04
...
... when the fan is problem fixed.
2021-09-24 00:00:32 +02:00
Nils Philippsen
a0d70d7e4f
Move executable scripts into /etc/cron.daily
...
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-09-23 10:41:57 +02:00
Nils Philippsen
aa1f6ddbad
Remove crontab validation
...
The crontab command only implements the `-T` option from version 1.5.6
of cronie but log01 has 1.5.2 (current release in RHEL 8.4).
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-09-22 18:29:27 +02:00
Mohan Boddu
3aa9f8c0fb
Adding automated signing for f36-openh264 tag
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-09-22 15:30:38 +00:00
Nils Philippsen
369487a3bb
Don't write normal operational message to stderr
...
This prevents sending out unnecessary mails when run from the related
cron job:
condense-mirrorlogs.cron
-> condense-mirrorlogs.sh > /dev/null
-> mirrorlist.py
Additionally, report the failing file name in the case of an error.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-09-22 10:49:30 +02:00
Nils Philippsen
6ecdab22c0
Clean up messages issued from sync-http-logs.py
...
Previously, the script was very talkative by default. Make the default
to be silent for log levels < WARNING and allow logging (at different
level) to syslog. Additionally, configure the cronjob to log everything
of levels >= INFO to syslog.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-09-22 10:49:30 +02:00
Kevin Fenzi
313674646d
proxies: increase max workers
...
Also add a ssl connection cache.
These changes are live on proxy01/10 and seem to have made them stable
again. Will look at pushing to the rest tomorrow.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-09-21 16:19:14 -07:00
e16b76aa31
zodbot: use the correct fedora messaging config
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-09-17 20:02:49 +10:00
71f488c344
zodbot: enable fedora messaging on prod
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-09-17 19:09:45 +10:00
Aurélien Bompard
530d4672de
Syntax fix
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-17 10:47:06 +02:00
Aurélien Bompard
bd3a1b3912
Datanommer: enable the timescaledb extension on the DB
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-17 10:45:52 +02: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
Aurélien Bompard
4b4f1b99d8
datanommer: create the database and users
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-17 10:26:00 +02:00
Aurélien Bompard
4cf50fdad2
datanommer02: deploy timescaledb
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-17 09:55:32 +02:00
Mohan Boddu
ca8bc3f0bf
Filter perl*bootstrap:* and rpm* modules
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-09-16 20:29:28 +00:00
Matěj Grabovský
54ff2d749d
retrace: Fix Fedora repo assignment again
...
Use the correct variable to loop over this time.
2021-09-16 20:25:09 +00:00
Mark O Brien
27fac761b9
datanommer: new eth0_inpv4 naming convention
2021-09-16 12:08:10 +01:00
Mark O Brien
8219ad3b1a
datanommer: rename eth0_ip variable
2021-09-16 12:02:51 +01:00
Mark O Brien
3e156240e3
datanommer: missed host reference for virt-create
2021-09-16 11:59:40 +01:00
Mark O Brien
80467d77fa
datanommer: second datanommer database server
2021-09-16 10:40:57 +00:00
Aurélien Bompard
655032dc4e
Maybe it does not like the fact
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-16 10:21:04 +02:00
Aurélien Bompard
531072c173
Maybe try include instead of import
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-16 10:16:14 +02:00
Aurélien Bompard
29d734bb24
Fix syntax
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-16 10:12:48 +02:00
Aurélien Bompard
74057f6ae5
Zodbot: create the right username in rabbitmq
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-16 10:10:52 +02:00
Pavel Raiskup
bb247b7421
copr-be: drop duplicate cmd_delete (otherwise innocent typo)
2021-09-16 08:14:35 +02:00
Nils Philippsen
27b41a491e
Deploy mirrors-countme (only) as RPM package
...
This also ensures that the previously cloned git repository and local
installation of the Python package and associated scripts are removed.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-09-15 14:41:41 +00:00
Aurélien Bompard
8633cdb65a
Datanommer in Openshift: add an alembic.ini file
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-09-15 15:53:08 +02:00
Luca BRUNO
bffe050667
coreos-cincinnati: deploy current git (52fc69e)
2021-09-15 08:59:21 +00:00
Luca BRUNO
c3135eb522
coreos-cincinnati: deploy current git (52fc69e)
2021-09-15 07:52:21 +00:00