Skip to content

Commit

Permalink
acls
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jun 21, 2024
1 parent f4ae597 commit f66c030
Showing 1 changed file with 54 additions and 56 deletions.
110 changes: 54 additions & 56 deletions ix-dev/community/tautulli/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ groups:
description: Configure Tautulli
- name: User and Group Configuration
description: Configure User and Group for Tautulli
- name: Advanced Pod Configuration
description: Configure Advanced Pod Options for Tautulli
- name: Network Configuration
description: Configure Network for Tautulli
- name: Storage Configuration
Expand Down Expand Up @@ -122,12 +120,12 @@ questions:
$ref:
- "normalize/ixVolume"
attrs:
# - variable: aclEnable # TODO: update this once we have new refs from middleware
# label: Enable ACL
# description: Enable ACL for the dataset.
# schema:
# type: boolean
# default: false
- variable: aclEnable
label: Enable ACL
description: Enable ACL for the storage.
schema:
type: boolean
default: false
- variable: dataset_name
label: Dataset Name
description: The name of the dataset to use for storage.
Expand All @@ -137,38 +135,38 @@ questions:
immutable: true
hidden: true
default: "config"
# - variable: aclEntries
# label: ACL Configuration
# schema:
# type: dict
# show_if: [["aclEnable", "=", true]]
# attrs: []
- variable: aclEntries
label: ACL Configuration
schema:
type: dict
show_if: [["aclEnable", "=", true]]
attrs: []
- variable: host_path_config
label: Host Path Configuration
schema:
type: dict
show_if: [["type", "=", "host_path"]]
attrs:
# - variable: aclEnable
# label: Enable ACL
# description: Enable ACL for the dataset.
# schema:
# type: boolean
# default: false
# - variable: acl
# label: ACL Configuration
# schema:
# type: dict
# show_if: [["aclEnable", "=", true]]
# attrs: []
# $ref:
# - "normalize/acl"
- variable: aclEnable
label: Enable ACL
description: Enable ACL for the storage.
schema:
type: boolean
default: false
- variable: acl
label: ACL Configuration
schema:
type: dict
show_if: [["aclEnable", "=", true]]
attrs: []
$ref:
- "normalize/acl"
- variable: host_path
label: Host Path
description: The host path to use for storage.
schema:
type: hostpath
# show_if: [["aclEnable", "=", false]]
show_if: [["aclEnable", "=", false]]
required: true
- variable: additional_storage
label: Additional Storage
Expand Down Expand Up @@ -218,26 +216,26 @@ questions:
type: dict
show_if: [["type", "=", "host_path"]]
attrs:
# - variable: aclEnable
# label: Enable ACL
# description: Enable ACL for the dataset.
# schema:
# type: boolean
# default: false
# - variable: acl
# label: ACL Configuration
# schema:
# type: dict
# show_if: [["aclEnable", "=", true]]
# attrs: []
# $ref:
# - "normalize/acl"
- variable: aclEnable
label: Enable ACL
description: Enable ACL for the storage.
schema:
type: boolean
default: false
- variable: acl
label: ACL Configuration
schema:
type: dict
show_if: [["aclEnable", "=", true]]
attrs: []
$ref:
- "normalize/acl"
- variable: host_path
label: Host Path
description: The host path to use for storage.
schema:
type: hostpath
# show_if: [["aclEnable", "=", false]]
show_if: [["aclEnable", "=", false]]
required: true
- variable: ix_volume_config
label: ixVolume Configuration
Expand All @@ -248,12 +246,12 @@ questions:
$ref:
- "normalize/ixVolume"
attrs:
# - variable: aclEnable
# label: Enable ACL
# description: Enable ACL for the dataset.
# schema:
# type: boolean
# default: false
- variable: aclEnable
label: Enable ACL
description: Enable ACL for the storage.
schema:
type: boolean
default: false
- variable: dataset_name
label: Dataset Name
description: The name of the dataset to use for storage.
Expand All @@ -262,12 +260,12 @@ questions:
required: true
immutable: true
default: "storage_entry"
# - variable: aclEntries
# label: ACL Configuration
# schema:
# type: dict
# show_if: [["aclEnable", "=", true]]
# attrs: []
- variable: aclEnable
label: Enable ACL
description: Enable ACL for the storage.
schema:
type: boolean
default: false
- variable: smb_config
label: SMB Configuration
description: The configuration for the SMB dataset.
Expand Down

0 comments on commit f66c030

Please sign in to comment.