blob: 97e39bce878795b1309f8feab5f87a9b5494f349 [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 Hay145818b2018-06-05 13:23:50 -040034image: onap/appc-image:1.4.0-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 Hay145818b2018-06-05 13:23:50 -040042 aafExtIP: 127.0.0.1
43 aafExtFQDN: aaf-onap-beijing-test.osaaf.org
Aaron Hay343e6002018-08-21 13:55:00 -040044 ansibleServiceName: appc-ansible-server
45 ansiblePort: 8000
pramod47b1b822018-08-28 15:41:45 +000046 mariadbRootPassword: secretpassword
47 userName: my-user
48 userPassword: my-password
49 mysqlDatabase: my-database
50 mariadbGaleraSVCName: appc-dbhost
51 mariadbGaleraContName: appc-db
Aaron Hay145818b2018-06-05 13:23:50 -040052 enableAAF: false
Mike Elliott13fed112018-02-28 08:33:33 -050053 enableClustering: true
54 configDir: /opt/onap/appc/data/properties
55 dmaapTopic: SUCCESS
BorislavG5f3b6192018-03-25 18:12:38 +030056 logstashServiceName: log-ls
57 logstashPort: 5044
Aaron Hayf512e762018-09-12 14:30:01 -040058 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Aaron Hayef1a0ec2018-04-30 01:25:41 -040059 openStackType: OpenStackProvider
60 openStackName: OpenStack
61 openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
62 openStackServiceTenantName: default
63 openStackDomain: default
64 openStackUserName: admin
65 openStackEncryptedPassword: admin
Mike Elliott13fed112018-02-28 08:33:33 -050066
Aaron Hay343e6002018-08-21 13:55:00 -040067appc-ansible-server:
68 service:
69 name: appc-ansible-server
70 internalPort: 8000
71 config:
72 mysqlServiceName: appc-dbhost
73
pramod47b1b822018-08-28 15:41:45 +000074mariadb-galera:
Mike Elliott13fed112018-02-28 08:33:33 -050075 nameOverride: appc-db
76 service:
77 name: appc-dbhost
Mike Elliott4a9f4352018-09-13 09:47:13 -040078 portName: appc-dbhost
Mike Elliott13fed112018-02-28 08:33:33 -050079 nfsprovisionerPrefix: appc
80 sdnctlPrefix: appc
81 persistence:
82 mountSubPath: appc/data
83 enabled: true
84 disableNfsProvisioner: true
85
86dgbuilder:
87 nameOverride: appc-dgbuilder
jmac99ff3972018-03-29 01:02:42 +000088 config:
89 dbPodName: appc-db
90 dbServiceName: appc-dbhost
BorislavG1ffbd992018-04-24 07:56:27 +000091 service:
92 name: appc-dgbuilder
mayankg270341a66142018-06-06 07:53:35 +000093
94#passing value to cdt chart. value of nodePort3 will be same as appc.service.nodePort3.
Patrick Brady1a62b662018-05-30 10:56:46 -070095appc-cdt:
mayankg270341a66142018-06-06 07:53:35 +000096 nodePort3: 11
Mike Elliott13fed112018-02-28 08:33:33 -050097# default number of instances
Roger Maitland6a069972018-05-09 18:23:58 -040098replicaCount: 1
Mike Elliott13fed112018-02-28 08:33:33 -050099
100nodeSelector: {}
101
102affinity: {}
103
104# probe configuration parameters
105liveness:
106 initialDelaySeconds: 10
107 periodSeconds: 10
108 # necessary to disable liveness probe when setting breakpoints
109 # in debugger so K8s doesn't restart unresponsive container
110 enabled: true
111
112readiness:
113 initialDelaySeconds: 10
114 periodSeconds: 10
115
116service:
117 type: NodePort
118 name: appc
BorislavG1ffbd992018-04-24 07:56:27 +0000119 portName: appc
Mike Elliott13fed112018-02-28 08:33:33 -0500120 #targetPort
121 internalPort: 8181
122 #port
123 externalPort: 8282
124 nodePort: 30
125
126 externalPort2: 1830
127 nodePort2: 31
128 clusterPort: 2550
129
Patrick Brady140deb92018-05-23 08:56:24 -0700130 internalPort3: 9191
131 externalPort3: 9090
Mike Elliottfc816f62018-05-30 16:30:46 -0400132 nodePort3: 11
Patrick Brady140deb92018-05-23 08:56:24 -0700133
BorislavG3dad2f42018-04-16 10:19:45 +0000134## Persist data to a persitent volume
135persistence:
136 enabled: true
137
138 ## A manually managed Persistent Volume and Claim
139 ## Requires persistence.enabled: true
140 ## If defined, PVC must be created manually before volume will be bound
141 # existingClaim:
142 volumeReclaimPolicy: Retain
143
144 ## database data Persistent Volume Storage Class
145 ## If defined, storageClassName: <storageClass>
146 ## If set to "-", storageClassName: "", which disables dynamic provisioning
147 ## If undefined (the default) or set to null, no storageClassName spec is
148 ## set, choosing the default provisioner. (gp2 on AWS, standard on
149 ## GKE, AWS & OpenStack)
150 accessMode: ReadWriteOnce
151 size: 1Gi
152 mountPath: /dockerdata-nfs
153 mountSubPath: appc/mdsal
154 mdsalPath: /opt/opendaylight/current/daexim
155
Mike Elliott13fed112018-02-28 08:33:33 -0500156ingress:
157 enabled: false
158
Mike Elliott13fed112018-02-28 08:33:33 -0500159 # We usually recommend not to specify default resources and to leave this as a conscious
160 # choice for the user. This also increases chances charts run on environments with little
161 # resources, such as Minikube. If you do want to specify resources, uncomment the following
162 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
163 #
164 # Example:
165 # Configure resource requests and limits
166 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
167 # Minimum memory for development is 2 CPU cores and 4GB memory
168 # Minimum memory for production is 4 CPU cores and 8GB memory
GregSulek973bfad2018-09-19 06:48:37 -0400169resources:
170 small:
171 limits:
172 cpu: 2
173 memory: 4Gi
174 requests:
175 cpu: 2
176 memory: 4Gi
177 large:
178 limits:
179 cpu: 4
180 memory: 8Gi
181 requests:
182 cpu: 4
183 memory: 8Gi