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