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