SO endpoints and service update
[oom.git] / kubernetes / onap / resources / environments / onap-demo.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 # Global configuration overrides.
17 #
18 # These overrides will affect all helm charts (ie. applications)
19 # that are listed below and are 'enabled'.
20 #################################################################
21 global:
22   # Change to an unused port prefix range to prevent port conflicts
23   # with other instances running within the same k8s cluster
24   nodePortPrefix: 302
25
26   # image repositories
27   repository: nexus3.onap.org:10001
28   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
29   # readiness check
30   readinessRepository: oomk8s
31   # logging agent
32   loggingRepository: docker.elastic.co
33
34   # image pull policy
35   pullPolicy: IfNotPresent
36
37   # override default mount path root directory
38   # referenced by persistent volumes and log files
39   persistence:
40     mountPath: /dockerdata-nfs
41
42   # flag to enable debugging - application support required
43   debugEnabled: true
44
45 #################################################################
46 # Enable/disable and configure helm charts (ie. applications)
47 # to customize the ONAP deployment.
48 #################################################################
49 consul:
50   enabled: true
51
52 so:
53   enabled: true
54   replicaCount: 1
55   liveness:
56     # necessary to disable liveness probe when setting breakpoints
57     # in debugger so K8s doesn't restart unresponsive container
58     enabled: true
59     
60   # so server configuration
61   config:
62     # message router configuration
63     dmaapTopic: "AUTO"
64     # openstack configuration
65     openStackUserName: "vnf_user"
66     openStackRegion: "RegionOne"
67     openStackKeyStoneUrl: "http://1.2.3.4:5000"
68     openStackServiceTenantName: "service"
69     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
70
71   # configure embedded mariadb
72   mariadb:
73     config:
74       mariadbRootPassword: password