Create a recipe for staging images 96/15096/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Mon, 29 Sep 2025 11:57:19 +0000 (17:27 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Mon, 29 Sep 2025 12:05:36 +0000 (17:35 +0530)
'example_recipe_nexus_images_staging.yaml' file created with staging images.
This is for next release preparations.

Issue-ID: AIMLFW-274 AIMLFW-252
Change-Id: Ib7aa3045d0379615ab5296daa34b09924285efc9
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml [moved from RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_l_release.yaml with 87% similarity]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_g_release.yaml [deleted file]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_h_release.yaml [deleted file]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml [deleted file]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_j_release.yaml [deleted file]
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_k_release.yaml [deleted file]

@@ -27,8 +27,12 @@ tm:
     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: "4.0.0"
+    tag: "5.0.0"
   pipelines: {"timeseries": "qoe_pipeline_h_release"}
+  agent:
+    enabled: false
+    llm_model: <Fill name of model>
+    llm_model_token: <Fill API token info to access model>
 
 leofs:
   image:
@@ -42,7 +46,7 @@ dataextraction:
     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: "4.0.0"
+    tag: "5.0.0"
 
 datalake:
   influxdb:
@@ -57,16 +61,17 @@ kfadapter:
     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: "4.0.0"
+    tag: "5.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: "4.0.0"
+    tag: "5.0.0"
   host:
     tm_host: "localhost"
+    mme_host: "localhost"
     notebook_host: "localhost"
     debug: "\"false\""
 
@@ -75,22 +80,12 @@ aimlnotebook:
     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: "4.0.0"
-
-kserveadapter:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "1.0.0"
-  ric_dms:
-    ip: <Fill IP of ric dms>
-    port: 8000
+    tag: "5.0.0"
 
 modelmgmtservice:
   image:
     repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: "4.0.0"
+    tag: "5.0.0"
 
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_g_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_g_release.yaml
deleted file mode 100644 (file)
index 7b7accc..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-# ==================================================================================
-#
-#       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"
-
-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"
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
deleted file mode 100644 (file)
index ee665ca..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# ==================================================================================
-#
-#       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"
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml
deleted file mode 100644 (file)
index e97e7d9..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-# ==================================================================================
-#
-#       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"
-  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: 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"
-
-kserveadapter:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "1.0.0"
-  ric_dms:
-    ip: <Fill IP of ric dms>
-    port: 8000
-
-modelmgmtservice:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "1.0.0"
-
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_j_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_j_release.yaml
deleted file mode 100644 (file)
index b748a4b..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-# ==================================================================================
-#
-#       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: "2.0.0"
-  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: 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: "2.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: "2.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: "2.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: "2.0.0"
-
-kserveadapter:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "1.0.0"
-  ric_dms:
-    ip: <Fill IP of ric dms>
-    port: 8000
-
-modelmgmtservice:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "2.0.0"
-
diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_k_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_k_release.yaml
deleted file mode 100644 (file)
index 1988cbb..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-# ==================================================================================
-#
-#       Copyright (c) 2024 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: "3.0.0"
-  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: 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: "3.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: "3.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: "3.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: "3.0.0"
-
-kserveadapter:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "1.0.0"
-  ric_dms:
-    ip: <Fill IP of ric dms>
-    port: 8000
-
-modelmgmtservice:
-  image:
-    repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker
-    pullPolicy: IfNotPresent
-    # Overrides the image tag whose default is the chart appVersion.
-    tag: "3.0.0"
-