Commit graph

33177 commits

Author SHA1 Message Date
Kevin Fenzi
40fb322b0d openqa-lab01: reduce space some to try and fit on virthost
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 14:57:52 -07:00
Kevin Fenzi
6f35dc95cf openqa: fix stg to lab group naming.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 14:56:20 -07:00
Kevin Fenzi
acf4103459 Bring back openqa-stg01 and (some)workers as openqa-lab01
We decided that since this wasn't really a staging host, we should stop
calling it 'stg' and putting it in stg group. Since it's used for
testing new openqa and edge features, lab seemed appropriate.

This brings up a openqa-lab01 on qvmhost-x86-01 and a power9 and aarch64
workers. More workers to be added as they are installed. Ther will be at
least one more power9 and 2 more aarch64 boxes.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 14:49:17 -07:00
Miroslav Suchý
f752bbdf33 retrace: fix name of task 2020-09-21 23:30:59 +02:00
Miroslav Suchý
a52ebaa90f retrace: enable ssl 2020-09-21 22:50:10 +02:00
Miroslav Suchý
fe00a4f2ac retrace: define public name 2020-09-21 22:35:34 +02:00
Miroslav Suchý
a585121df9 retrace: do not clean this 2020-09-21 22:18:52 +02:00
Stephen Smoogen
6dfe9880f3 Move koji hosts to 32GB of ram 2020-09-21 16:16:06 -04:00
Stephen Smoogen
66ec88166d an attempt to fix the rsync.sundries emails by giving many more instances in xinetd. **FIXME: move this to systemd only.** 2020-09-21 14:10:35 -04:00
Stephen Smoogen
d0a5454a59 add in vpn files for proxy101/proxy110 to get them from erroring 2020-09-21 12:39:51 -04:00
Miroslav Suchý
d1fe25a12a retrace: type yum->dnf 2020-09-21 17:04:42 +02:00
252374bc55 wiki: only apply the patched OIDC plugin in prod
the patch for the OIDC plugin is now in the RPM, but for now lets only
not apply the patch via ansible in staging, so we know it works.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-21 07:35:53 +00:00
c2187f319a wiki: update staging OIDC scopes for agreements
Updates the wiki OIDC scopes settings to point to the new agreements
scope rather than the CLA one from the FAS days

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-21 07:35:52 +00:00
ac50ffe3d2 wiki: Remove old unused templates from pre-OIDC days
Remove two templates that appear to previously been used to set up
authentication directly to FAS, before ipsilon / OIDC was implemented in
the wiki

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-21 07:35:52 +00:00
Kevin Fenzi
076b0d233b db01.stg: need more disk space these days
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-20 14:59:47 -07:00
Mohan Boddu
7914f6c00f Install imagefactory-plugins-GCE on koji builders to generate GCP Cloud images
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-09-18 19:47:35 +00:00
Kevin Fenzi
30232d275e osbs / staging: set correct kickstart.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-18 12:18:26 -07:00
Jakub Kadlcik
fa74172aeb copr: upgrade production builders to F32 2020-09-18 12:25:24 +02:00
Aurélien Bompard
266e030439
Don't cache Docker builds when they use git clone
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-18 11:05:18 +02:00
Kevin Fenzi
3bc4b73f4f blockerbugs / staging: correct db host name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-17 14:51:23 -07:00
Kevin Fenzi
b27ac947b8 Add osbs staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-17 14:38:10 -07:00
Jakub Kadlcik
1400b4f01d copr: keep builders on python3-rpkg-1.60 because of RHBZ 1879471
On F32, rpkg-2.7 doesn't work with python3-rpkg-1.61
See https://bugzilla.redhat.com/show_bug.cgi?id=1879471
Until this gets resolved, let's stay on the older version
2020-09-17 20:58:07 +02:00
Pierre-Yves Chibon
3c37aaeefa pagure: Drop the hotfix to the notify.py module for 389-ds-base
This reverts commit 388be331f5
This reverts commit ffe3cf28b9.
This reverts commit 043d2c723b.

Fixes https://pagure.io/fedora-infrastructure/issue/9318

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-17 18:39:25 +00:00
Miroslav Suchý
c2ed129aa6 retrace: ignore errors here 2020-09-17 20:39:08 +02:00
Pierre-Yves Chibon
281c524c7f resultsdb: add monitoring for the ci-resultsdb queue in rabbitmq
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-17 18:35:51 +00:00
Pierre-Yves Chibon
a033bb6cce distgit-bz-sync: add email override for ekulik
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-17 18:32:45 +00:00
Mohan Boddu
0e779474dd FBR: MM sync setup for openh264
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-09-17 18:14:45 +00:00
Aurélien Bompard
103f2f4653
IPA: don't disallow users to read other users' profile
Reason for removing this: we don't store so much private information
anymore, and we can't disallow people from seeing other people's email
address on a case-by-case basis, it's either everyone or hand-picked
services, but users can't choose to let other users see their info or
not (as with the "private" FAS boolean).

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 17:03:55 +02:00
Aurélien Bompard
9b4832feee
Ipsilon: Fix the attribute mapping
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 17:03:55 +02:00
Miroslav Suchý
9a8e482206 retrace: run this just not only in aws 2020-09-17 15:00:59 +02:00
Miroslav Suchý
ef3dc87414 retrace: do not check letsencrypt when letsencrypt is not defined 2020-09-17 14:41:51 +02:00
Mark O'Brien
0b43ce843d [batcave] update address for dreaded proxy38 2020-09-17 11:25:21 +01:00
Mark O'Brien
bd740539e4 [batcave] update address for dreaded proxy38 2020-09-17 11:24:36 +01:00
Aurélien Bompard
11a65cab71
Better way to do the same thing
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 11:51:45 +02:00
Aurélien Bompard
55e1575a53
Prevent Docker from caching the git clone content
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 11:44:47 +02:00
Aurélien Bompard
2baa486616
Fix case in configuration
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 11:44:32 +02:00
Aurélien Bompard
91f6c08d80
Fix syntax error
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 09:57:13 +02:00
Aurélien Bompard
66ebcb1ea2
Rebase on F32 and add deps that are not yet in Fedora but will be /soon/.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 09:51:07 +02:00
Kevin Fenzi
718b85fbeb mm-crawler01.stg: set max_mem_size
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 13:02:49 -07:00
Kevin Fenzi
1b5084eb48 Add mm-backend01.stg/mm-crawler01.stg/mm-frontend01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 13:00:36 -07:00
Kevin Fenzi
9e1a3cc42c Add memcached01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 12:16:54 -07:00
Kevin Fenzi
298dd09a4e Add github2fedmsg01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 12:08:55 -07:00
Kevin Fenzi
512440b0fe 1gb ram is just not enough.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:59:19 -07:00
Kevin Fenzi
d7758701d3 busgateway01.stg: iad22 is a future expansion.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:31:31 -07:00
Kevin Fenzi
a89f8d369c bugzilla2fedmsg: uncomment out more inventory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:30:38 -07:00
Kevin Fenzi
744c0fd420 Add busgateway01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:29:15 -07:00
Kevin Fenzi
ab3a206b0d bugzilla2fedmsg: Adjust playbook for staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:25:57 -07:00
Kevin Fenzi
930a619cfa Add bugzilla2fedmsg01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:25:01 -07:00
Kevin Fenzi
7f99c46423 Add blockerbugs01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:19:24 -07:00
Aurélien Bompard
6ab383aedf
Ipsilon: install fasjson-client
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 18:38:55 +02:00