From 09efa49514ce89d12a5649a0b882ef257f493d5a Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 28 Jun 2024 12:31:27 +0000 Subject: [PATCH] Receipe for deployment Receipe for deployment. Change-Id: Ic9c27eba5eb13802d1246a4a8bf4166b3b57f7a1 Signed-off-by: subhash kumar singh --- RECIPE_EXAMPLE/example_recipe_latest_stable.yaml | 2 +- ...example_recipe_nexus_images_oran_j_release.yaml | 95 ++++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 RECIPE_EXAMPLE/example_recipe_nexus_images_oran_j_release.yaml diff --git a/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml b/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml index 48c8817..fed606b 120000 --- a/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml +++ b/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml @@ -1 +1 @@ -example_recipe_nexus_images_oran_i_release.yaml \ No newline at end of file +example_recipe_nexus_images_oran_j_release.yaml \ No newline at end of file diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_j_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_j_release.yaml new file mode 100644 index 0000000..f3f35eb --- /dev/null +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_j_release.yaml @@ -0,0 +1,95 @@ +# ================================================================================== +# +# 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: +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: "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:10002/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: + 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: "2.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: "2.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: "2.1.0" + +kserveadapter: + image: + repository: nexus3.o-ran-sc.org:10002/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.1" + ric_dms: + ip: + port: 8000 + +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: "2.0.0" -- 2.16.6