blob: c2ccb22cb0ebe8982077e1fa35a3158e91ef35b2 [file] [log] [blame]
sebdeta2c2df52021-10-15 13:47:31 +02001# 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
27nonrtric:
28 installPms: false
29 installA1controller: false
30 installA1simulator: true
31 installControlpanel: true
sebdet11f85c72021-12-17 18:27:29 +010032 installInformationservice: true
sebdeta2c2df52021-10-15 13:47:31 +020033 installRappcatalogueservice: true
34 installNonrtricgateway: true
35 installKong: true
36 installORUApp: true
37 installTopology: true
38 installDmaapadapterservice: true
sebdet11f85c72021-12-17 18:27:29 +010039 installDmaapmediatorservice: true
40 installHelmmanager: true
sebdeta2c2df52021-10-15 13:47:31 +020041 # override default mount path root directory
42 # referenced by persistent volumes and log files
43 persistence:
44 mountPath: /dockerdata-nfs
45 volume1:
46 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
47 size: 2Gi
48 storageClassName: pms-storage
49 volume2:
50 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
51 size: 2Gi
sebdet11f85c72021-12-17 18:27:29 +010052 storageClassName: ics-storage
53 volume3:
54 size: 1Gi
55 storageClassName: helmmanager-storage
56
sebdeta2c2df52021-10-15 13:47:31 +020057common:
58 releasePrefix: r3-dev-nonrtric
59 ingressClassName: kong
sebdet11f85c72021-12-17 18:27:29 +010060
61informationservice:
62 informationservice:
63 persistence:
64 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
65 # 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)
66 size: 2Gi
67 storageClassName: ics-storage
68 ingress:
69 enabled: true
70
sebdeta2c2df52021-10-15 13:47:31 +020071
72# Need to check the external port Availability
73policymanagementservice:
74 policymanagementservice:
75 persistence:
76 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
77 # 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)
78 size: 2Gi
79 storageClassName: pms-storage
sebdet11f85c72021-12-17 18:27:29 +010080 ingress:
81 enabled: true
sebdeta2c2df52021-10-15 13:47:31 +020082
83kong:
84 ingressController:
85 installCRDs: false
86 admin:
87 enabled: true
88
sebdet11f85c72021-12-17 18:27:29 +010089helmmanager:
90 helmmanager:
91 persistence:
92 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed si>
93 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be f>
94 storageClassName: helmmanager-storage
95
96controlpanel:
97 controlpanel:
98 ingress:
99 enabled: false
100
sebdetbcbc77d2021-11-22 14:15:53 +0100101oru-app:
102 simulators:
103 - simRu: o-ru-11221
104 simDu: o-du-1122
105 - simRu: o-ru-11222
106 simDu: o-du-1122
107 - simRu: o-ru-11223
108 simDu: o-du-1122
109 - simRu: o-ru-11211
110 simDu: o-du-1121
111
sebdet0fd78752021-12-01 18:41:21 +0100112a1simulator:
113 a1Sims:
sebdet8b713ed2022-01-19 10:08:13 +0100114 - name: a1-sim-osc-0
sebdet0fd78752021-12-01 18:41:21 +0100115 a1Version: OSC_2.1.0
116 allowHttp: true
sebdet8b713ed2022-01-19 10:08:13 +0100117 - name: a1-sim-osc-1
118 a1Version: OSC_2.1.0
119 allowHttp: true
120 - name: a1-sim-std-0
121 a1Version: STD_1.1.3
122 allowHttp: true
sebdet0fd78752021-12-01 18:41:21 +0100123 - name: a1-sim-std-1
124 a1Version: STD_1.1.3
125 allowHttp: true
sebdet8b713ed2022-01-19 10:08:13 +0100126 - name: a1-sim-std2-0
127 a1Version: STD_2.0.0
128 allowHttp: true
129 - name: a1-sim-std2-1
sebdet0fd78752021-12-01 18:41:21 +0100130 a1Version: STD_2.0.0
131 allowHttp: true
sebdetbcbc77d2021-11-22 14:15:53 +0100132
133
sebdeta2c2df52021-10-15 13:47:31 +0200134######### RIC_AUX #########
135dashboard:
136 cipher:
137 enc:
138 key: AGLDdG4D04BKm2IxIWEr8o==
139 portalapi:
140 security: false
141 appname: RIC-Dashboard
142 username: Default
143 password: password
144 ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
145 ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
146 ueb_app_key: uebkey
147 # instances are passed as string and reformatted into YAML
148 ricinstances: |
149 regions:
150 -
151 name: Region PIZ-R4
152 instances:
153 -
154 key: i1
155 name: RIC
156 appUrlPrefix: http://ric-entry
157 caasUrlPrefix: http://caas-ingress-is-REC-only
158 pltUrlPrefix: http://ric-entry
159
sebdetbcbc77d2021-11-22 14:15:53 +0100160