adding debug variable 19/10519/2
authorrajdeep11 <rajdeep.sin@samsung.com>
Wed, 22 Feb 2023 06:22:19 +0000 (11:52 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Mon, 27 Feb 2023 10:47:49 +0000 (16:17 +0530)
Issue-Id: AIMLFW-15

Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Change-Id: I58e5744fc2dd46d7910d8b73cb4ed5d42a82fc90
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
RECIPE_EXAMPLE/example_recipe_local_images_oran_h_release.yaml [new file with mode: 0644]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_h_release.yaml [new file with mode: 0644]
helm/aiml-dashboard/templates/configmap.yaml

diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_h_release.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_h_release.yaml
new file mode 100644 (file)
index 0000000..face5fa
--- /dev/null
@@ -0,0 +1,77 @@
+# ==================================================================================
+#
+#       Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#          http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+# ==================================================================================
+
+#-------------------------------------------------------------------------
+# Global common setting
+#-------------------------------------------------------------------------
+
+traininghost:
+  ip_address: <Fill IP of host>
+tm:
+  image:
+    repository: tm
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+leofs:
+  image:
+    repository: leofs
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+dataextraction:
+  image:
+    repository: data-extraction
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+datalake:
+  influxdb:
+    host: <Fill IP of datalake>
+    port: <Fill port of datalake>
+    orgname: <Fill org name configured in datalake>
+    bucket: <Fill bucket info of data in datalake>
+    token:  <Fill token info to access data>
+
+kfadapter:
+  image:
+    repository: kfadapter
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+aimldashboard:
+  image:
+    repository: aiml-dashboard
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+  host:
+    tm_host: "localhost"
+    notebook_host: "localhost"
+    debug: "\"false\""
+
+aimlnotebook:
+  image:
+    repository: aiml-notebook
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_h_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_h_release.yaml
new file mode 100644 (file)
index 0000000..ee665ca
--- /dev/null
@@ -0,0 +1,77 @@
+# ==================================================================================
+#
+#       Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#          http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+# ==================================================================================
+
+#-------------------------------------------------------------------------
+# Global common setting
+#-------------------------------------------------------------------------
+
+traininghost:
+  ip_address: <Fill IP of host>
+tm:
+  image:
+    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-tm-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.0"
+
+leofs:
+  image:
+    repository: leofs
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+dataextraction:
+  image:
+    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-athp-data-extraction-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.0"
+
+datalake:
+  influxdb:
+    host: <Fill IP of datalake>
+    port: <Fill port of datalake>
+    orgname: <Fill org name configured in datalake>
+    bucket: <Fill bucket info of data in datalake>
+    token:  <Fill token info to access data>
+
+kfadapter:
+  image:
+    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-athp-tps-kubeflow-adapter-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.0"
+
+aimldashboard:
+  image:
+    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/portal-aiml-dashboard-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.0"
+  host:
+    tm_host: "localhost"
+    notebook_host: "localhost"
+    debug: "\"false\""
+
+aimlnotebook:
+  image:
+    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/portal-aiml-notebook-docker 
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.0"
index ed9bbb8..4ac2647 100644 (file)
@@ -27,3 +27,4 @@ data:
   REACT_APP_NOTEBOOK_HOST: {{ .Values.aimldashboard.host.notebook_host }}
   REACT_APP_NOTEBOOK_PORT:  "{{ include "common.serviceport.aiml-dashboard.react-app-notebook-port" .  }}"
   AIMLDASHBOARD_PORT: "{{ include "common.serviceport.aiml-dashboard.http" .  }}"  
+  REACT_APP_DEBUG: {{.Values.aimldashboard.host.debug}}