Commit graph

30655 commits

Author SHA1 Message Date
5babfbb008 GNOME Backups: stop backups on PHX2 boxes, they are moved to RAL3 2020-04-24 21:34:27 +02:00
Kevin Fenzi
2bb0506abb koji_builder / stg: try and set package_manager in site defaults for new mock
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
bdf29e07e0 kernel03 moved eth2 to eth0 on rebuild.. 2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
d991ccd625 monitor-gating: set koji_end_tag in stg and in prod
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
3f55a7a15d add items fr 03 2020-04-24 21:34:27 +02:00
Stephen Smoogen
981d2f382d push the things. 2020-04-24 21:34:27 +02:00
Stephen Smoogen
34c61c05b7 try to get only eth2 used 2020-04-24 21:34:27 +02:00
Stephen Smoogen
dcf596a43f add kernel03 variables 2020-04-24 21:34:27 +02:00
Stephen Smoogen
3fb299892d ntp needs commas 2020-04-24 21:34:27 +02:00
Stephen Smoogen
efe2bde985 set up things for kernel03 2020-04-24 21:34:27 +02:00
Stephen Smoogen
02dc0dc87f set up dhcp so it will work with kernel03.qa 2020-04-24 21:34:27 +02:00
Clement Verna
dacaf09924 bodhi: update to 5.2.1
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Pavel Raiskup
506b6a3e22 s3-mirror: try to set 'max-age' cache opt for repomd.xml files 2020-04-24 21:34:27 +02:00
Pavel Raiskup
33f2be7c65 s3-mirror: delay the sync --delete a bit
So the running DNF processes can finish transaction.
2020-04-24 21:34:27 +02:00
Pavel Raiskup
164bd1e7a9 s3-mirror: only skip repomd.xml files in first sync run
.. and include _only_ those in second sync run.
2020-04-24 21:34:27 +02:00
Pavel Raiskup
19f148c842 s3-mirror: avoid potential unexpected shell-expansion, dedup
Doing this has risk that '*' expands to directories:

    $> x='echo *'
    $> $x
    bin boot dev etc home

So it is better to use bash array (we have bash shebang anyways):
    $> x=( echo '*' )
    $> "${x[@]}"
    *

Also de-duplicate few things so it is easier to concentrate on the code.
2020-04-24 21:34:27 +02:00
Kevin Fenzi
0fe0e70b92 koji_builder: set use_bootstrap to false for new mock
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
72c1ab7512 monitor-gating: Drop the FedoraRawhideNumber variable as it doesn't seem to work on os-master01.stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
16346d38f4 monitor-gating: Specify the end tag for the koji builds
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
1bd3e1747e greenwave: Specify the SUBJECT_TYPES_DIR in the config file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pavel Raiskup
e13758ba90 copr-be: fixup cleanup-unused-vms-from-redis for python3 2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
bedb371caf monitor-gating: Fix typo in the environment variable
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
61c450f475 monitor-gating: Another attempt to get the indentation/yaml valid
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Clement Verna
496bc77885 bodhi: check for liveness and readiness every 60s.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
1585e367a0 bodhi: new version is in the infra-tags
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
90e076b170 bodhi: remove the manual patch that is now included in 5.2
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
3b92a8e3c7 bodhi: version 5.2 in production, also enable celery-beat in production
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Jan Kaluža
6d1a2f1373 ODCS: Start odcs-celery-beat after the upgrade is finished. 2020-04-24 21:34:27 +02:00
Kevin Fenzi
c3a411780d epylog: more weeding
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Kevin Fenzi
015e780767 Clean up some more playbooks and includes that are no longer used.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Kevin Fenzi
3470960306 master.yml: drop no longer present playbook include
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Kevin Fenzi
ee770b0521 maintainer-test: drop duplicate when's
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Kevin Fenzi
814af17410 epylog: filter out query-errors from named
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
51ad052cb8 add in mgmt addresses for copr boxes 2020-04-24 21:34:27 +02:00
Stephen Smoogen
d340152cea Add in dhcpd hosts for building 2020-04-24 21:34:27 +02:00
Stephen Smoogen
ba011a33ef add in mac address for vmhost03 2020-04-24 21:34:27 +02:00
Mattia Verga
81d0a5d481 review-stats: correct bz url and remove double quotes from values
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2020-04-24 21:34:27 +02:00
Kevin Fenzi
a68af1ae3a s3-mirror: no os trailing dir in updates
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
54d72682c2 add dhcp items for copr boxes 2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
7ee4841c77 monitor-gating: attempt to get the indentation correct #2
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
2b3e31623e monitor-gating: attempt to get the indentation correct
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Pierre-Yves Chibon
91856e11a8 monitor-gating: Have an environment variable to distinguish stg from prod
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:27 +02:00
Clement Verna
32d0de4355 review-stats: do not add the xmlrpc endpoint in the bugzilla url
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
e0a1ab1f7a review-stats: define bugzilla ip addr and the home env variable
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
84409f8b07 review-stats: add the nfs path to the sundries in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
9f93978086 review-stats: add the missing objectname to the playbook
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
4d77ef00ec review-stats: add Persistent Volume Claim
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
2f07d57c5a uefi needs uefi boot 2020-04-24 21:34:27 +02:00
Stephen Smoogen
5eb250c284 Add retrace03 to config 2020-04-24 21:34:27 +02:00
Stephen Smoogen
c70d38512b Add dhcp for retrace03-mgmt 2020-04-24 21:34:27 +02:00