Commit graph

28149 commits

Author SHA1 Message Date
Kamil Páral
06b6b5b76d taskotron: update trigger rules for F31 Branched
Set Rawhide to F32, and disabled rpmdeplint for F31 temporarily until we
have updated all the pieces.
2020-04-24 21:34:08 +02:00
Kevin Fenzi
6823466aa4 autosign: remove eol releases and reorder
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Mohan Boddu
ee9b1a9bee Remove robosig config on f31-updates-candidate
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:08 +02:00
Mohan Boddu
080ccf5b16 Robosig changes for f31 branching from rawhide
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:08 +02:00
Mohan Boddu
43137871e8 More changes for branching f31 from rawhide
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:08 +02:00
Mohan Boddu
fec2d57539 Branching F31 from rawhide
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:08 +02:00
Clement Verna
ee0d28b7cf OSBS: update the delete old image cron job
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:08 +02:00
Pavel Raiskup
8f2eef6305 copr: backend: use proper copr_nova* variables 2020-04-24 21:34:08 +02:00
Chenxiong Qi
1562dd6e62 message-tagging-service: fix config path and new config for fedoraproject kerberos auth
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
2020-04-24 21:34:08 +02:00
Dusty Mabe
98d107dec9 openshift-apps/coreos-koji-tagger: remove sleep infinity
No longer debugging so we should be good to let the app run!
2020-04-24 21:34:08 +02:00
Dusty Mabe
0c86b14ffa openshift-apps/coreos-koji-tagger: add stg target repo
We won't use the prod repo for staging since the rpms in staging
koji are so old. We'll basically have to curate the list of rpms
to match what is in staging koji (older rpms).
2020-04-24 21:34:08 +02:00
Aurélien Bompard
8423703a36 Remove the testing-farm user/queue
Requested on IRC by mvadkert

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Pavel Raiskup
f67b7caec8 copr: backend: fixup var name for tenant name 2020-04-24 21:34:08 +02:00
Pavel Raiskup
7e0ae4a83b copr: backend: keystonerc for copr user 2020-04-24 21:34:08 +02:00
Aurélien Bompard
c31b3aa14e Trivial change to test the handler
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Aurélien Bompard
2aaa80ab3e Allow the RabbitMQ monitoring user to access the default vhost
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Aurélien Bompard
ac6245ddde Delegate the nagios and nrpe handlers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Dusty Mabe
ceaee68d45 openshift-apps/compose-tracker: add new env variable
This accounts for a change upstream related to switching libraries
from libpagure to ogr. See [1].

[1] https://pagure.io/releng/compose-tracker/c/8174c2d4021e1c2dd25d259dd15c738e5af394d6?branch=master
2020-04-24 21:34:08 +02:00
Aurélien Bompard
309ec254bf Add thresholds on Bodhi's RabbitMQ queues
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Pierre-Yves Chibon
fc7f29ca07 pkgdb-proxy: include the epel8 release in the list of active releases
This way mdapi will pick it up and start offering the epel8 repo info
via its API.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:08 +02:00
Pavel Raiskup
d8be6c6cba copr: builders: document the reasons for fastestmirror option 2020-04-24 21:34:08 +02:00
Pavel Raiskup
92fe8f7c93 copr: builders: turn fastestmirror on 2020-04-24 21:34:08 +02:00
Pavel Raiskup
96d785c704 copr: builders: name for 'dnf update' 2020-04-24 21:34:08 +02:00
Pavel Raiskup
249069afa5 copr: builders: cut the image name definition to group_vars
This will allow us to temporarily affect staging instance only,
and test that the images are actually OK.  We should though put
the timestamp to the image name.
2020-04-24 21:34:08 +02:00
Pavel Raiskup
03a9700075 copr: builders: don't re-download all metadata when spawning
If we set metadata_expire=1h, it is effectively the same as before
(metadata will be downloaded, when updated).  But using zchunk in
F30+ we can (at least right after the image is freshly created)
safe some download bandwidth.  Btw., aarch64 used to spent like
120s+ on re-downloading everything.
2020-04-24 21:34:08 +02:00
Pavel Raiskup
698d3803b3 copr: builders: throw away the hack for rhbz#1192524
This, according to the bug, should have been fixed for quite some
time.  What's worse, it causes the `dnf.retries` option really
problematic (default is 10, and we would be able to wait 10*1000
seconds).
2020-04-24 21:34:08 +02:00
Pavel Raiskup
d7de68279f copr: backend: cleanup leftover spawner constructs 2020-04-24 21:34:08 +02:00
Pavel Raiskup
fd8a72af72 copr: builders: don't require file edits to define prepare_base_image
From now on, it should be enough to run
$ ansible-playbook -e prepare_base_image=1 <the_spawning_playbook>
2020-04-24 21:34:08 +02:00
Pavel Raiskup
0fb639db2a copr: fe: simplify dump dir ownership 2020-04-24 21:34:08 +02:00
Pavel Raiskup
baa5635ffe copr: frontend: fix pointer to correct storage volume 2020-04-24 21:34:08 +02:00
Pavel Raiskup
d770aeddff copr: backend: only update ca trust when needed
Perhaps last backend playbook idempotence fix.
2020-04-24 21:34:07 +02:00
Pavel Raiskup
183ba37276 copr: backend: flip the swap detection condition
complements d9eb9dce59e9885faa1a27bbdd5ee8a3594cfa20
2020-04-24 21:34:07 +02:00
Pavel Raiskup
1c3b58a671 copr: backend: detect swap is enabled before disabling it
I am not opening a question whether disabling swap is a good idea,
I'm just want to make the execution of the playbook idempotent.
2020-04-24 21:34:07 +02:00
Pavel Raiskup
7ddd7caf1c persistent_cloud: make volume mount task idempotent 2020-04-24 21:34:07 +02:00
Nils Philippsen
6dbffeaae4 mote: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-04-24 21:34:07 +02:00
Aurélien Bompard
b9e0237737 Give proper titles to the RabbitMQ graphs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:07 +02:00
Aurélien Bompard
9d8188dbfa Let the RabbitMQ nagios user access the default vhost
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:07 +02:00
Aurélien Bompard
e929444389 Improve the rabbitmq graphs again.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:07 +02:00
Aurélien Bompard
33e777f8d8 Improve RabbitMQ stats
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:07 +02:00
1970806263 GNOME Backups: wiki has been moved to OSCP 2020-04-24 21:34:07 +02:00
Nick Bebout
fcd96fdb4d Remove keys.fpo config from proxies 2020-04-24 21:34:07 +02:00
Nick Bebout
8038f865c8 Try to proxy keys.fpo to pool.sks-keyservers.net 2020-04-24 21:34:07 +02:00
Dusty Mabe
ee273f2a58 openshift-apps/coreos-koji-tagger: add in infra krb5.conf
This is required when running kerberos operations inside of fedora's
infrastructure.
2020-04-24 21:34:07 +02:00
Clement Verna
9d6c56eeeb OSBS: the openshift_node_groups needs to be define under the OSEv3:vars
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
e5438b054f OSBS: add the openshift_node_groups definition
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
84877db42b OSBS: define the openshift_node_group_name in the correct place in the template
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
20e10de22b OSBS: define openshift_node_group_name for the nodes
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
6b7b8ce28c OSBS: the htpasswd file path is now hardcoded in 3.11
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
81da6f2e69 OSBS: also need to change the httpasswd file location
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00
Clement Verna
ca28f7951e OSBS: moving the htpasswd file for OpenShift 3.11
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:07 +02:00