67b6f401a4a3dc37f957862e1b67fd14a3c7e872
[oom.git] / kubernetes / onap / resources / environments / onap-demo.yaml
1 #################################################################
2 # Global configuration overrides.
3 #
4 # These overrides will affect all helm charts (ie. applications)
5 # that are listed below and are 'enabled'.
6 #################################################################
7 global:
8   # Change to an unused port prefix range to prevent port conflicts
9   # with other instances running within the same k8s cluster
10   nodePortPrefix: 302
11
12   # image repositories
13   repository: nexus3.onap.org:10001
14   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
15   # readiness check
16   readinessRepository: oomk8s
17   # logging agent
18   loggingRepository: docker.elastic.co
19
20   # image pull policy
21   pullPolicy: IfNotPresent
22
23   # override default mount path root directory
24   # referenced by persistent volumes and log files
25   persistence:
26     mountPath: /dockerdata-nfs
27
28   # flag to enable debugging - application support required
29   debugEnabled: true
30
31 #################################################################
32 # Enable/disable and configure helm charts (ie. applications)
33 # to customize the ONAP deployment.
34 #################################################################
35 consul:
36   enabled: true
37
38 so:
39   enabled: true
40   replicaCount: 1
41   liveness:
42     # necessary to disable liveness probe when setting breakpoints
43     # in debugger so K8s doesn't restart unresponsive container
44     enabled: true
45     
46   # so server configuration
47   config:
48     # message router configuration
49     dmaapTopic: "AUTO"
50     # openstack configuration
51     openStackUserName: "vnf_user"
52     openStackRegion: "RegionOne"
53     openStackKeyStoneUrl: "http://1.2.3.4:5000"
54     openStackServiceTenantName: "service"
55     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
56
57   # configure embedded mariadb
58   mariadb:
59     config:
60       mariadbRootPassword: password