Commit graph

28083 commits

Author SHA1 Message Date
Clement Verna
fe42cebb00 We are in F31 Beta Freeze
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
a1824b6acf communishift: Add some 1g drives for rwo volumes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Stephen Smoogen
6f101f8c55 odcs/nfs hidden variables are great for making config files clean. hidden variables make debugging hard 2020-04-24 21:34:09 +02:00
Kevin Fenzi
e81a812f5a robosign: also remove duplicate f31-signing-pending
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
1cf53281b7 robosign: remove duplicate f31-modular-signing-pending
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Miroslav Suchý
7662f6b6cb copr: just start the logrotate
do not enable it, systemd does not like it.
we added Wants= to copr units, so this is redundant now
2020-04-24 21:34:09 +02:00
f7599bda5b robosignatory: IoT: Update rawhide and branched keys for IoT ostree signing 2020-04-24 21:34:09 +02:00
Miroslav Suchý
72adc128c3 copr: enable logrotate 2020-04-24 21:34:09 +02:00
Mohan Boddu
be83800071 F31 Bodhi Activation
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
8618395ce6 base: syncHttpLogs: remove a bunch of things that have moved to openshift
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
7dbb115c1b pkgs: add exclude for clamav scan on gdk-picbuf as it has a new test that triggers things.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Jan Kaluža
77647ac478 Set the "virtual_streams" for platform modules in MBS.
By grouping the platform modules together using the "virtual_streams",
we can allow a module built against platform:f30 to buildrequire module
built against platform:f29 (if that module "requires: platform: []").

This fixes https://pagure.io/fm-orchestrator/issue/1243.

More info:

- https://pagure.io/fm-orchestrator/pull-request/1281
- https://pagure.io/fm-orchestrator/blob/master/f/docs/DEPENDENCY_RESOLUTION.rst
- https://pagure.io/fm-orchestrator/blob/master/f/docs/VIRTUAL_MODULES.rst
2020-04-24 21:34:09 +02:00
Jakub Kadlcik
58ad46df10 copr: give schlupov and thrnciar a ssh access to dev and stg servers 2020-04-24 21:34:09 +02:00
Dusty Mabe
dc4de8e92a bodhi-pungi: add the f32 signing key 2020-04-24 21:34:09 +02:00
Dusty Mabe
a919668c0a bodhi-pungi: branched is now f31
Update the location so that our f30 updates composes work again.
2020-04-24 21:34:09 +02:00
Dusty Mabe
8a15a14832 bodhi-pungi: get rid of < f29 logic
We are no longer building f28 so we can remove these if statements.
2020-04-24 21:34:09 +02:00
Adam Williamson
57bc370035 I swear to Christ json must die
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:09 +02:00
Adam Williamson
9b35d4fffd openqa/dispatcher: fix extraarches wanted image config syntax
Gah, JSON.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:09 +02:00
Adam Williamson
cc5a23960a openqa roles: fix fedora-messaging key permissions
geekotest needs to be able to read the key files or else openQA
cannot publish messages.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
f55344abe3 rabbitmq: admin should have all perms to / as well.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Pavel Raiskup
583f96679a copr: builders: mock to install shadow-utils to bootstrap chroot
https://bugzilla.redhat.com/show_bug.cgi?id=1745123
2020-04-24 21:34:09 +02:00
Kevin Fenzi
6a717f8536 rabbitmq: Switch default server back to 01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Luca Bruno
4806ceeed7 coreos-cincinnati: deploy latest master (52e733c) 2020-04-24 21:34:09 +02:00
Luca Bruno
c20d9bf3ab coreos-cincinnati: remove unused payload from config 2020-04-24 21:34:09 +02:00
Luca Bruno
c817530c0c coreos-cincinnati: build latest master (52e733c) 2020-04-24 21:34:09 +02:00
Luca Bruno
7f7a737eb3 coreos-cincinnati: update deployment config 2020-04-24 21:34:09 +02:00
Kevin Fenzi
ddad0d396c rkhunter / osbs: newest fedora doesn't use network-scripts by default, so don't check ifup/ifdown.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Kevin Fenzi
a1e49de8d6 bodhi / backend: try and move epel8 to use xz repodata compression.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:09 +02:00
Adam Williamson
af9875010f Revert "Try overriding rabbitmq_server when creating queues"
This reverts commit 5b14e632af6be7328d361bd14953ed33664f4454. It
didn't help, so let's kill it.
2020-04-24 21:34:09 +02:00
Adam Williamson
64a736625f Try overriding rabbitmq_server when creating queues
The default was changed from 01 to 03, and I'm not sure why, and
this playbook fails where it used to succeed. So see if changing
this helps.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:08 +02:00
Adam Williamson
ef3bbe781c openqa: switch prod to fedora-messaging
*crosses fingers*

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:08 +02:00
Adam Williamson
11136b796a openqa/dispatcher: add Silverblue installer to ppc64le WANTED
This means we will test it now. By request of Michel Normand.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:08 +02:00
Dusty Mabe
e4cfcb55e8 openshift: match on objecttype for project delete
This was a typo in 0acb753.
2020-04-24 21:34:08 +02:00
Kevin Fenzi
13dd31da04 openshift: handle deleting projects
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Stephen Smoogen
2adedd60fa move the ppc9 vms down to 18GB of ram to deal with buffer overhead 2020-04-24 21:34:08 +02:00
Luca Bruno
7b13750ade coreos-cincinnati: update configmap 2020-04-24 21:34:08 +02:00
Luca Bruno
9c6c83f59c coreos-cincinnati: deploy latest master (382cfcb) 2020-04-24 21:34:08 +02:00
Luca Bruno
99aad378c8 coreos-cincinnati: build latest master (382cfcb) 2020-04-24 21:34:08 +02:00
Aurélien Bompard
fa5d3dac3f Update Bodhi in production
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:08 +02:00
Rick Elrod
3336075a90 nfs/client: Add missing conditional in file copy logic
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:08 +02:00
Kevin Fenzi
d0ac82599c inventory: comment other fas01.stg out and also remove last bits of glittergallery-dev
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Kevin Fenzi
7a722b365b aarch64-c10n1: fix copypasta
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Kevin Fenzi
c18032a725 fas01.stg: machine is down, don't try and operate on it for now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Stephen Smoogen
2c61744cf2 remove fedimg-dev and its little dog too 2020-04-24 21:34:08 +02:00
Stephen Smoogen
b75b23302e remove fedimg-dev 2020-04-24 21:34:08 +02:00
Kevin Fenzi
87e517a30f master: remove some playbooks that no longer exist.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:08 +02:00
Rick Elrod
160a6fa448 still h8u, vim
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:08 +02:00
Rick Elrod
1d56d97174 h8u, vim
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:08 +02:00
Rick Elrod
49a196b869 s3-mirror: add some smaller sync crons for development/N+1 x86_64/os and aarch64/os
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:08 +02:00
Rick Elrod
97adecb9b4 s3-mirror: stop excluding development/*, just exclude development/rawhide
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:08 +02:00