[GENERAL] Use readiness container v3.0.1
[oom.git] / kubernetes / pnda / charts / dcae-pnda-bootstrap / values.yaml
1 # ================================================================================
2 # Copyright (c) 2018 Cisco Systems. All rights reserved.
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 # ============LICENSE_END=========================================================
16
17 #################################################################
18 # Global configuration defaults.
19 #################################################################
20 global:
21   nodePortPrefixExt: 304
22   readinessImage: onap/oom/readiness:3.0.1
23   loggingRepository: docker.elastic.co
24   loggingImage: beats/filebeat:5.5.0
25   persistence: {}
26
27 #################################################################
28 # PNDA configuration defaults.
29 #################################################################
30
31 enabled: false
32
33 pnda:
34   version: release/5.0
35   dataNodes: 2
36   kafkaNodes: 1
37   osUser: centos
38   nameserver: 8.8.8.8
39   ntp: pool.ntp.org
40   apps:
41     fsType: local
42   networkCidr: 10.0.0.0/16
43   outboundCidr: 0.0.0.0/0
44
45 pnda_keypair_name: pnda
46 pnda_secret: replace-me
47
48 #################################################################
49 # Openstack connection params.
50 #################################################################
51
52 openstack:
53   keystoneUser: onap
54   keystonePassword: onap
55   keystoneTenant: onap
56   keystoneAuthUrl: 'http://10.60.18.18:5000/v2.0/'
57   keystoneRegion: regionOne
58   imageId: id_of_image
59   publicNetworkId: id_of_public_network
60   useExistingNetwork: true
61   existingNetworkId: id_of_onap_network
62   existingSubnetId: id_of_onap_subnet
63   whitelistSshAccess: 0.0.0.0/0
64   publicSubnetCidr: 10.0.0.0/24
65
66 #################################################################
67 # Application configuration defaults.
68 #################################################################
69 # application image
70
71
72 repository: pndareg.ctao6.net
73 image: onap/org.onap.dcaegen2.deployments.pnda-bootstrap-container:6.0.0
74 pullPolicy: Always
75
76 ## Persist data to a persitent volume
77 persistence:
78   enabled: true
79
80   ## A manually managed Persistent Volume and Claim
81   ## Requires persistence.enabled: true
82   ## If defined, PVC must be created manually before volume will be bound
83   # existingClaim:
84   volumeReclaimPolicy: Retain
85
86   ## database data Persistent Volume Storage Class
87   ## If defined, storageClassName: <storageClass>
88   ## If set to "-", storageClassName: "", which disables dynamic provisioning
89   ## If undefined (the default) or set to null, no storageClassName spec is
90   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
91   ##   GKE, AWS & OpenStack)
92   accessMode: ReadWriteOnce
93   size: 10Mi
94   mountPath: /dockerdata-nfs
95   mountSubPath: dcae-pnda-bootstrap/logs