rshacham | fa652a6 | 2019-04-03 17:59:41 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # Copyright (c) 2019 AT&T Intellectual Property. # |
| 3 | # Copyright (c) 2019 Nokia. # |
| 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 | |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 18 | # Deployment values for dashboard. |
rshacham | fa652a6 | 2019-04-03 17:59:41 +0000 | [diff] [blame] | 19 | |
Zhe Huang | 033ab42 | 2019-05-20 15:45:42 -0400 | [diff] [blame] | 20 | repository: "nexus3.o-ran-sc.org:10004" |
| 21 | imagePullPolicy: IfNotPresent |
| 22 | repositoryCred: docker-reg-cred |
| 23 | |
Zhe Huang | 7f1e409 | 2019-05-28 16:16:02 -0400 | [diff] [blame] | 24 | dashboard: |
| 25 | image: |
| 26 | name: ric-dash-be |
Lott, Christopher (cl778h) | 952c85d | 2019-06-28 14:47:20 -0400 | [diff] [blame] | 27 | tag: 1.0.5 |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 28 | replicaCount: 1 |
Zhe Huang | 7f1e409 | 2019-05-28 16:16:02 -0400 | [diff] [blame] | 29 | service: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 30 | http: |
| 31 | nodeport: 30080 |
| 32 | # Tomcat listens here |
| 33 | containerPort: 8080 |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 34 | # config URLs must be specified at deployment |
| 35 | properties: |
Lott, Christopher (cl778h) | 97a3693 | 2019-07-01 09:19:35 -0400 | [diff] [blame] | 36 | # These URLs use K8S/Kong service names |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 37 | a1med: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 38 | # The URL will be provided by the RIC common template |
| 39 | url: |
| 40 | # no suffix required |
| 41 | suffix: "" |
| 42 | # You can override the URL using the following option |
| 43 | # override: http://ricplt-entry/a1mediator |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 44 | anrxapp: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 45 | # The URL will be provided by the RIC common template |
| 46 | url: |
| 47 | # no suffix required |
| 48 | suffix: "" |
| 49 | # You can override the URL using the following option |
| 50 | # override: http://ricxapp-entry/anr |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 51 | e2mgr: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 52 | # The URL will be provided by the RIC common template |
| 53 | url: |
| 54 | # suffix must be "/v1" |
| 55 | suffix: "/v1" |
| 56 | # You can override the URL using the following option |
| 57 | # override: http://ricplt-entry/e2mgr/v1 |
Lott, Christopher (cl778h) | 7f9b7c4 | 2019-06-28 15:50:02 -0400 | [diff] [blame] | 58 | mock: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 59 | rannames: "" # mock with CSV; e.g., ABCD123456, EFGH123456 |
Lott, Christopher (cl778h) | 3d54273 | 2019-06-13 13:57:25 -0400 | [diff] [blame] | 60 | xappmgr: |
Zhe Huang | 3803859 | 2019-07-05 14:49:22 -0400 | [diff] [blame^] | 61 | # The URL will be provided by the RIC common template |
| 62 | url: |
| 63 | # suffix must be "/ric/v1" |
| 64 | suffix: "/ric/v1" |
| 65 | # You can override the URL using the following option |
| 66 | # override: http://ricplt-entry/appmgr/ric/v1 |