2023-12-05 23:04:19 +00:00
|
|
|
# Include{groups}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
2024-03-13 21:09:05 +00:00
|
|
|
|
2024-03-26 12:33:19 +00:00
|
|
|
|
|
|
|
- variable: zfs-localpv
|
2024-03-13 21:09:05 +00:00
|
|
|
group: "Storage and Persistence"
|
2024-03-26 12:33:19 +00:00
|
|
|
label: "ZFS Localpv Settings"
|
2024-03-13 21:09:05 +00:00
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
additional_attrs: true
|
2024-03-21 00:09:06 +00:00
|
|
|
hidden: true
|
2024-03-13 21:09:05 +00:00
|
|
|
attrs:
|
2024-03-26 12:33:19 +00:00
|
|
|
- variable: enabled
|
|
|
|
label: "enabled"
|
2024-03-20 14:00:13 +00:00
|
|
|
schema:
|
2024-03-26 12:33:19 +00:00
|
|
|
type: boolean
|
|
|
|
default: true
|
2024-03-21 00:09:06 +00:00
|
|
|
hidden: true
|
2024-03-26 12:33:19 +00:00
|
|
|
- variable: localpv-provisioner
|
|
|
|
group: "Storage and Persistence"
|
|
|
|
label: "localpv-provisioner Settings"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
additional_attrs: true
|
|
|
|
hidden: true
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "enabled"
|
2024-03-13 21:09:05 +00:00
|
|
|
schema:
|
2024-03-26 12:33:19 +00:00
|
|
|
type: boolean
|
|
|
|
default: false
|
2024-03-21 00:09:06 +00:00
|
|
|
hidden: true
|
2024-03-26 12:33:19 +00:00
|
|
|
- variable: hostpathClass
|
|
|
|
label: "hostpathClass"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
2024-03-13 21:09:05 +00:00
|
|
|
attrs:
|
2024-03-20 14:00:13 +00:00
|
|
|
- variable: enabled
|
|
|
|
label: "enabled"
|
2024-03-13 21:09:05 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2024-03-21 00:09:06 +00:00
|
|
|
hidden: true
|
|
|
|
|
|
|
|
|
2024-03-20 14:00:13 +00:00
|
|
|
- variable: storageClass
|
|
|
|
group: "Storage and Persistence"
|
|
|
|
label: "StorageClass Settings"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
additional_attrs: true
|
|
|
|
attrs:
|
|
|
|
- variable: zfs-main
|
|
|
|
label: "ZFS Localpv Settings"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
additional_attrs: true
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "enabled"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
hidden: true
|
|
|
|
- variable: provisioner
|
|
|
|
label: "provisioner"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "zfs.csi.openebs.io"
|
|
|
|
hidden: true
|
|
|
|
required: true
|
|
|
|
- variable: isDefaultClass
|
|
|
|
label: "Default Class"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: reclaimPolicy
|
|
|
|
label: "reclaimPolicy"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "Retain"
|
|
|
|
enum:
|
|
|
|
- value: Retain
|
|
|
|
description: Retain (Keep Data on App Deletion)
|
|
|
|
- value: Delete
|
|
|
|
description: Delete (Delete data on App Deletion)
|
|
|
|
- variable: parameters
|
|
|
|
label: "parameters"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
additional_attrs: true
|
|
|
|
attrs:
|
|
|
|
- variable: poolname
|
|
|
|
label: "Pool/Dataset"
|
2024-03-13 21:09:05 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
2024-03-14 00:09:05 +00:00
|
|
|
default: ""
|
2024-03-20 14:00:13 +00:00
|
|
|
required: true
|