enable iscsi on cluster

This commit is contained in:
2025-07-31 11:53:16 -05:00
parent 1742dff512
commit edb019c38e
8 changed files with 21 additions and 128 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
annotations:
argocd.argoproj.io/sync-wave: "11"
labels:
machineconfiguration.openshift.io/role: worker
name: 99-worker-custom-enable-iscsid
spec:
config:
ignition:
version: 3.1.0
systemd:
units:
- enabled: true
name: iscsid.service

View File

@@ -7,3 +7,4 @@ commonAnnotations:
resources:
- ../../base
- ocp-storage-vlan.yaml
- enable-worker-iscsi.yaml