Commit graph

35470 commits

Author SHA1 Message Date
Matěj Grabovský
997508c26c retrace: Ignore errors in FAF packages cleanup
Ignore errors when cleaning up packages after removed releases -- the
releases might already be gone when cleanup-packages is run.

See also 9f64d9661 and c2ed129aa.
2021-06-21 11:52:25 +00:00
Pavel Raiskup
6021c1782d copr-fe: s/whitelist/allowlist/
Related to https://pagure.io/copr/copr/c/e44fec2afee66c90468d3c9610c18ccf104564a8
2021-06-21 12:06:07 +02:00
Stephen Smoogen
3e91f8fdf4 Fix a regex for collectd which was not capturing the correct lines in os-nodes 2021-06-19 12:30:57 -04:00
Stephen Smoogen
a3738ba83c remember that this is a regex and not a shell regex so .* is needed versus * 2021-06-19 12:23:29 -04:00
Stephen Smoogen
3f895444a7 The names of mounted directories under /var/lib/origin seem to have changed again and this is generating multiple gigabytes of directories we would have ignored. Changing the regex to grab it all. 2021-06-19 12:21:22 -04:00
Stephen Smoogen
7620c64c0d Some systems have interface-veth which we ignore. Others have interface-vnet which were not.. however that is 100GB of directories. Adding to the ignore list. 2021-06-19 12:07:05 -04:00
Adam Williamson
2d3e2013e7 openqa: set lab workers to use a createhdds branch for testing
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-06-18 15:01:12 -07:00
Kevin Fenzi
8626857460 cloud-noc-os01: add vpn
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-18 09:50:57 -07:00
lrossett
eccfd7406c fixing app host 2021-06-18 16:05:12 +00:00
Matěj Grabovský
923368d85c retrace: Fix cron job definitions
* Fix line folding syntax. The previous version caused vertical
  whitespace to be included in the output which broke the crontab.
* Rename clean up job so that it doesn't contain any variables.
  Including variables in a name makes it difficult to remove or change
  the job when the variable changes.
* Code style consistency.
2021-06-18 16:03:53 +00:00
Adam Williamson
faa8f6c27b openqa/worker: install packages used by tests
A recent test has a couple of perl deps, we need to ensure these
are installed on the worker hosts.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-06-18 08:56:17 -07:00
Kevin Fenzi
9d97ad3e6f docs-sync: sync stg to prod with hardlinking
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-17 18:38:47 -07:00
bc50774893 fedmsg-irc: tweak fm-koji filter
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-06-18 10:16:05 +10:00
Kevin Fenzi
5b73cd8f80 fasjson aliases: drop some aliases that duplicate the same address with users
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-17 11:13:11 -07:00
lrossett
f443caaa0e fixing variable usage 2021-06-17 17:33:41 +00:00
lrossett
8f2f658206 var name fix 2021-06-17 17:33:41 +00:00
lrossett
c651f2f989 secret_key dummy value 2021-06-17 17:33:41 +00:00
Stephen Smoogen
669980c20e Comment out buildhw-a64-09.iad2.fedoraproject.org from inventory. Clean up dhcpd.conf
Remove from dhcpd.conf the following hosts which are off:
buildhw-a64-07.iad2.fedoraproject.org
buildhw-a64-09.iad2.fedoraproject.org
buildhw-a64-10.iad2.fedoraproject.org

These are mustangs which no longer work.

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
2021-06-17 17:31:34 +00:00
Matěj Grabovský
afd82d8a50 retrace: Drop GID modification for now
The management of groups is opaque to me right now and it seems
modifying the GID in this case might be useless or even harmful
so let's drop it for now.
2021-06-17 17:29:32 +00:00
Sundeep Anand
8477979cf8 Update Transtats buildconfig for
- add pip3
  - copy supervisord.conf
  - clone main branch instead of master

