Merge "Pass rAppInstanceId to k8s participant and create the invoker with the instanc...
[nonrtric/plt/rappmanager.git] / scripts / install / install-all.sh
index a3a7ee6..fa59b3d 100755 (executable)
@@ -2,7 +2,7 @@
 
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
-#  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2023-2024 OpenInfra Foundation Europe. 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.
@@ -26,7 +26,7 @@ echo "Installing Kserve components..."
 ./install-kserve.sh
 
 echo "Installing NONRTRIC components..."
-./install-nonrtric.sh
+./install-nonrtric.sh "$@"
 
 echo "Installing ACM components..."
 ./install-acm.sh
@@ -34,4 +34,7 @@ echo "Installing ACM components..."
 echo "Patching Kserve..."
 ./patch-kserve.sh
 
+echo "Patching Sample rApps..."
+./patch-sample-rapps.sh
+
 echo "Rapp Manager installation completed."
\ No newline at end of file