mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
This re-adds a iscsi_client role we had in iad2 back in in rdu3. When then apply it to bvmhost-p10-01 to login and use a iscsi lun from the rdu3 netapp. We then move the buildvm-ppc64le vm's to use this iscsi volume instead of local storage. As we reinstall those builders they will use the iscsi volume. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
12 lines
467 B
YAML
12 lines
467 B
YAML
# iscsi initiator for netapp iscsi volume
|
|
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.fede3f22fb5a11efb799d039eac1c452:vs.3
|
|
# iscsi portal for netapp iscsi volume
|
|
netapp_iscsi_portal: 10.16.177.11
|
|
|
|
# iscsi initiator for netapp iscsi volume
|
|
netapp_iscsi_name_rdu3: iqn.1992-08.com.netapp:sn.fede3f22fb5a11efb799d039eac1c452:vs.3
|
|
# iscsi portal for netapp iscsi volume
|
|
netapp_iscsi_portal_rdu3: 10.16.177.11
|
|
# iscsi interface for rdu3
|
|
netapp_iscsi_interface_rdu3: br0
|