1 ################################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
3 # Copyright (c) 2019 Nokia. #
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 #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
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 ################################################################################
18 # Deployment values for dashboard.
21 imagePullPolicy: IfNotPresent
23 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
28 # Service ports are now defined in
29 # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
30 # If need to change a service port, make the code change necessary, then
31 # update the _ports.tpl file with the new port number.
32 # The keys listed below MUST be configured in each deployment;
33 # this list does not include all keys recognized by the app.
35 # Specify a storage class to bypass the local storage definition.
37 # persist user details as JSON to a persistent volume
40 userfile: /dashboard-data/users.json
42 datapath: /opt/data/dashboard-data
43 # The URL prefixes are specific to instances
44 # and may be K8S service names, see below.
52 suffix: /appmgr/ric/v1
54 # Ignore SSL problems to CaaS-Ingress by enabling this
69 appname: RIC-Dashboard
72 ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
73 ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
75 # Instance keys must be unique, but region names are for users only.
76 # Regions and instances are shown here only as documentation of the format.
84 name: Primary RIC Instance
85 appUrlPrefix: App prefix 1
86 caasUrlPrefix: Caas prefix 1
87 pltUrlPrefix: Plt prefix 1
90 name: RIC Instance Nr Two
91 appUrlPrefix: App prefix 2
92 caasUrlPrefix: Caas prefix 2
93 pltUrlPrefix: Plt prefix 2
99 name: RIC Instance in region D
100 appUrlPrefix: App prefix 3
101 caasUrlPrefix: Caas prefix 3
102 pltUrlPrefix: Plt prefix 3