sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # Mofification Copyright © 2021 AT&T |
aravind.est | 0a926be | 2024-04-04 12:51:46 +0100 | [diff] [blame] | 3 | # Modification Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 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 | |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 28 | nonrtric: |
Louis Li | fdc0387 | 2024-02-26 18:37:21 +0000 | [diff] [blame] | 29 | installPms: true |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 30 | installA1controller: false |
| 31 | installA1simulator: true |
| 32 | installControlpanel: true |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 33 | installInformationservice: true |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 34 | installRappcatalogueservice: true |
| 35 | installNonrtricgateway: true |
| 36 | installKong: true |
sebdet | facf93e | 2022-05-11 16:01:27 +0200 | [diff] [blame] | 37 | installORUApp: false |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 38 | installODUSMOApp: false |
| 39 | installODUICSApp: false |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 40 | installTopology: true |
| 41 | installDmaapadapterservice: true |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 42 | installDmaapmediatorservice: true |
| 43 | installHelmmanager: true |
aravind.est | 0a926be | 2024-04-04 12:51:46 +0100 | [diff] [blame] | 44 | installrAppmanager: true |
| 45 | installCapifcore: true |
DenisGNoonan | 3fdbdbb | 2024-05-16 10:49:21 +0100 | [diff] [blame^] | 46 | installServicemanager: true |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 47 | # override default mount path root directory |
| 48 | # referenced by persistent volumes and log files |
| 49 | persistence: |
| 50 | mountPath: /dockerdata-nfs |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 51 | volume1: |
| 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: pms-storage |
| 55 | volume2: |
| 56 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 57 | size: 2Gi |
| 58 | storageClassName: ics-storage |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 59 | volume3: |
| 60 | size: 1Gi |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 61 | storageClassName: helmmanager-storage |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 62 | |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 63 | common: |
| 64 | releasePrefix: r3-dev-nonrtric |
| 65 | ingressClassName: kong |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 66 | |
| 67 | informationservice: |
Louis | 918108f | 2023-12-19 12:05:56 +0000 | [diff] [blame] | 68 | persistence: |
| 69 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 70 | # 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) |
| 71 | size: 2Gi |
| 72 | storageClassName: ics-storage |
| 73 | ingress: |
| 74 | enabled: true |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 75 | |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 76 | |
| 77 | # Need to check the external port Availability |
| 78 | policymanagementservice: |
Louis | 918108f | 2023-12-19 12:05:56 +0000 | [diff] [blame] | 79 | persistence: |
| 80 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 81 | # 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) |
| 82 | size: 2Gi |
| 83 | storageClassName: pms-storage |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 84 | ingress: |
| 85 | enabled: true |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 86 | |
| 87 | kong: |
| 88 | ingressController: |
aravind.est | 2db1c70 | 2022-11-09 14:06:19 +0000 | [diff] [blame] | 89 | installCRDs: false |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 90 | admin: |
| 91 | enabled: true |
| 92 | |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 93 | helmmanager: |
Louis | 918108f | 2023-12-19 12:05:56 +0000 | [diff] [blame] | 94 | persistence: |
| 95 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed si> |
| 96 | # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be f> |
| 97 | storageClassName: helmmanager-storage |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 98 | |
| 99 | controlpanel: |
Louis | 918108f | 2023-12-19 12:05:56 +0000 | [diff] [blame] | 100 | ingress: |
| 101 | enabled: false |
sebdet | 11f85c7 | 2021-12-17 18:27:29 +0100 | [diff] [blame] | 102 | |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 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 | |
sebdet | 0fd7875 | 2021-12-01 18:41:21 +0100 | [diff] [blame] | 114 | a1simulator: |
| 115 | a1Sims: |
sebdet | 8b713ed | 2022-01-19 10:08:13 +0100 | [diff] [blame] | 116 | - name: a1-sim-osc-0 |
sebdet | 0fd7875 | 2021-12-01 18:41:21 +0100 | [diff] [blame] | 117 | a1Version: OSC_2.1.0 |
| 118 | allowHttp: true |
sebdet | 8b713ed | 2022-01-19 10:08:13 +0100 | [diff] [blame] | 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 |
sebdet | 0fd7875 | 2021-12-01 18:41:21 +0100 | [diff] [blame] | 125 | - name: a1-sim-std-1 |
| 126 | a1Version: STD_1.1.3 |
| 127 | allowHttp: true |
sebdet | 8b713ed | 2022-01-19 10:08:13 +0100 | [diff] [blame] | 128 | - name: a1-sim-std2-0 |
| 129 | a1Version: STD_2.0.0 |
| 130 | allowHttp: true |
| 131 | - name: a1-sim-std2-1 |
sebdet | 0fd7875 | 2021-12-01 18:41:21 +0100 | [diff] [blame] | 132 | a1Version: STD_2.0.0 |
| 133 | allowHttp: true |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 134 | |
| 135 | |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 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 | |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 162 | |