From: josephthaliath Date: Tue, 13 Dec 2022 06:18:37 +0000 (+0530) Subject: Recipe files update for release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fc0bca9ea672e854f9136a8a6befd98631e45122;p=aiml-fw%2Faimlfw-dep.git Recipe files update for release Issue-Id: AIMLFW-12 Signed-off-by: josephthaliath Change-Id: I2a758cb933a87fe5c092a06aa24f09a1773a9470 --- diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml index 7b7accc..57f1145 100644 --- a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml @@ -24,7 +24,7 @@ traininghost: ip_address: tm: image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-awmf-tm-docker + 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.0.0" @@ -38,7 +38,7 @@ leofs: dataextraction: image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-athp-data-extraction-docker + 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.0" @@ -53,14 +53,14 @@ datalake: kfadapter: image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-athp-tps-kubeflow-adapter-docker + 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.0.0" aimldashboard: image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/portal-aiml-dashboard-docker + 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.0.0" @@ -70,7 +70,7 @@ aimldashboard: aimlnotebook: image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/portal-aiml-notebook-docker + 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.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 new file mode 100644 index 0000000..7b7accc --- /dev/null +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_g_release.yaml @@ -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: +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: + port: + orgname: + bucket: + token: + +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"