X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Fhelm-override%2Fstandalone-nonrtric%2Foran-override.yaml;fp=smo-install%2Fhelm-override%2Fstandalone-nonrtric%2Foran-override.yaml;h=8506a9f61475ef381b81d08de2fa9f98d6d439c5;hp=0000000000000000000000000000000000000000;hb=b2112b59653eea5b1af1a52cb57d7dfc6ee263f2;hpb=f09a0a7c6289654983cf4a27be9e0e1a15653b1b diff --git a/smo-install/helm-override/standalone-nonrtric/oran-override.yaml b/smo-install/helm-override/standalone-nonrtric/oran-override.yaml new file mode 100644 index 00000000..8506a9f6 --- /dev/null +++ b/smo-install/helm-override/standalone-nonrtric/oran-override.yaml @@ -0,0 +1,126 @@ +################################################################################ +# Copyright (c) 2022 Nordix Foundation. # +# # +# 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. # +################################################################################ + +################################################################# +# Global configuration overrides for standalone nonrtric deployment +# +# These overrides will affect all helm charts (ie. applications) +# that are listed below and are 'enabled'. +################################################################# + +##### ORAN ##### + +######### NONRTRIC ######### + +nonrtric: + installPms: true + installA1controller: true + installA1simulator: true + installControlpanel: true + installInformationservice: true + installRappcatalogueservice: true + installNonrtricgateway: true + installKong: false + installORUApp: false + installTopology: false + installDmaapadapterservice: true + installDmaapmediatorservice: true + installHelmmanager: true + # override default mount path root directory + # referenced by persistent volumes and log files + persistence: + mountPath: /dockerdata-nfs + volume1: + # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) + size: 2Gi + storageClassName: pms-storage + volume2: + # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) + size: 2Gi + storageClassName: ics-storage + volume3: + size: 1Gi + storageClassName: helmmanager-storage + +common: + releasePrefix: r3-dev-nonrtric + ingressClassName: kong + +informationservice: + informationservice: + persistence: + # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. + # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) + size: 2Gi + storageClassName: ics-storage + ingress: + enabled: true + + +# Need to check the external port Availability +policymanagementservice: + policymanagementservice: + persistence: + # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. + # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be fon instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) + size: 2Gi + storageClassName: pms-storage + ingress: + enabled: true + +kong: + ingressController: + installCRDs: false + admin: + enabled: true + +helmmanager: + helmmanager: + persistence: + # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed si> + # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be f> + storageClassName: helmmanager-storage + +controlpanel: + controlpanel: + ingress: + enabled: false + +nonrtricgateway: + a1PolicyLink: https://policymanagementservice:8433 + +a1simulator: + a1Sims: + - name: a1-sim-osc-0 + a1Version: OSC_2.1.0 + allowHttp: true + - name: a1-sim-osc-1 + a1Version: OSC_2.1.0 + allowHttp: true + - name: a1-sim-std-0 + a1Version: STD_1.1.3 + allowHttp: true + - name: a1-sim-std-1 + a1Version: STD_1.1.3 + allowHttp: true + - name: a1-sim-std2-0 + a1Version: STD_2.0.0 + allowHttp: true + - name: a1-sim-std2-1 + a1Version: STD_2.0.0 + allowHttp: true + +