From: ashishj1729 Date: Wed, 17 Dec 2025 08:44:18 +0000 (+0530) Subject: Add Recipe file for m-release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e6ee49b59a20db51deb8aed7a2677f12c85c44e6;p=aiml-fw%2Faimlfw-dep.git Add Recipe file for m-release Adding local and nexus images recipe file for m-release Change-Id: Ic6a735c75680595e474b7db21b1a6eca0dce7814 Signed-off-by: ashishj1729 --- diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_m_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_m_release.yaml new file mode 100644 index 0000000..9c0b797 --- /dev/null +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_m_release.yaml @@ -0,0 +1,90 @@ +# ================================================================================== +# +# 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: +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: "5.0.0" + pipelines: {"timeseries": "qoe_pipeline_h_release"} + agent: + enabled: false + llm_model: + llm_model_token: + +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: "5.0.0" + +datalake: + influxdb: + host: + port: + orgname: + bucket: + token: + +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: "5.0.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: "5.0.0" + host: + tm_host: "localhost" + mme_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: "5.0.0" + +modelmgmtservice: + image: + repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "5.0.0"