From e572e73968ff03baf0cb17dbb40e3fa7ed31fb57 Mon Sep 17 00:00:00 2001 From: "CheeSiong.Lee" Date: Thu, 17 Jun 2021 09:26:05 +0800 Subject: [PATCH] Add Federator.ai v4.5.1. Signed-off-by: CheeSiong.Lee --- packages/federatorai/overlay/questions.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/federatorai/overlay/questions.yaml b/packages/federatorai/overlay/questions.yaml index 53b55bdf4..ab341a49c 100644 --- a/packages/federatorai/overlay/questions.yaml +++ b/packages/federatorai/overlay/questions.yaml @@ -12,11 +12,13 @@ questions: default: "quay.io/prophetstor/federatorai-operator-ubi" description: "Federator.ai Operator image name" type: string + group: "Container Images" label: Federator.ai Operator Image Name - variable: image.tag default: "v4.5.1-ga" description: "Federator.ai Operator image tag" type: string + group: "Container Images" label: Federator.ai Operator Image Tag #service configurations - variable: federatorai.imageLocation @@ -24,24 +26,28 @@ questions: description: "Service containers image location" type: string required: true + group: "Container Images" label: Federator.ai imageLocation - variable: federatorai.version default: "v4.5.1-ga" description: "Service containers version" type: string required: true + group: "Container Images" label: Service Containers Image Tag - variable: services.dashboardFrontend.nodePort required: true default: "31012" description: "The port where the Federator.ai Dashboard listens to" type: string + group: "Service Settings" label: Federator.ai Dashboard Port - variable: services.rest.nodePort required: true default: "31011" description: "The port where the Federator.ai REST listens to" type: string + group: "Service Settings" label: Federator.ai REST Port - variable: federatorai.persistence.enabled default: true @@ -56,24 +62,29 @@ questions: default: "" description: "If undefined or set to null, using the default storageClass. Defaults to null." type: storageclass + group: "PV Settings" label: Storage Class for Federator.ai - variable: federatorai.persistence.storages.logStorage.size default: "2Gi" description: "Log volume size" type: string + group: "PV Settings" label: Log Volume Size - variable: federatorai.persistence.aiCore.dataStorage.size default: "10Gi" description: "AICore data volume Size" type: string + group: "PV Settings" label: AICore Data Volume Size - variable: federatorai.persistence.influxdb.dataStorage.size default: "100Gi" description: "Influxdb data volume Size" type: string + group: "PV Settings" label: Influxdb Data Volume Size - variable: federatorai.persistence.fedemeterInfluxdb.dataStorage.size default: "10Gi" description: "Fedemeter influxdb data volume Size" type: string + group: "PV Settings" label: Fedemeter Influxdb Data Volume Size