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
Andrea Veri
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
Clement Verna
deb93e2086
OSBS: Deploy Origin 3.11
...
Signed-off-by: Clement Verna <cverna@tutanota.com >
2020-04-24 21:34:07 +02:00
Clement Verna
7d3598ccae
OSBS: use python3 interpreter for F30 hosts
...
Signed-off-by: Clement Verna <cverna@tutanota.com >
2020-04-24 21:34:07 +02:00
Stephen Smoogen
df6a3105bb
virthost15 does not use standard name for partitions
2020-04-24 21:34:07 +02:00
Stephen Smoogen
f5fd7530c0
make download05 virtual
2020-04-24 21:34:07 +02:00
Stephen Smoogen
ffdc193701
removing koji/compose from downloads as nothing seems to be getting packages from it
2020-04-24 21:34:07 +02:00
Stephen Smoogen
fbe2b5fea7
see that you had 2 ip addresses and th ewrong gw
2020-04-24 21:34:07 +02:00
Stephen Smoogen
b0b0a13a0d
add a dns entry for the download_phx2
2020-04-24 21:34:07 +02:00
Stephen Smoogen
0e9f00fbaf
move download04 to virthost12
2020-04-24 21:34:07 +02:00
Aurélien Bompard
994826e7b0
Typo :-)
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2020-04-24 21:34:07 +02:00
Aurélien Bompard
f6378303ca
Fix the collectd rabbitmq plugin and data collection
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2020-04-24 21:34:07 +02:00
Pavel Raiskup
c9c718f8c3
copr: backend: log files should be served as charset=utf-8
...
Fixes: https://pagure.io/copr/copr/issue/762
2020-04-24 21:34:07 +02:00
Kim Sondrup
2c0a52ba43
copr: backend: change lighttpd config to use "php-cli"
...
Calling "/usr/bin/php-cgi" instead of "/usr/bin/php" will make php
scripts return http headers to lighttpd
Fixes: rhbz#1715085
2020-04-24 21:34:07 +02:00
Kevin Fenzi
8f025109bf
Revert "postgresql_server: drop this cleanup script to see if the problem still even occurs."
...
This reverts commit f68a9eb6dbc2003ed6136ba71e30fcb1c3180608.
2020-04-24 21:34:07 +02:00
Dusty Mabe
b7de5abb2e
openshift-apps/coreos-koji-tagger: fix mistake
...
Should have been above volumeMounts
2020-04-24 21:34:07 +02:00
Dusty Mabe
80b4b69aca
openshift-apps/coreos-koji-tagger: sleep for debugging
...
Sleep for debugging in stage so we can figure out the issue
with the keytab.
2020-04-24 21:34:07 +02:00
Clement Verna
1851c0f56f
OSBS: recreate staging hosts on fedora 30
...
Signed-off-by: Clement Verna <cverna@tutanota.com >
2020-04-24 21:34:07 +02:00
Kevin Fenzi
7ef0ae55e9
postgresql_server: drop this cleanup script to see if the problem still even occurs.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-04-24 21:34:07 +02:00
Jeremy Cline
e7c6b1a156
rabbitmq: add coreos user
...
Create the coreos{.stg} user.
Signed-off-by: Jeremy Cline <jeremy@jcline.org >
2020-04-24 21:34:07 +02:00
Jakub Kadlcik
b74c892623
copr: 'ls' command is not changing anything
2020-04-24 21:34:07 +02:00