From: aravind.est Date: Wed, 13 Aug 2025 09:21:04 +0000 (+0100) Subject: Add Deprecation Notice for RANPM Installation scripts X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F14813%2F1;p=nonrtric%2Fplt%2Franpm.git Add Deprecation Notice for RANPM Installation scripts it/dep SMO-Install offers separate flavour for RANPM installation. Hence this is deprecated. Issue-ID: NONRTRIC-1082 Change-Id: If7f9f00c7dc3d649fea2c99fc598dbd2451b7a4a Signed-off-by: aravind.est --- diff --git a/install/install-ranpm.sh b/install/install-ranpm.sh index bdd6b59..34e0bcc 100644 --- a/install/install-ranpm.sh +++ b/install/install-ranpm.sh @@ -2,6 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2025 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. @@ -19,6 +20,13 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" cd "${ROOT_DIR}" +# Deprecated: This script is deprecated and will be removed in future releases. +echo "******************** DEPRECATION NOTICE ************************" +echo "This installation script is no longer maintained or supported." +echo "Please follow the latest installation https://github.com/o-ran-sc/it-dep/tree/master/smo-install#readme for the recommended and actively maintained setup." +echo -e "A dedicated flavour configuration for installing RANPM is available here (https://github.com/o-ran-sc/it-dep/tree/master/smo-install/helm-override/ranpm.)" +echo -e "*****************************************************************\n" + # Array of installation scripts scripts=("install-nrt.sh" "install-pm-log.sh" "install-pm-influx-job.sh" "install-pm-rapp.sh")