Merge "First draft of the SMO package based on the ONAP charts"
[it/dep.git] / smo-install / helm-override / 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   installEnrichmentservice: true
33   installRappcatalogueservice: true
34   installNonrtricgateway: true
35   installKong: true
36   installORUApp: true
37   installTopology: true
38   installDmaapadapterservice: true
39   # override default mount path root directory
40   # referenced by persistent volumes and log files
41   persistence:
42     mountPath: /dockerdata-nfs
43   volume1: 
44     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) 
45     size: 2Gi 
46     storageClassName: pms-storage 
47   volume2: 
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: ecs-storage 
51  
52 common: 
53   releasePrefix: r3-dev-nonrtric 
54   ingressClassName: kong 
55 enrichmentservice: 
56   enrichmentservice: 
57     persistence: 
58       # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. 
59       # 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) 
60       size: 2Gi 
61       storageClassName: ecs-storage 
62  
63 # Need to check the external port Availability 
64 policymanagementservice: 
65   policymanagementservice: 
66     persistence: 
67       # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. 
68       # 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) 
69       size: 2Gi 
70       storageClassName: pms-storage 
71
72 kong:
73   ingressController:
74     installCRDs: false 
75   admin:
76     enabled: true
77
78 ######### RIC_AUX #########
79 dashboard:
80   cipher:
81     enc:
82       key: AGLDdG4D04BKm2IxIWEr8o==
83   portalapi:
84     security: false
85     appname: RIC-Dashboard
86     username: Default
87     password: password
88     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
89     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
90     ueb_app_key: uebkey
91   # instances are passed as string and reformatted into YAML
92   ricinstances: |
93     regions:
94       -
95         name: Region PIZ-R4
96         instances:
97           -
98             key: i1
99             name: RIC
100             appUrlPrefix: http://ric-entry
101             caasUrlPrefix: http://caas-ingress-is-REC-only
102             pltUrlPrefix: http://ric-entry
103