Kevin Fenzi
0228df9cd0
flatpak-cache01: add rdu3 host vars and install
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-09 11:16:50 -07:00
Kevin Fenzi
233ec96688
inventory: drop non existant machines
...
These are various machines that are not yet deployed, or no longer exist
in rdu3 (though they did in iad2). This should clean up nagios
a fair bit and when/if we redeploy these we can add them back in.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-09 10:26:51 -07:00
Aurélien Bompard
4272c8aa77
proxy04 and proxy12 are reachable again
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2025-07-09 16:16:12 +02:00
Kevin Fenzi
9053bd61a4
mailman01.stg: this host should be in the staging group
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-08 14:07:43 -07:00
Kevin Fenzi
3a9405cd77
bvirthost: increase default number of processes before alerting
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-06 09:37:40 -07:00
Mikolaj Izdebski
d3cf5104ed
db-koji01.stg: increase disk size to match prod
2025-07-04 21:12:32 +02:00
Michal Konecny
ea141b651a
Add zabbix01.stg to staging group
2025-07-04 14:35:52 +02:00
Michal Konecny
5703285385
Add staging builders to staging group
2025-07-03 20:13:46 +00:00
Adam Williamson
7df8f49847
openqa: assign a tap2 x86 worker for lab
...
Whoops, somehow overlooked this or lost it in an edit...
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-03 13:09:38 -07:00
Michal Konecny
df86e98c4d
Add missing staging buildvm host vars
2025-07-03 21:22:25 +02:00
Nils Philippsen
6c85fda0c9
Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
...
Signed-off-by: Nils Philippsen <nils@redhat.com >
2025-07-03 20:05:02 +02:00
Adam Williamson
577fb0545b
add openqa_tap12_workers (back) to openqa_tap_workers
...
D'oh, now we need this group again, it needs to be a child of
openqa_tap_workers or the configs aren't done right...
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-03 10:27:26 -07:00
Kevin Fenzi
c0180dc19e
proxies: drop worker06.vpn as we do not have a 06 anymore
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-03 09:48:57 -07:00
Adam Williamson
5543191485
correct MAC addresses for openqa-x86-worker01 again
...
ok this time use the output from the right machine adam
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 21:16:27 -07:00
Adam Williamson
88e7907d4b
correct MAC addresses for openqa-x86-worker01
...
grrr.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 21:12:25 -07:00
Adam Williamson
5e737c675c
openqa: disable ppc64le on lab for now
...
We don't have any workers. We may turn this back on later, or...
not.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 19:54:44 -07:00
Adam Williamson
03c5676da3
Rename br0 to bondbr0 on all openQA worker hosts
...
This is the main system connection, a bridge over a pair of
bonded ethernet ports. We want to let the openQA openvswitch
bridge be br0 in case that makes it fricking work again, so this
needs to be called something else to allow that.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 17:35:29 -07:00
Adam Williamson
9d931214ea
Revert "openQA: rename openvswitch bridge device to avoid conflict"
...
This reverts commit 4dc01bc892 and
a follow-up commit. I'm having trouble getting things to work
and want to see if it works if we go back to having the openQA
bridge be br0, and rename the bridge used for the system's bonded
network connection to something else instead.
2025-07-02 17:25:18 -07:00
Kevin Fenzi
90ed0a38e0
pkgs: change the pagure user to uid 1000 for suexec, block in sssd
...
The pagure user needs to be uid 1000 because suexec won't let users with
uid under that suexec. ;(
Also, filter pagure user out in sssd so we get the local user.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 15:25:17 -07:00
Kevin Fenzi
70ee9cda84
pkgs: set ipa_host_group_desc or ipa playbook errors
...
failed: [pkgs01.rdu3.fedoraproject.org -> ipa01.rdu3.fedoraproject.org] (item=ipa_host_group_desc) => {"ansible_loop_var": "item", "changed": false, "item": "ipa_host_group_desc", "msg": "`ipa_host_group_desc` is not defined"}
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 14:52:48 -07:00
Kevin Fenzi
160cbd7932
inventory: switch everything back to mtu 1500
...
We have been hitting lots of weird problems going accross vlans in rdu3
with mtu 9000. For now and to stablize things, lets just switch
everything back to 1500. We can revisit this down the road, but stablity
is better than a few % of overhead.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 13:26:11 -07:00
Kevin Fenzi
07b5336e55
nftables: rework for s390x builders, rip out iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 12:40:06 -07:00
Kevin Fenzi
c5fea2e61c
buildvm_s390x: actually use the new kickstart
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 10:43:54 -07:00
Adam Williamson
38982adb55
Try and complete openQA prod and lab deployments to RDU3
...
OK, I think we're ready to try this now...
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 09:42:35 -07:00
Kevin Fenzi
8c770773bd
buildvm-s390x: move to f42 and fix dns config
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 09:34:33 -07:00
Adam Williamson
e9ab8f359d
Put openqa_lab_workers in rdu3_production too
...
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-02 08:28:20 -07:00
Kevin Fenzi
d204be1d72
inventory: clean up runroot and osbuild groups for rdu3
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-02 07:55:01 -07:00
Aurélien Bompard
7e65c9cff6
Remove proxy04 and proxy12 from mirrorlist_proxies, they are unreachable
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2025-07-02 13:04:38 +02:00
Aurélien Bompard
a8ee75153d
MirrorManager: remove the iad2 proxies from the mirrorlist_proxies group
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2025-07-02 09:11:24 +02:00
Kevin Fenzi
9519af7452
inventory: drop iad2 dns servers
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-07-01 11:51:26 -07:00
Adam Williamson
9efee5a5bd
openQA x86 workers: set mtu to 1500 for now
...
mtu 9000 is not working due to internal RH issues. While we wait
for that to get fixed, let's set it to 1500 so we can get further
with our test deployments.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-07-01 11:49:14 -07:00
James Antill
d9c06bd725
Add missing "datacenter: iad2" for more .iad2 hosts.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 23:02:43 -04:00
James Antill
567aa10a4e
Add missing "datacenter: iad2" for more .iad2 hosts.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 22:59:17 -04:00
James Antill
2325b2f564
Add missing "datacenter: iad2" for a proxy/rabbitmq stg.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 22:37:17 -04:00
James Antill
188e6b769b
Add missing "datacenter: iad2" for a number of hosts.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 22:23:19 -04:00
James Antill
98ffcdd0d7
bodhi-backend01.stg.iad2: Add missing datacenter: iad2.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 21:33:27 -04:00
Adam Williamson
d1163f2287
openQA: try and set up inventory for new lab x86 worker hosts
...
Let's try and get the new x86 worker hosts for lab deployed...
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-06-30 16:14:01 -07:00
Adam Williamson
4dc01bc892
openQA: rename openvswitch bridge device to avoid conflict
...
On the new rdu3 worker hosts, br0 already exists and is the main
system 'interface' (it's a bridge on two bonded physical interfaces
connected to different switches, to make networking upgrades
easier). So we can't call our openvswitch bridge 'br0' any more.
Let's try calling it 'openqabr0' and see if anything explodes.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-06-30 16:14:01 -07:00
Kevin Fenzi
fcbd689a9c
proxies / rdu3: override ocp_nodes to use the direct connection for rdu3 proxies to openshift
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-30 15:15:58 -07:00
Adam Williamson
a8dfee88ab
openqa: update db host to rdu3
...
We're not doing prod *quite* yet, but since it's down now and you
can't really run plays in iad2 any more, not worth splitting this
up temporarily.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-06-30 15:10:23 -07:00
James Antill
92aaf2b80e
Add zabbix01.rdu3 and .stg.
...
Signed-off-by: James Antill <james@and.org >
2025-06-30 17:19:24 -04:00
Adam Williamson
da9fe714d9
inventory: add openqa_lab to rdu3_staging
...
to fix DNS! probably.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-06-30 12:03:51 -07:00
Michal Konecny
0328532987
[mailman3] Remove IAD2
...
There are a lot of things still pointing to IAD2, let's redirect them to RDU3.
2025-06-30 20:27:53 +02:00
Kevin Fenzi
d831a03bef
group_vars/all: change some defaults over to rdu3
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-30 10:26:55 -07:00
Kevin Fenzi
cc03b32da8
inventory: switch to rdu3 ipa servers by default
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-30 10:10:21 -07:00
Adam Williamson
63bc9b50ca
Replace openqa-lab01.iad2 with openqa-lab01.rdu3
...
I think this should be everything. Also trimmed the extremely
generous resources allocated to the VM so they match the ones
used for the prod VM, as that's been working fine.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2025-06-30 08:19:05 -07:00
James Antill
8f2282e2c3
Add mailman01.rdu3 host_vars file, on vmhost-05.
...
Signed-off-by: James Antill <james@and.org >
2025-06-29 14:58:34 -04:00
James Antill
5d9a3e5e71
Add mailman01.rdu3.
...
Signed-off-by: James Antill <james@and.org >
2025-06-29 14:57:01 -04:00
Kevin Fenzi
d2a86d10e3
sign-vault01.rdu3: add to correct datacenter
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-29 09:35:12 -07:00
Kevin Fenzi
d29feb2c71
bvmhost-p10-01: no nbde for now
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-28 18:27:20 -07:00