Add rAppmanager and Capifcore charts in ORAN_OOM
[it/dep.git] / smo-install / helm-override / pythonsdk-tests / oran-override.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Mofification Copyright © 2021 AT&T
3 # Modification Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 #################################################################
18 # Global configuration overrides.
19 #
20 # These overrides will affect all helm charts (ie. applications)
21 # that are listed below and are 'enabled'.
22 #################################################################
23
24 ##### ORAN #####
25
26 ######### NONRTRIC #########
27
28 nonrtric:
29   installPms: true
30   installA1controller: false
31   installA1simulator: true
32   installControlpanel: true
33   installInformationservice: true
34   installRappcatalogueservice: true
35   installNonrtricgateway: true
36   installKong: true
37   installORUApp: false
38   installODUSMOApp: false
39   installODUICSApp: false
40   installTopology: true
41   installDmaapadapterservice: true
42   installDmaapmediatorservice: true
43   installHelmmanager: true
44   installrAppmanager: true
45   installCapifcore: true
46   # override default mount path root directory
47   # referenced by persistent volumes and log files
48   persistence:
49     mountPath: /dockerdata-nfs
50   volume1:
51     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
52     size: 2Gi
53     storageClassName: pms-storage
54   volume2:
55      # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
56     size: 2Gi
57     storageClassName: ics-storage
58   volume3:
59     size: 1Gi
60     storageClassName: helmmanager-storage
61
62 common:
63   releasePrefix: r3-dev-nonrtric
64   ingressClassName: kong
65
66 informationservice:
67   persistence:
68     # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
69     # 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)
70     size: 2Gi
71     storageClassName: ics-storage
72   ingress:
73     enabled: true
74
75
76 # Need to check the external port Availability
77 policymanagementservice:
78   persistence:
79     # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
80     # 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)
81     size: 2Gi
82     storageClassName: pms-storage
83   ingress:
84     enabled: true
85
86 kong:
87   ingressController:
88     installCRDs: false
89   admin:
90     enabled: true
91
92 helmmanager:
93   persistence:
94     # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed si>
95     # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be f>
96     storageClassName: helmmanager-storage
97
98 controlpanel:
99   ingress:
100     enabled: false
101
102 oru-app:
103   simulators:
104     - simRu: o-ru-11221
105       simDu: o-du-1122
106     - simRu: o-ru-11222
107       simDu: o-du-1122
108     - simRu: o-ru-11223
109       simDu: o-du-1122
110     - simRu: o-ru-11211
111       simDu: o-du-1121
112
113 a1simulator:
114   a1Sims:
115     - name: a1-sim-osc-0
116       a1Version: OSC_2.1.0
117       allowHttp: true
118     - name: a1-sim-osc-1
119       a1Version: OSC_2.1.0
120       allowHttp: true
121     - name: a1-sim-std-0
122       a1Version: STD_1.1.3
123       allowHttp: true
124     - name: a1-sim-std-1
125       a1Version: STD_1.1.3
126       allowHttp: true
127     - name: a1-sim-std2-0
128       a1Version: STD_2.0.0
129       allowHttp: true
130     - name: a1-sim-std2-1
131       a1Version: STD_2.0.0
132       allowHttp: true
133
134
135 ######### RIC_AUX #########
136 dashboard:
137   cipher:
138     enc:
139       key: AGLDdG4D04BKm2IxIWEr8o==
140   portalapi:
141     security: false
142     appname: RIC-Dashboard
143     username: Default
144     password: password
145     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
146     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
147     ueb_app_key: uebkey
148   # instances are passed as string and reformatted into YAML
149   ricinstances: |
150     regions:
151       -
152         name: Region PIZ-R4
153         instances:
154           -
155             key: i1
156             name: RIC
157             appUrlPrefix: http://ric-entry
158             caasUrlPrefix: http://caas-ingress-is-REC-only
159             pltUrlPrefix: http://ric-entry
160
161