Commit graph

30670 commits

Author SHA1 Message Date
Miroslav Suchý
b458127fa6 retrace: try this 2020-04-24 21:34:28 +02:00
Miroslav Suchý
27c06d95e8 retrace: try this 2020-04-24 21:34:27 +02:00
Miroslav Suchý
3a13123d61 retrace: enable ssl before we start httpd 2020-04-24 21:34:27 +02:00
Clement Verna
d892c2648d bodhi: deploy 5.2.2 version
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Miroslav Suchý
502377d31d retrace: define letsencrypt variable 2020-04-24 21:34:27 +02:00
Miroslav Suchý
86a3b2a613 retrace: move file to correct place 2020-04-24 21:34:27 +02:00
Miroslav Suchý
49ee190d4d retrace: move file to correct place 2020-04-24 21:34:27 +02:00
Miroslav Suchý
c5f1b291a9 retrace: typo 2020-04-24 21:34:27 +02:00
Miroslav Suchý
378604abd6 retrace: use letsencrypt for retrace-stg 2020-04-24 21:34:27 +02:00
Miroslav Suchý
c61de8c739 retrace: rebase to latest upstream role 2020-04-24 21:34:27 +02:00
Kevin Fenzi
9dcb77ff41 koji_builder / stg: perhaps we can just supress the warning
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:27 +02:00
6264a70649 GNOME Backups: enable backups for oscp-master0{2,3} 2020-04-24 21:34:27 +02:00
Clement Verna
4bba45fd49 vhost-info: fix the indentation after adding 4 spaces.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Clement Verna
ea3b536786 vhost-info: use 4 spaces indentation.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:27 +02:00
Stephen Smoogen
442c094481 Put in centos sync for EPEL-8 2020-04-24 21:34:27 +02:00
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