From cc719001b231076d0b53cce87404a2da0fd0a890 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 5 Aug 2025 14:37:24 +0100 Subject: [PATCH] Add RANPM installation flavour Installation flavour added for RANPM. Issue-ID: NONRTRIC-1082 Change-Id: Ifed532d7a39a432cdc356cbafcae9cd7be428af1 Signed-off-by: aravind.est --- smo-install/helm-override/ranpm/README.md | 5 ++++ .../helm-override/ranpm/onap-flavour-config.yaml | 23 +++++++++++++++++ .../helm-override/ranpm/oran-flavour-config.yaml | 29 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 smo-install/helm-override/ranpm/README.md create mode 100644 smo-install/helm-override/ranpm/onap-flavour-config.yaml create mode 100644 smo-install/helm-override/ranpm/oran-flavour-config.yaml diff --git a/smo-install/helm-override/ranpm/README.md b/smo-install/helm-override/ranpm/README.md new file mode 100644 index 00000000..2514f5fd --- /dev/null +++ b/smo-install/helm-override/ranpm/README.md @@ -0,0 +1,5 @@ +# RANPM Helm Override + +This directory contains the flavour configuration for the RANPM components. + +Detailed documentation for each component can be found [here](https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/index.html). diff --git a/smo-install/helm-override/ranpm/onap-flavour-config.yaml b/smo-install/helm-override/ranpm/onap-flavour-config.yaml new file mode 100644 index 00000000..d148be63 --- /dev/null +++ b/smo-install/helm-override/ranpm/onap-flavour-config.yaml @@ -0,0 +1,23 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 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. +# 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. +# ============LICENSE_END============================================ +# + +cps: + enabled: false +postgres: + enabled: false +policy: + enabled: false \ No newline at end of file diff --git a/smo-install/helm-override/ranpm/oran-flavour-config.yaml b/smo-install/helm-override/ranpm/oran-flavour-config.yaml new file mode 100644 index 00000000..b5748e66 --- /dev/null +++ b/smo-install/helm-override/ranpm/oran-flavour-config.yaml @@ -0,0 +1,29 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 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. +# 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. +# ============LICENSE_END============================================ +# + +nonrtric: + installPms: false + installA1simulator: false + installTopology: false + installDmaapadapterservice: false + installDmeparticipant: false + installrAppmanager: false + installCapifcore: false + installServicemanager: false + +smo: + installTeiv: false -- 2.16.6