Commit Graph

8451 Commits

Author SHA1 Message Date
Aurélien Bompard
18685d63be Correct the DB name on datanommer's DB server in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-06-23 15:27:54 +02:00
Kevin Fenzi
63a17414e0 resultsdb: clean up a few more inventory things
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-21 14:08:33 -07:00
Kevin Fenzi
68141d381b resultsdb: drop old vm's and adjust other apps to new openshift url
Drop resultsdb vars and playbooks.
resultsdb is now in openshift and on a different url.
Adjust bodhi, pagure dist git for the new url.
Drop taskotron roles.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-21 14:01:28 -07:00
Pavel Raiskup
0716844ad5 Revert "copr-builders: disable ppc64le hv_02"
This reverts commit 98b0d6f803.
2022-06-21 20:06:50 +02:00
Adam Williamson
fdaaa364cb Turn relvalconsumer back on for lab
Wiki access works on lab now, so we can turn this back on.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-17 12:22:57 -07:00
Kevin Fenzi
859d80f290 wiki: use default one nic install here
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-16 14:04:22 -07:00
Kevin Fenzi
96fa6eddc7 wiki: move prod to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-16 13:52:02 -07:00
Adam Williamson
294cbf994d Switch openQA prod to new resultsdb URL and enable auth
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-16 10:47:26 -07:00
Kevin Fenzi
426ed0c460 buildvm-s390x / zvm: disable linux-system-roles/network for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-14 11:32:27 -07:00
Lubomír Sedlář
e453ce1649 Add expected number of odcs backends
This value is mostly ignored by the application. It is included in the
Prometheus metrics to simplify calculation availability.

The default is set to 0. The number of hosts in the odcs_backend group
is used for the alternative definition in inventory.
2022-06-14 16:06:43 +02:00
Kevin Fenzi
7fa10cf59b Revert "cloud-noc01: test fixing passing vars to task and abstract paths out"
This reverts commit d59a7c2c44.
2022-06-13 17:06:33 -07:00
Kevin Fenzi
d59a7c2c44 cloud-noc01: test fixing passing vars to task and abstract paths out
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-13 16:33:10 -07:00
Kevin Fenzi
91ccdea73f proxies: Reach ocp4 cluster in prod over vpn instead of sending 421
I think I handled all the special cases here already.
We want to switch non iad2 proxies to reach the oco4 cluster over it's
vpn now that it has one. This should allow us to still keep ipv6
available for applications and not have to change dns for moving from
ocp3 cluster anymore. Will roll this out slowly to one proxy then
another, then the rest if it all looks ok.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-13 10:08:48 -07:00
Pavel Raiskup
98b0d6f803 copr-builders: disable ppc64le hv_02
That machine seems to be down.
2022-06-13 09:38:13 +02:00
Adam Williamson
0ceef0f7d0 Revert "Switch openQA prod to new resultsdb URL and enable auth"
This reverts commit edb9704acc.
The new prod deployment seems to have some issues (message
publishing is timing out) so let's go back to using the old
deployment for now.
2022-06-10 13:03:57 -07:00
Adam Williamson
edb9704acc Switch openQA prod to new resultsdb URL and enable auth
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-10 11:39:31 -07:00
Kevin Fenzi
b44f2b56f7 debuginfod: up memory to 24gb
Also set max mem to 128, so we can dynamically increase if we need to
from now on.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-09 14:22:48 -07:00
Kevin Fenzi
849126d89a openvpn: move ocp_nodes var to all, drop node-selector from testing
Putting ocp_nodes in group_vars/all allows both proxies and openvpn
openshift app to use it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-09 13:51:56 -07:00
Aurélien Bompard
a5c9af2728 Upgrade the bodhi version to 6.0.0
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-06-09 12:17:38 +02:00
Mark O Brien
353979f9ff update bodhi-backend01 ks to Fedora36
Signed-off-by: Mark O Brien <markobri@redhat.com>
2022-06-09 10:21:33 +01:00
Kevin Fenzi
13659c77b7 notifs*02.iad2: move these to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-08 12:29:08 -07:00
Kevin Fenzi
463439136b inventory /group_vars: clean up a bunch of old phx2 networks for iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-08 10:34:01 -07:00
Kevin Fenzi
984fba841c compose-iot: move to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-08 10:25:42 -07:00
Adam Williamson
a91dfc29e9 openqa: twiddle with the delegation stuff again
Ugh, we delegate for the assetsize stuff too and there's tons of
that, splitting it would be awful. Let's try a different approach
with a new optional variable for the delegate target.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 16:32:04 -07:00
Adam Williamson
42e930e97f openqa-onebox: tweak db host stuff
Using the machine's own hostname works for the ansible delegate
stuff but doesn't work for openQA itself (if you try and access
the DB by hostname like this, postgres denies access; you have
to use 'localhost' for postgres to allow it). Using 'localhost'
works for postgres but doesn't do the right thing for delegation.
Let's use 'localhost' and split the two play steps into
delegated and non-delegated versions.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 16:17:29 -07:00
Adam Williamson
1d594b13d6 openqa_onebox: use different db name for safety
Just in case things go horribly wrong and we somehow hit a real
db server, let's not use the same db name as staging for safety.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 15:43:35 -07:00
Adam Williamson
fbda7b18a0 openqa-onebox-test: set openqa_tap_iface
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 15:26:15 -07:00
Adam Williamson
edb6f5c172 Invent openqa_onebox_test group to try and set up one-box openQA
This is an attempt to add a group that'll set openqa-x86-worker05
as a one-box openQA instance which doesn't report results. This
is to try and help with debugging
https://bugzilla.redhat.com/show_bug.cgi?id=2009585 : the idea is
to have a disposable openQA instance where we don't care if all
the tests fail, so we can try out various things to resolve that
bug on it. Debugging on lab is awkward because we do actually
care about lab's results, especially since it's the only instance
testing Rawhide updates.

