Adding Recipe Yaml for Installation 09/9709/1
authorashishj1729 <jain.ashish@samsung.com>
Fri, 18 Nov 2022 06:52:50 +0000 (12:22 +0530)
committerashishj1729 <jain.ashish@samsung.com>
Fri, 18 Nov 2022 06:54:17 +0000 (12:24 +0530)
Issue-Id: AIMLFW-4

Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
Change-Id: I8b62a7b9e9c91ad9657930b2f3ed256322db8fe8

RECIPE_EXAMPLE/example_recipe_latest_stable.yaml [new symlink]
RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml [new file with mode: 0644]

diff --git a/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml b/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
new file mode 120000 (symlink)
index 0000000..fd884f7
--- /dev/null
@@ -0,0 +1 @@
+example_recipe_local_images_oran_g_release.yaml
\ No newline at end of file
diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml
new file mode 100644 (file)
index 0000000..acc7408
--- /dev/null
@@ -0,0 +1,76 @@
+# ==================================================================================
+#
+#       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"
+
+aimlnotebook:
+  image:
+    repository: aiml-notebook
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"