Commit Graph

35516 Commits

Author SHA1 Message Date
Adam Williamson
db8e162fee openQA: re-enable openqa-p09-worker02
Kevin says it should be fixed, let's see.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-08-12 11:07:25 -07:00
Kevin Fenzi
049a0a604c koji hub / gc: update for f35 and f36 koji garbage collection
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-12 10:45:01 -07:00
Adam Williamson
b2f88d916b openQA: trim Fedora group asset size to 500G
600G kinda pushes the limits on prod, and I think 500 should be
enough, let's see how it goes.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-08-12 09:22:19 -07:00
Aurélien Bompard
61d33dc0cf So many places.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 17:20:57 +02:00
Aurélien Bompard
70c435d41f Adjust self-referencing URL again
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 17:17:51 +02:00
Aurélien Bompard
0ee9fe41bd Adjust self-referencing URL
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 17:15:07 +02:00
Aurélien Bompard
fd58efe5b8 Make Datagrepper 2 available in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 17:06:07 +02:00
Aurélien Bompard
13ebc4e684 Add the staging openshift config for datagrepper
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 16:29:19 +02:00
Stephen Coady
137cd7ee7c add scoady to datanommer appowners
Signed-off-by: Stephen Coady <scoady@redhat.com>
2021-08-12 15:17:56 +01:00
Aurélien Bompard
e90e3db279 Fix TOML syntax on staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 15:41:10 +02:00
Aurélien Bompard
499ff17f5e Add the queue for datanommer
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 15:33:30 +02:00
Aurélien Bompard
d685f6da09 Typo
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-12 14:58:44 +02:00
Nils Philippsen
6e62fcbe69 Don't drop temporary files all over the place
When renaming a file over another which is the same hard link, the
rename is a no-op. This left many temporary files in /var/log/hosts
because a file is attempted to be synced (and thus hard-linked between
dated and undated file names) over a couple of days. The solution to
this is how the `ln` command does it: rename, then unlink the temporary
file.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-08-12 09:45:49 +00:00
Pavel Raiskup
f8e3bdee6b copr-be: copr-ping: faster recovery
When the last build succeeds, the nrpe service should recover
immediately. Also refine some of the log messages.
2021-08-12 09:06:47 +02:00
Kevin Fenzi
4faf14ea89 Re-add fedora-35 processing now that we have a branched.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-11 19:45:10 -07:00
Kevin Fenzi
3e167e43ed branched compose cron job: this should be f35
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-11 11:22:06 -07:00
Nils Philippsen
51a4fa8639 logging: Make FM config be owned by countme user
This is so the various scripts running under the countme user actually
can read it and send messages on the bus.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-08-11 15:11:24 +00:00
Aurélien Bompard
56440ef994 Build the new datanommer on python 3.9
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-11 15:28:38 +02:00
Michal Konečný
98ea6b11fc distgit: Add pull_request_close ACL
Currently it's not possible to create token with pull_request_close ACL
for user (see https://pagure.io/pagure-dist-git/issue/144).

This commit will allow users to add pull_request_close ACL to their
token. The user is still validated if it has the permission, so adding
this ACL to user token doesn't allow user to use API to close any PR
currently opened in dist-git.

Thanks @pingou for helping me with this.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2021-08-11 15:22:42 +02:00
Lenka Segura
bc57a02675 datanommer: porting to openshift 2021-08-11 12:40:38 +00:00
Adam Saleh
db936062b3 Add more message-based tracing to log01 scripts 2021-08-11 11:18:17 +00:00
Clement Verna
805599baeb remove unused code
Signed-off-by: Clement Verna <cverna@tutanota.com>
2021-08-11 08:56:09 +00:00
Clement Verna
f07efbe77b Add buildah to the releng composers.
This commit adds the buildah package to the releng
composer machines so that we can use it to generate the
manifest lists.

See Releng PR: https://pagure.io/releng/pull-request/10249.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2021-08-11 08:56:09 +00:00
David Kirwan
b7be2d3c40 metrics-for-apps: commeting out the bootstrap node for ocp4stg
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-11 12:46:46 +09:00
Kevin Fenzi
38fa66b00b Revert "metrics-for-apps: commenting out ocp4 bootstrap node from proxy configs"
This reverts commit 849b729578.
2021-08-10 19:31:42 -07:00
David Kirwan
849b729578 metrics-for-apps: commenting out ocp4 bootstrap node from proxy configs
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-11 10:14:18 +09:00
Kevin Fenzi
ad2d0a4a4e haproxy: Try dropping ssl here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-10 18:02:45 -07:00
Clement Verna
ea2354658f Remove fpdc playbooks and config.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2021-08-10 20:37:12 +00:00
Clement Verna
bc527aab5c Remove the old osbs-cluster playbook.
This is the old osbs playbook that was used before aarch64
was added. The new playbooks are under playbooks/groups/osbs.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2021-08-10 20:35:58 +00:00
Tomas Hrcka
e15133639e Branching f35 from rawhide
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2021-08-10 15:17:02 +00:00
František Zatloukal
92f195d899 Revert "oraculum: Use extremly WIP branch on stg"
This reverts commit 2400b318f4.
2021-08-10 15:31:24 +02:00
David Kirwan
5ad4e28eb0 metrics-for-apps: Updated inventory to correctly add worker04/05 to vm
group

Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-10 20:53:09 +09:00
David Kirwan
f3897d1a67 metrics-for-apps: updated inventory ocp_vms_stg
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-10 20:49:09 +09:00
Pavel Raiskup
d3f399275b copr-be: put the copr-ping.log back to /var/log 2021-08-10 13:46:27 +02:00
Pavel Raiskup
881764b345 copr-be: copr-ping: fix wrong indentation 2021-08-10 12:51:54 +02:00
Pavel Raiskup
eb4c6fd073 copr-be: copr-ping: logging to stdout 2021-08-10 11:22:11 +02:00
Pavel Raiskup
d8872b6300 copr-be: copr ping :-( fix no-op increment 2021-08-10 11:06:13 +02:00
Pavel Raiskup
11b27cd156 copr-be: copr-ping: INFO level in check script 2021-08-10 11:00:29 +02:00
Pavel Raiskup
a0628a6c37 copr-be: copr-ping: print OK status, and more info upon failure 2021-08-10 10:57:15 +02:00
Aurélien Bompard
73f19b84e3 Use import instead of include
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-10 10:54:18 +02:00
Pavel Raiskup
cec8ae4147 cpor-be: copr-ping: run restorecon even when log is created 2021-08-10 10:42:46 +02:00
Pavel Raiskup
2cda9ec28d copr-be: copr-ping: selinux issue #1, fix #2 2021-08-10 10:38:13 +02:00
Aurélien Bompard
76d3ead677 Deploy TimescaleDB on staging datanommer DB
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-08-10 10:37:24 +02:00
Pavel Raiskup
0df8c3564b copr-be: copr-ping: selinux issue #1 2021-08-10 10:34:33 +02:00
Pavel Raiskup
5a17f06a45 copr-be: copr-ping: give nagios group r-x permissions 2021-08-10 10:15:58 +02:00
Pavel Raiskup
6062eec80b nagios: drop copr_external.cfg from services 2021-08-10 09:59:23 +02:00
Pavel Raiskup
d2f9b772e9 nagios: move copr-ping to internal 2021-08-10 08:51:55 +02:00
David Kirwan
bc6c6bfc32 metrics-for-apps: added two temporary worker vms 04,05
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-10 11:37:36 +09:00
Kevin Fenzi
ecbda7c851 haproxy: add staging ocp cert for api-int
haproxy needs to terminate ssl for the api part of the ocp cluster.
We can't do this in apache without listening for non standard ports and
that could be a mess, so terminate ssl here and talk into the cluster

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-09 10:51:13 -07:00
David Kirwan
d78d1070f8 metrics-for-apps: terminate tls for api/api-int in haproxy
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-08-09 17:48:38 +00:00