blob: bb757295bf30c5f391c1ed90e5aab92ea78046eb [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
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020022 readinessImage: onap/oom/readiness:3.0.1
Donald Hunterb4b9a052018-09-17 09:17:27 +010023 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
25 persistence: {}
26
27#################################################################
28# PNDA configuration defaults.
29#################################################################
30
31enabled: false
32
33pnda:
Julien Barbot62f2d9f2018-11-14 14:04:36 +010034 version: release/5.0
Donald Hunterb4b9a052018-09-17 09:17:27 +010035 dataNodes: 2
36 kafkaNodes: 1
37 osUser: centos
38 nameserver: 8.8.8.8
39 ntp: pool.ntp.org
Donald Hunterb4b9a052018-09-17 09:17:27 +010040 apps:
41 fsType: local
42 networkCidr: 10.0.0.0/16
43 outboundCidr: 0.0.0.0/0
44
45pnda_keypair_name: pnda
46pnda_secret: replace-me
47
48#################################################################
49# Openstack connection params.
50#################################################################
51
52openstack:
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
72repository: pndareg.ctao6.net
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020073image: onap/org.onap.dcaegen2.deployments.pnda-bootstrap-container:6.0.0
Donald Hunterb4b9a052018-09-17 09:17:27 +010074pullPolicy: Always
75
76## Persist data to a persitent volume
77persistence:
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