Skip to content

Commit

Permalink
fix: update rancher questions
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jul 13, 2022
1 parent b3b92ec commit 35dd0ee
Showing 1 changed file with 9 additions and 131 deletions.
140 changes: 9 additions & 131 deletions automation/rancher-partner-charts/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,31 +112,6 @@ questions:
label: Boolean flag to enable/disable the admin-ui chart and admin ui config api plugin. This requires a license agreement with Gluu.
show_if: "global.distribution=default"
show_subquestion_if: true
subquestions:
- variable: global.admin-ui.adminUiApiKey
default: ""
required: true
description: "Admin UI license API key. Obtain this from Gluu."
type: multiline
label: Admin UI license API key. Obtain this from Gluu
- variable: global.admin-ui.adminUiProductCode
default: ""
required: true
description: "Admin UI license product code. Obtain this from Gluu."
type: multiline
label: Admin UI license product code. Obtain this from Gluu.
- variable: global.admin-ui.adminUiSharedKey
default: ""
required: true
description: "Admin UI license shared key. Obtain this from Gluu."
type: multiline
label: Admin UI license shared key. Obtain this from Gluu.
- variable: global.admin-ui.adminUiManagementKey
default: ""
required: true
description: "Admin UI license management key. Obtain this from Gluu."
type: multiline
label: Admin UI license management key. Obtain this from Gluu.
- variable: global.auth-server-key-rotation.enabled
default: false
type: boolean
Expand Down Expand Up @@ -196,65 +171,6 @@ questions:
description: "Client API CommonName value for certificate subject"
type: string
label: Client API certificate CommonName (CN)
- variable: global.jackrabbit.enabled
default: false
type: boolean
group: "Optional Services"
required: true
label: Enable Jackrabbit
show_if: "global.distribution=default"
show_subquestion_if: true
description: "Needed for SAML. Jackrabbit Oak is a complementary implementation of the JCR specification. It is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications. https://jackrabbit.apache.org/jcr/index.html ."
subquestions:
- variable: jackrabbit.storage.size
default: "4Gi"
description: "Size of Jackrabbit content repository volume storage."
type: string
label: Volume storage
- variable: config.configmap.cnJackrabbitUrl
default: "http://jackrabbit:8080"
description: "Please enter jackrabbit url."
type: hostname
label: Jackrabbit URL
- variable: config.configmap.cnJackrabbitAdminId
default: "admin"
description: "Jackrabbit admin user"
type: string
label: Jackrabbit Admin User
valid_chars: "^[a-z]+$"
- variable: jackrabbit.secrets.cnJackrabbitAdminPassword
default: "Test1234#"
description: "Jackrabbit admin password"
type: password
label: Jackrabbit Admin User Password
min_length: 6
- variable: installer-settings.jackrabbit.clusterMode
default: false
type: boolean
group: "Optional Services"
required: true
label: Enable Jackrabbit in Cluster Mode (HA)
show_if: "global.jackrabbit.enabled=true"
show_subquestion_if: true
description: "Requires postgres."
subquestions:
- variable: config.configmap.cnJackrabbitPostgresUser
default: "admin"
description: "Jackrabbit postgres user"
type: string
label: Jackrabbit postgres user
valid_chars: "^[a-z]+$"
- variable: jackrabbit.secrets.cnJackrabbitPostgresPassword
default: "admin"
description: "Jackrabbit postgres password"
type: password
label: Jackrabbit postgres password

- variable: config.configmap.cnJackrabbitPostgresDatabaseName
default: "jackrabbit"
description: "Jackrabbit postgres database name"
type: string
label: Jackrabbit postgres database name

# ======================
# Test environment group
Expand Down Expand Up @@ -468,7 +384,7 @@ questions:
group: "Volumes"
required: true
label: StorageClass provisioner
show_if: "global.cnPersistenceType=ldap||global.jackrabbit.enabled=true"
show_if: "global.cnPersistenceType=ldap"
subquestions:
- variable: global.storageClass.allowVolumeExpansion
default: true
Expand Down Expand Up @@ -831,7 +747,7 @@ questions:
- variable: auth-server.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The Auth Server Image tag"
label: Auth Server image tag
group: "Images"
Expand Down Expand Up @@ -889,7 +805,7 @@ questions:
- variable: auth-server-key-rotation.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The Auth Server Image tag"
label: Auth Server KeyRotation image tag
group: "Images"
Expand Down Expand Up @@ -947,7 +863,7 @@ questions:
- variable: client-api.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The ClientAPI Image tag"
label: ClientAPI image tag
group: "Images"
Expand Down Expand Up @@ -976,7 +892,7 @@ questions:
- variable: config.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The Configurator Image tag"
label: Configurator image tag
group: "Images"
Expand Down Expand Up @@ -1005,7 +921,7 @@ questions:
- variable: config-api.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The ConfigAPI Image tag"
label: ConfigAPI image tag
group: "Images"
Expand Down Expand Up @@ -1034,40 +950,11 @@ questions:
- variable: fido2.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The Fido2 Image tag"
label: Fido2 image tag
group: "Images"
show_if: "global.fido2.enabled=true"
# Jackrabbit
- variable: jackrabbit.image.repository
required: true
type: string
default: "janssenproject/jackrabbit"
description: "The Jackrabbit Image repository"
label: Jackrabbit image repo
group: "Images"
show_if: "global.jackrabbit.enabled=true"
- variable: jackrabbit.image.pullPolicy
required: true
type: enum
group: "Images"
default: IfNotPresent
description: "The Jackrabbit Image pull policy"
label: Jackrabbit imagePullPolicy
options:
- "Always"
- "IfNotPresent"
- "Never"
show_if: "global.jackrabbit.enabled=true"
- variable: jackrabbit.image.tag
required: true
type: string
default: "1.0.0-beta.16"
description: "The Jackrabbit Image tag"
label: Jackrabbit image tag
group: "Images"
show_if: "global.jackrabbit.enabled=true"
# OpenDJ
- variable: opendj.image.repository
required: true
Expand Down Expand Up @@ -1121,7 +1008,7 @@ questions:
- variable: persistence.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The Persistence Image tag"
label: Persistence image tag
group: "Images"
Expand Down Expand Up @@ -1150,7 +1037,7 @@ questions:
- variable: scim.image.tag
required: true
type: string
default: "1.0.0-beta.16"
default: "1.0.1-1"
description: "The SCIM Image tag"
label: SCIM image tag
group: "Images"
Expand Down Expand Up @@ -1213,15 +1100,6 @@ questions:
label: Fido2 Replicas
description: "Service replica number."
show_if: "global.fido2.enabled=true"
# Jackrabbit
- variable: jackrabbit.replicas
default: 1
required: false
type: int
group: "Replicas"
label: Jackrabbit Replicas
description: "Service replica number."
show_if: "global.jackrabbit.enabled=true"
# OpenDJ
- variable: opendj.replicas
default: 1
Expand Down

0 comments on commit 35dd0ee

Please sign in to comment.