buildvm-ppc64le: move more builders to iscsi

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-10 13:28:46 -08:00
parent ce608d9a64
commit c51cbd7824
10 changed files with 3 additions and 19 deletions

View file

@ -23,7 +23,7 @@ koji_topurl: "https://kojipkgs.fedoraproject.org/"
koji_weburl: "https://koji.fedoraproject.org/koji" koji_weburl: "https://koji.fedoraproject.org/koji"
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/ppc64le/os/ ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/ppc64le/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
lvm_size: 600000 lvm_size: 262144
# #
# The ppc virthosts have different bridge names for the main and nfs bridges. # The ppc virthosts have different bridge names for the main and nfs bridges.
# #
@ -32,4 +32,4 @@ max_mem_size: 20480
mem_size: 20480 mem_size: 20480
num_cpus: 8 num_cpus: 8
virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}"
volgroup: /dev/vg_guests volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.57 eth0_ipv4_ip: 10.3.171.57
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.58 eth0_ipv4_ip: 10.3.171.58
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.59 eth0_ipv4_ip: 10.3.171.59
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.60 eth0_ipv4_ip: 10.3.171.60
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.61 eth0_ipv4_ip: 10.3.171.61
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.62 eth0_ipv4_ip: 10.3.171.62
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.63 eth0_ipv4_ip: 10.3.171.63
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
eth0_ipv4_ip: 10.3.171.64 eth0_ipv4_ip: 10.3.171.64
lvm_size: 262144
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi

View file

@ -46,7 +46,7 @@
- {role: openvpn/client, when: vpn|bool} - {role: openvpn/client, when: vpn|bool}
- ipa/client - ipa/client
- {role: collectd/base} - {role: collectd/base}
- {role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07', 'bvmhost-p09-03')) and datacenter == 'iad2'"} - {role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07', 'bvmhost-p09')) and datacenter == 'iad2'"}
- sudo - sudo
- virthost - virthost
- {role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' and nbde|bool} - {role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' and nbde|bool}