This requires quite a lot of surgery to get around various
assumptions in the existing groups and plays (no reporting of
results, no NFS...) and make the box its own postgresql server.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 15:21:15 -07:00
Kevin Fenzi
08e8fcac98 wiki01.stg: move to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-07 15:01:02 -07:00
Kevin Fenzi
b1770725e3 f34-test: retire since f34 is eol now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-07 13:45:39 -07:00
Kevin Fenzi
1ffd577490 compose-x86-01: No, phx2 dns isn't going to work too well for you.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-07 13:08:53 -07:00
Kevin Fenzi
ffdd7d7003 compose-x86-01 to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-07 12:08:12 -07:00
Kevin Fenzi
ece2768ab8 odcs-backend-releng01: reinstall with f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 16:52:29 -07:00
Kevin Fenzi
6a6b9a4439 db-fas01: backup ipsilon db too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 16:23:15 -07:00
Kevin Fenzi
2e8531dd54 oci-candidate-registry01: we do not need 750g anymore now that srv is moved off to a nfs volume
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 15:59:00 -07:00
Kevin Fenzi
44ba32ad10 move oci* in prod to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 15:28:38 -07:00
Kevin Fenzi
9ae8061d6c oci-registry01.stg to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 14:26:18 -07:00
Kevin Fenzi
b86863676e candidate-registry01.stg.iad2.fedoraproject.org: reinstall with f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 14:04:05 -07:00
Kevin Fenzi
2d27fd8c87 kojipkgs02: move to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 12:56:41 -07:00
Kevin Fenzi
766ac3c4c5 kojipkgs01 to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 12:25:04 -07:00
Kevin Fenzi
53e1ec2ada certgetter01: reinstall with f36
(also remove old certgetter01.stg host vars)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 11:52:53 -07:00
Kevin Fenzi
ed817cfc14 armv7-test01/02: moved to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-06 11:44:12 -07:00
Kevin Fenzi
b98ef3ec95 proxies / staging: set openshift_nodes_stg to openshift_nodes in this case
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-03 18:26:36 -07:00
Adam Williamson
479388a242 openqa: use updates-testing builds on all prod/stg
We don't need the scratch builds on stg any more now we've sent
the new builds to updates-testing. We *do* want to use the builds
from u-t on prod now (I don't want to wait a week for the stable
push).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-03 13:25:05 -07:00
Kevin Fenzi
5b3eadb7d5 ipsilon01: try again to upgrade
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-03 11:54:05 -07:00
Kevin Fenzi
6ef504d18c ipsilon01: move back to f34 for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 17:16:03 -07:00
Kevin Fenzi
dd25b74d82 ipsilon01: move to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 16:08:36 -07:00
Kevin Fenzi
618512b9eb ipsilon02: actually install with f36, not f34
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 15:04:54 -07:00
Kevin Fenzi
4970ed8ffe ipsilon: increase disk size and memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 14:02:33 -07:00
Kevin Fenzi
530c06d70d internetx01: goodbye, farewell, amen
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 12:53:50 -07:00