Updating paths to point the updated recipe file 11/9711/1
authorashishj1729 <jain.ashish@samsung.com>
Fri, 18 Nov 2022 07:22:36 +0000 (12:52 +0530)
committerashishj1729 <jain.ashish@samsung.com>
Fri, 18 Nov 2022 07:25:05 +0000 (12:55 +0530)
Issue-Id: AIMLFW-4
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
Change-Id: I8381861b90dc613c1d338e7cdf966c8f9a9cd6a7

bin/install_traininghost.sh
tools/leofs/bin/install_leofs.sh

index b33419c..7480490 100755 (executable)
@@ -21,4 +21,4 @@ kubectl create namespace traininghost
 
 bin/install_rolebindings.sh
 bin/install_databases.sh
-bin/install.sh -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml
+bin/install.sh -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
index ec05598..d02ab1a 100755 (executable)
@@ -20,11 +20,10 @@ kubectl create namespace kubeflow
 sleep 10
 head /dev/urandom | tr -dc A-Za-z0-9 | head -c 8 | kubectl create secret generic leofs-secret -n kubeflow --from-file=password=/dev/stdin
 
-#TODO: Docker build below to be removed
 docker build -f tools/leofs/Dockerfile.leofs -t leofs .
 
 sudo helm dep up helm/leofs
-helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml
+helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
 sleep 10
 NAMESPACE=kubeflow
 COMPONENT=leofs