Add example recipe for latest images 93/14793/5
authornnawon <nneow22@naver.com>
Wed, 6 Aug 2025 08:30:31 +0000 (17:30 +0900)
committerNawon <nneow22@naver.com>
Wed, 6 Aug 2025 09:05:49 +0000 (18:05 +0900)
Issue-id: AIMLFW-221
Change-Id: Ib2fb9a2be3ec552a2ab73efdfb4d97e1d6742c12
Signed-off-by: nnawon <nneow22@naver.com>
RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml [new file with mode: 0644]

diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml
new file mode 100644 (file)
index 0000000..e51a53e
--- /dev/null
@@ -0,0 +1,95 @@
+# ==================================================================================
+#
+#       Copyright (c) 2025 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"
+  pipelines: {"timeseries": "qoe_pipeline_h_release"}
+
+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"
+
+kserveadapter:
+  image:
+    repository: kserve-adapter
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.1"
+  ric_dms:
+    ip: <Fill IP of ric dms>
+    port: 8000
+
+modelmgmtservice:
+  image:
+    repository: modelmgmtservice
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"