blob: 324315fc36b76b251138c4efbfaa01b1c8461c79 [file] [log] [blame]
Mukul2b4e7532018-08-03 10:41:29 +00001# Copyright © 2017 Amdocs, Bell Canada
2# Modifications Copyright © 2018 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
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
Mike Elliott13fed112018-02-28 08:33:33 -050016#################################################################
17# Global configuration defaults.
18#################################################################
19global:
20 nodePortPrefix: 302
Mike Elliott13fed112018-02-28 08:33:33 -050021 readinessRepository: oomk8s
BorislavG3d6f9372018-04-15 11:55:39 +000022 readinessImage: readiness-check:2.0.0
Mike Elliott13fed112018-02-28 08:33:33 -050023 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
jmac99ff3972018-03-29 01:02:42 +000025 persistence:
26 mountPath: /dockerdata-nfs
Mike Elliott13fed112018-02-28 08:33:33 -050027
28#################################################################
29# Application configuration defaults.
30#################################################################
GregSulek973bfad2018-09-19 06:48:37 -040031flavor: small
Mike Elliott13fed112018-02-28 08:33:33 -050032# application image
33repository: nexus3.onap.org:10001
Aaron Haya11a92a2018-10-29 14:17:02 -040034image: onap/appc-image:1.4.1-SNAPSHOT-latest
kerenj6ca15a72017-08-23 12:05:23 +000035pullPolicy: Always
Mike Elliott13fed112018-02-28 08:33:33 -050036
37# flag to enable debugging - application support required
38debugEnabled: false
39
40# application configuration
41config:
Aaron Hay343e6002018-08-21 13:55:00 -040042 ansibleServiceName: appc-ansible-server
43 ansiblePort: 8000
pramod47b1b822018-08-28 15:41:45 +000044 mariadbRootPassword: secretpassword
45 userName: my-user
46 userPassword: my-password
47 mysqlDatabase: my-database
48 mariadbGaleraSVCName: appc-dbhost
49 mariadbGaleraContName: appc-db
Aaron Haya11a92a2018-10-29 14:17:02 -040050 enableAAF: true
51 enableClustering: false
Mike Elliott13fed112018-02-28 08:33:33 -050052 configDir: /opt/onap/appc/data/properties
53 dmaapTopic: SUCCESS
BorislavG5f3b6192018-03-25 18:12:38 +030054 logstashServiceName: log-ls
55 logstashPort: 5044
Aaron Hayf512e762018-09-12 14:30:01 -040056 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Aaron Hayef1a0ec2018-04-30 01:25:41 -040057 openStackType: OpenStackProvider
58 openStackName: OpenStack
59 openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
60 openStackServiceTenantName: default
61 openStackDomain: default
62 openStackUserName: admin
63 openStackEncryptedPassword: admin
Mike Elliott13fed112018-02-28 08:33:33 -050064
Aaron Hay343e6002018-08-21 13:55:00 -040065appc-ansible-server:
66 service:
67 name: appc-ansible-server
68 internalPort: 8000
69 config:
70 mysqlServiceName: appc-dbhost
71
pramod47b1b822018-08-28 15:41:45 +000072mariadb-galera:
Mike Elliott13fed112018-02-28 08:33:33 -050073 nameOverride: appc-db
74 service:
75 name: appc-dbhost
Mike Elliott4a9f4352018-09-13 09:47:13 -040076 portName: appc-dbhost
Mike Elliott13fed112018-02-28 08:33:33 -050077 nfsprovisionerPrefix: appc
78 sdnctlPrefix: appc
79 persistence:
80 mountSubPath: appc/data
81 enabled: true
82 disableNfsProvisioner: true
83
84dgbuilder:
85 nameOverride: appc-dgbuilder
jmac99ff3972018-03-29 01:02:42 +000086 config:
87 dbPodName: appc-db
88 dbServiceName: appc-dbhost
BorislavG1ffbd992018-04-24 07:56:27 +000089 service:
90 name: appc-dgbuilder
mayankg270341a66142018-06-06 07:53:35 +000091
92#passing value to cdt chart. value of nodePort3 will be same as appc.service.nodePort3.
Patrick Brady1a62b662018-05-30 10:56:46 -070093appc-cdt:
mayankg270341a66142018-06-06 07:53:35 +000094 nodePort3: 11
Mike Elliott13fed112018-02-28 08:33:33 -050095# default number of instances
Roger Maitland6a069972018-05-09 18:23:58 -040096replicaCount: 1
Mike Elliott13fed112018-02-28 08:33:33 -050097
98nodeSelector: {}
99
100affinity: {}
101
102# probe configuration parameters
103liveness:
104 initialDelaySeconds: 10
105 periodSeconds: 10
106 # necessary to disable liveness probe when setting breakpoints
107 # in debugger so K8s doesn't restart unresponsive container
108 enabled: true
109
110readiness:
111 initialDelaySeconds: 10
112 periodSeconds: 10
113
114service:
115 type: NodePort
116 name: appc
BorislavG1ffbd992018-04-24 07:56:27 +0000117 portName: appc
Mike Elliott13fed112018-02-28 08:33:33 -0500118 #targetPort
119 internalPort: 8181
120 #port
121 externalPort: 8282
122 nodePort: 30
123
124 externalPort2: 1830
125 nodePort2: 31
126 clusterPort: 2550
127
Patrick Brady140deb92018-05-23 08:56:24 -0700128 internalPort3: 9191
129 externalPort3: 9090
Mike Elliottfc816f62018-05-30 16:30:46 -0400130 nodePort3: 11
Patrick Brady140deb92018-05-23 08:56:24 -0700131
BorislavG3dad2f42018-04-16 10:19:45 +0000132## Persist data to a persitent volume
133persistence:
134 enabled: true
135
136 ## A manually managed Persistent Volume and Claim
137 ## Requires persistence.enabled: true
138 ## If defined, PVC must be created manually before volume will be bound
139 # existingClaim:
140 volumeReclaimPolicy: Retain
141
142 ## database data Persistent Volume Storage Class
143 ## If defined, storageClassName: <storageClass>
144 ## If set to "-", storageClassName: "", which disables dynamic provisioning
145 ## If undefined (the default) or set to null, no storageClassName spec is
146 ## set, choosing the default provisioner. (gp2 on AWS, standard on
147 ## GKE, AWS & OpenStack)
148 accessMode: ReadWriteOnce
149 size: 1Gi
150 mountPath: /dockerdata-nfs
151 mountSubPath: appc/mdsal
152 mdsalPath: /opt/opendaylight/current/daexim
153
Mike Elliott13fed112018-02-28 08:33:33 -0500154ingress:
155 enabled: false
156
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000157# Configure resource requests and limits
158# ref: http://kubernetes.io/docs/user-guide/compute-resources/
GregSulek973bfad2018-09-19 06:48:37 -0400159resources:
160 small:
161 limits:
162 cpu: 2
163 memory: 4Gi
164 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000165 cpu: 1
166 memory: 2Gi
GregSulek973bfad2018-09-19 06:48:37 -0400167 large:
168 limits:
169 cpu: 4
170 memory: 8Gi
171 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000172 cpu: 2
173 memory: 4Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000174 unlimited: {}