Adding h release recipe file 31/11431/2
authorjosephthaliath <jo.thaliath@samsung.com>
Tue, 20 Jun 2023 07:26:19 +0000 (12:56 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Tue, 20 Jun 2023 07:28:07 +0000 (12:58 +0530)
Issue-Id: AIMLFW-49

Change-Id: Ide2c24365180e491e2053a20fa7d01a94ac06761
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
RECIPE_EXAMPLE/example_recipe_nexus_images_oran_h_release.yaml [new file with mode: 0644]

index f00db15..95d5fbc 120000 (symlink)
@@ -1 +1 @@
-example_recipe_nexus_images_oran_g_release.yaml
\ No newline at end of file
+example_recipe_nexus_images_oran_h_release.yaml
\ No newline at end of file
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_h_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_h_release.yaml
new file mode 100644 (file)
index 0000000..8489681
--- /dev/null
@@ -0,0 +1,77 @@
+# ==================================================================================
+#
+#       Copyright (c) 2023 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:10002/o-ran-sc/aiml-fw-awmf-tm-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.1.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:10002/o-ran-sc/aiml-fw-athp-data-extraction-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.0.1"
+
+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:10002/o-ran-sc/aiml-fw-athp-tps-kubeflow-adapter-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.1.0"
+
+aimldashboard:
+  image:
+    repository: nexus3.o-ran-sc.org:10002/o-ran-sc/portal-aiml-dashboard-docker
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.1.0"
+  host:
+    tm_host: "localhost"
+    notebook_host: "localhost"
+    debug: "\"false\""
+
+aimlnotebook:
+  image:
+    repository: nexus3.o-ran-sc.org:10002/o-ran-sc/portal-aiml-notebook-docker 
+    pullPolicy: IfNotPresent
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "1.1.0"