bvmhost-p09-03: look at adding iscsi volume for builders

Setup a iscsi volume, lets see if getting it working on ppc64le is
as simple/the same as x86_64.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-09 14:33:43 -08:00
parent 15f55a6fdb
commit b64821ae41

View file

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