Minor fix for RANPM 92/12392/3
authorrohithrajneesh <rohith.rajneesh@est.tech>
Mon, 18 Dec 2023 22:43:07 +0000 (22:43 +0000)
committerrohithrajneesh <rohith.rajneesh@est.tech>
Tue, 19 Dec 2023 09:48:08 +0000 (09:48 +0000)
ISSUE-ID: NONRTRIC-958
Change-Id: I270bccfbe41b1e71cfb3335d1537610a1bcec47b
Signed-off-by: rohithrajneesh <rohith.rajneesh@est.tech>
install/README.md
install/uninstall-ranpm.sh

index 2b707c1..1d2d973 100644 (file)
@@ -1,6 +1,7 @@
 ## License
 
 Copyright (C) 2023 Nordix Foundation. All rights reserved.
+Copyright (C) 2023 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.
 You may obtain a copy of the License at
@@ -42,10 +43,10 @@ Nodeports exposed by the kubernetes instance must be accessible by the local mac
 
 ## Before installation
 The following images need to be built manually. If remote or multi node cluster is used, then an image repo needs to be available to push the built images to.
-If external repo is used, use the same repo for all built images and configure the reponame in `helm/global-values.yaml`
+If external repo is used, use the same repo for all built images and configure the reponame in `helm/global-values.yaml`. The parameter value of extimagerepo shall have a trailing /. 
 
 Build the following images (build instruction in each dir)
-- ranpm/https-server
+- https-server
 - pm-rapp
 
 
index 272a69f..8eff36f 100644 (file)
@@ -2,6 +2,7 @@
 
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023 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.
@@ -20,7 +21,7 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 cd "${ROOT_DIR}"
 
 # Array of scripts to execute
-scripts=("uninstall-pm-rapp.sh" "uninstall-pm-log.sh"  "uninstall-nrt.sh")
+scripts=("uninstall-nrt.sh" "uninstall-pm-rapp.sh")
 
 for script in "${scripts[@]}"; do
   echo "*****************************************************************"