1 # Copyright © 2017 Amdocs, Bell Canada
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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.
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
20 readinessRepository: oomk8s
21 readinessImage: readiness-check:2.0.0
22 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
25 mountPath: /dockerdata-nfs
27 #################################################################
28 # Application configuration defaults.
29 #################################################################
31 repository: nexus3.onap.org:10001
32 image: onap/appc-image:1.3.0
35 # flag to enable debugging - application support required
38 # application configuration
40 dbRootPassword: openECOMP1.0
41 enableClustering: true
42 configDir: /opt/onap/appc/data/properties
44 logstashServiceName: log-ls
46 openStackType: OpenStackProvider
47 openStackName: OpenStack
48 openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
49 openStackServiceTenantName: default
50 openStackDomain: default
51 openStackUserName: admin
52 openStackEncryptedPassword: admin
58 nfsprovisionerPrefix: appc
61 mountSubPath: appc/data
63 disableNfsProvisioner: true
66 nameOverride: appc-dgbuilder
69 dbServiceName: appc-dbhost
74 # default number of instances
81 # probe configuration parameters
83 initialDelaySeconds: 10
85 # necessary to disable liveness probe when setting breakpoints
86 # in debugger so K8s doesn't restart unresponsive container
90 initialDelaySeconds: 10
111 ## Persist data to a persitent volume
115 ## A manually managed Persistent Volume and Claim
116 ## Requires persistence.enabled: true
117 ## If defined, PVC must be created manually before volume will be bound
119 volumeReclaimPolicy: Retain
121 ## database data Persistent Volume Storage Class
122 ## If defined, storageClassName: <storageClass>
123 ## If set to "-", storageClassName: "", which disables dynamic provisioning
124 ## If undefined (the default) or set to null, no storageClassName spec is
125 ## set, choosing the default provisioner. (gp2 on AWS, standard on
126 ## GKE, AWS & OpenStack)
127 accessMode: ReadWriteOnce
129 mountPath: /dockerdata-nfs
130 mountSubPath: appc/mdsal
131 mdsalPath: /opt/opendaylight/current/daexim
137 # We usually recommend not to specify default resources and to leave this as a conscious
138 # choice for the user. This also increases chances charts run on environments with little
139 # resources, such as Minikube. If you do want to specify resources, uncomment the following
140 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
143 # Configure resource requests and limits
144 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
145 # Minimum memory for development is 2 CPU cores and 4GB memory
146 # Minimum memory for production is 4 CPU cores and 8GB memory