Signed-off-by: Sundeep Anand <suanand@redhat.com>
2021-06-17 17:28:02 +00:00
Eddie Jennings, Jr
1a11a79d05 remove unnecessary file 2021-06-17 17:26:00 +00:00
Eddie Jennings, Jr
7e4173e557 replace phx2 reference with iad2 2021-06-17 17:23:21 +00:00
Eddie Jennings, Jr
b9683edc96 remove unnecessary file. 2021-06-17 17:20:02 +00:00
Nils Philippsen
9a5d550570 Koji: prepare for prod deployment of rpmautospec
The relevant parts were made conditional and only applied in the staging
environment, change that. Alongside, ensure the obsolete hub plugin
package and plugin configuration files are removed and don't
automatically update any of the involved packages.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-06-17 15:45:19 +02:00
Adam Saleh
2c0101d083 Fixing up monitor_gating.yml after botched rebase. 2021-06-17 10:28:29 +02:00
Adam Saleh
c3c836220f Disabling multi-package testing in monitor gating as it fails silently and probably makes a mess in koji-sidetags? 2021-06-17 10:22:05 +02:00
9bb9cc3371 fedmsg-irc: only match pagure.io/koji messages for fm-koji
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-06-16 16:39:40 +00:00
Eddie Jennings, Jr
32ae94dc2e Update host fqdn 2021-06-16 16:36:16 +00:00
Eddie Jennings, Jr
49145c24b8 update host from phx2 to iad2 2021-06-16 16:34:53 +00:00
Eddie Jennings, Jr
06b1d48ff4 remove unnecessary file 2021-06-16 16:33:18 +00:00
Eddie Jennings, Jr
20220c92c7 replace phx2 with iad2 2021-06-16 16:31:55 +00:00
8e599de16f fwn: attempt to fix fasjson integration
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-06-16 04:19:35 +00:00
Nick Bebout
309cb94383 Merge branch 'main' of ssh://pagure.io/fedora-infra/ansible 2021-06-15 21:27:31 -05:00
Nick Bebout
58dba65764 Add ryanlerch as FMN admin 2021-06-15 21:26:21 -05:00
Pavel Raiskup
c9e91e3697 copr: re-enable vmhost 01 2021-06-15 15:44:09 +02:00
Pavel Raiskup
e28a1cbbab copr: enable vmhost-01, disable vmhost-04
01 was powered on again, but 04 died in the meantime - waiting for Dell
repair now.
2021-06-15 15:27:44 +02:00
Pavel Raiskup
91662a7528 copr: drop centos-stream configs
We use the default centos-stream-8* configs from mock-core-configs now.
2021-06-15 09:00:28 +02:00
Pavel Raiskup
3de1d7fa0d copr: remove armhfp chroot config overrides
These are not needed as the bug 1895363 doesn't seem to bother us.
2021-06-15 08:31:02 +02:00
Pavel Raiskup
304432fc88 copr: use a correct %dist for fedora-34-armhfp chroot
Fixes: rhbz#1956111
2021-06-15 08:28:37 +02:00
6a107bc041 websites_prod: fetch l10n updates before build 2021-06-14 21:43:46 +00:00
Kevin Fenzi
5841e7d40e fedoraloveskde: serve the public dir
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 13:57:15 -07:00
Kevin Fenzi
ca6d94a6b5 f34 is released now, adjust repo location
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 13:20:52 -07:00
Kevin Fenzi
dfccf740bf fedoraloveskde: add proxypass for certgetter
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 13:03:45 -07:00
Kevin Fenzi
26a32f23d6 fedoraloveskde: fix dyslexic typos
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 12:59:31 -07:00
Kevin Fenzi
22701344dd fedoraloveskde: add role to sundries
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 12:56:17 -07:00
Kevin Fenzi
b7a031c9fd fedoraloveskde.org: add site and pipeline to deploy it and dns zone
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 12:49:11 -07:00
Matěj Grabovský
ac751e42ef retrace: Remove gid setting
`retrace` group is ensured above, gid is set below. We don't need to
duplicate code here.
2021-06-14 11:30:35 +02:00
Kevin Fenzi
7b28302fae fedocal: remove reverseproxy config for old app, it has moved to openshift
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-12 13:23:54 -07:00
lrossett
12570f2a4a
fixing vars file location 2021-06-11 13:53:49 -03:00
lrossett
bd597e954d
adding role vars file 2021-06-11 13:47:29 -03:00