4 Commits

Author SHA1 Message Date
Kevin Fenzi
24ea94601d vmhost-x86-copr01/02/03: stop removing nftables
These hosts are rhel10 now and removing nftables takes out the entire
libvirt stack as it doesn't support iptables anymore.

This results in base removing libvirt and the hypervisor role
re-installing it every playbook run. It also means the network doesn't
work on guests at all.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-02-09 15:08:28 -08:00
Kevin Fenzi
faff0d9e0f vmhost-p09-copr01: not encrypted yet, needs reinstall
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-02-09 13:34:35 -08:00
Jaroslav Groman
09859d9acc Update source branch for Quality apps in staging OpenShift
Signed-off-by: Jaroslav Groman <jgroman@redhat.com>
2026-02-09 20:55:08 +00:00
Kevin Fenzi
991273d7f1 copr_hypervisors: enable nbde on all of them
The x86 ones are now in rdu3 and reinstalled with rhel10.
All the power9 ones are in rdu3 and reinstalled.

So, we should just enable nbde on all of them.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-02-09 11:30:46 -08:00
10 changed files with 4 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ ipa_host_group_desc: Copr hypervisors
postfix_group: vpn
primary_auth_source: ipa
nbde: true
nbde_device: /dev/md2
nbde_client_bindings:
- device: "{{ nbde_device }}"

View File

@@ -8,6 +8,7 @@ br0_ipv6_nm: 64
datacenter: rdu3
has_ipv4: yes
has_ipv6: yes
nbde: false
mac0: "08:94:ef:81:d0:aa"
mac1: "08:94:ef:81:d0:ab"
mac2: "b8:ce:f6:c6:00:c6"

View File

@@ -21,7 +21,6 @@ mac6: ac:1f:6b:a5:4e:f4
mac7: ac:1f:6b:a5:4e:f5
mac8: ac:1f:6b:a5:4e:f6
mac9: ac:1f:6b:a5:4e:f7
nbde: true
libvirt_host: "[{{ br0_ipv6_ip }}]"
libvirt_pool: vmhost_p09_02
libvirt_pool_order_id: 0

View File

@@ -21,7 +21,6 @@ mac6: ac:1f:6b:8a:9a:30
mac7: ac:1f:6b:8a:9a:31
mac8: ac:1f:6b:8a:9a:32
mac9: ac:1f:6b:8a:9a:33
nbde: true
libvirt_host: "[{{ br0_ipv6_ip }}]"
libvirt_pool: vmhost_p09_03
libvirt_pool_order_id: 1

View File

@@ -21,7 +21,6 @@ mac6: ac:1f:6b:a4:e3:b0
mac7: ac:1f:6b:a4:e3:b1
mac8: ac:1f:6b:a4:e3:b2
mac9: ac:1f:6b:a4:e3:b3
nbde: true
libvirt_host: "[{{ br0_ipv6_ip }}]"
libvirt_pool: vmhost_p09_04
libvirt_pool_order_id: 2

View File

@@ -22,7 +22,6 @@ mac8: f4:02:70:d3:15:95
libvirt_pool: copr_hv_x86_64_01
libvirt_pool_order_id: 7
libvirt_arch: x86_64
nftables: false
network_connections:
# Bridge profile
- name: br0

View File

@@ -21,7 +21,6 @@ mac7: b4:96:91:63:3b:9f
libvirt_pool: copr_hv_x86_64_02
libvirt_pool_order_id: 8
libvirt_arch: x86_64
nftables: false
network_connections:
# Bridge profile
- name: br0

View File

@@ -21,7 +21,6 @@ mac7: "b4:96:91:63:3b:53"
libvirt_pool: copr_hv_x86_64_03
libvirt_pool_order_id: 9
libvirt_arch: x86_64
nftables: false
network_connections:
# Bridge profile
- name: br0

View File

@@ -15,7 +15,7 @@ spec:
git:
uri: https://forge.fedoraproject.org/quality/blockerbugs
{% if env == 'staging' %}
ref: "develop"
ref: "staging"
{% else %}
ref: "master"
{% endif %}

View File

@@ -15,7 +15,7 @@ spec:
git:
uri: https://forge.fedoraproject.org/quality/testdays-web.git
{% if env == 'staging' %}
ref: "develop"
ref: "staging"
{% else %}
ref: "master"
{% endif %}