sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 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 | |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 78 | oru-app: |
| 79 | simulators: |
| 80 | - simRu: o-ru-11221 |
| 81 | simDu: o-du-1122 |
| 82 | - simRu: o-ru-11222 |
| 83 | simDu: o-du-1122 |
| 84 | - simRu: o-ru-11223 |
| 85 | simDu: o-du-1122 |
| 86 | - simRu: o-ru-11211 |
| 87 | simDu: o-du-1121 |
| 88 | |
sebdet | 0fd7875 | 2021-12-01 18:41:21 +0100 | [diff] [blame] | 89 | a1simulator: |
| 90 | a1Sims: |
| 91 | - name: a1-sim-osc |
| 92 | a1Version: OSC_2.1.0 |
| 93 | allowHttp: true |
| 94 | - name: a1-sim-std-1 |
| 95 | a1Version: STD_1.1.3 |
| 96 | allowHttp: true |
| 97 | - name: a1-sim-std-2 |
| 98 | a1Version: STD_2.0.0 |
| 99 | allowHttp: true |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 100 | |
| 101 | |
sebdet | a2c2df5 | 2021-10-15 13:47:31 +0200 | [diff] [blame] | 102 | ######### RIC_AUX ######### |
| 103 | dashboard: |
| 104 | cipher: |
| 105 | enc: |
| 106 | key: AGLDdG4D04BKm2IxIWEr8o== |
| 107 | portalapi: |
| 108 | security: false |
| 109 | appname: RIC-Dashboard |
| 110 | username: Default |
| 111 | password: password |
| 112 | ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm |
| 113 | ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi |
| 114 | ueb_app_key: uebkey |
| 115 | # instances are passed as string and reformatted into YAML |
| 116 | ricinstances: | |
| 117 | regions: |
| 118 | - |
| 119 | name: Region PIZ-R4 |
| 120 | instances: |
| 121 | - |
| 122 | key: i1 |
| 123 | name: RIC |
| 124 | appUrlPrefix: http://ric-entry |
| 125 | caasUrlPrefix: http://caas-ingress-is-REC-only |
| 126 | pltUrlPrefix: http://ric-entry |
| 127 | |
sebdet | bcbc77d | 2021-11-22 14:15:53 +0100 | [diff] [blame] | 128 | |