From e4d2a0f342a81725644c9e58ca55476cc4a056a5 Mon Sep 17 00:00:00 2001 From: ashishj1729 Date: Fri, 18 Nov 2022 12:22:50 +0530 Subject: [PATCH] Adding Recipe Yaml for Installation Issue-Id: AIMLFW-4 Signed-off-by: ashishj1729 Change-Id: I8b62a7b9e9c91ad9657930b2f3ed256322db8fe8 --- RECIPE_EXAMPLE/example_recipe_latest_stable.yaml | 1 + ...example_recipe_local_images_oran_g_release.yaml | 76 ++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 120000 RECIPE_EXAMPLE/example_recipe_latest_stable.yaml create mode 100644 RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml diff --git a/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml b/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml new file mode 120000 index 0000000..fd884f7 --- /dev/null +++ b/RECIPE_EXAMPLE/example_recipe_latest_stable.yaml @@ -0,0 +1 @@ +example_recipe_local_images_oran_g_release.yaml \ No newline at end of file diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_g_release.yaml new file mode 100644 index 0000000..acc7408 --- /dev/null +++ b/RECIPE_EXAMPLE/example_recipe_local_images_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: tm + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" + +leofs: + image: + repository: leofs + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" + +dataextraction: + image: + repository: data-extraction + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" + +datalake: + influxdb: + host: + port: + orgname: + bucket: + token: + +kfadapter: + image: + repository: kfadapter + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" + +aimldashboard: + image: + repository: aiml-dashboard + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" + host: + tm_host: "localhost" + notebook_host: "localhost" + +aimlnotebook: + image: + repository: aiml-notebook + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "latest" -- 2.16.6