blob: e62ba07bfd53747f9fef93642a9fc3a4201fe347 [file] [log] [blame]
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +01001{{/*
Sylvain Desbureaux70070412020-11-09 21:58:48 +01002#
3# ============LICENSE_START=======================================================
4# org.onap.aai
5# ================================================================================
6# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
7# ================================================================================
8# Licensed under the Apache License, Version 2.0 (the "License");
9# you may not use this file except in compliance with the License.
10# You may obtain a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS,
16# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17# See the License for the specific language governing permissions and
18# limitations under the License.
19# ============LICENSE_END=========================================================
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010020*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010021
22aai.config.checktime=1000
23
24# this could come from siteconfig.pl?
25aai.config.nodename=AutomaticallyOverwritten
26
27aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
28aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/{{ .Values.global.config.schema.version.api.default }}/
29aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
30
31{{ if .Values.global.config.basic.auth.enabled }}
32aai.tools.enableBasicAuth=true
33aai.tools.username={{ .Values.global.config.basic.auth.username }}
34aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
35{{ end }}
36
37aai.truststore.filename={{ .Values.global.config.truststore.filename }}
38aai.truststore.passwd.x={{ .Values.global.config.truststore.passwd }}
39aai.keystore.filename={{ .Values.global.config.keystore.filename }}
40aai.keystore.passwd.x={{ .Values.global.config.keystore.passwd }}
41
42aai.notification.current.version={{ .Values.global.config.schema.version.api.default }}
43aai.notificationEvent.default.status=UNPROCESSED
44aai.notificationEvent.default.eventType={{ .Values.global.config.notification.eventType }}
45aai.notificationEvent.default.domain={{ .Values.global.config.notification.domain }}
46aai.notificationEvent.default.sourceName=aai
47aai.notificationEvent.default.sequenceNumber=0
48aai.notificationEvent.default.severity=NORMAL
49aai.notificationEvent.default.version={{ .Values.global.config.schema.version.api.default }}
50# This one lets us enable/disable resource-version checking on updates/deletes
51aai.resourceversion.enableflag=true
52aai.logging.maxStackTraceEntries=10
53aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
54
55# Used by Data Grooming
56aai.grooming.default.max.fix={{ .Values.config.maxFix.dataGrooming | int }}
57aai.grooming.default.sleep.minutes={{ .Values.config.sleepMinutes.dataGrooming | int }}
58
59# Used by DupeTool
60aai.dupeTool.default.max.fix={{ .Values.config.maxFix.dupeTool | int }}
61aai.dupeTool.default.sleep.minutes={{ .Values.config.sleepMinutes.dupeTool | int }}
62
63
64aai.model.proc.max.levels=50
65aai.edgeTag.proc.max.levels=50
66
67# Used by the ForceDelete tool
68aai.forceDel.protected.nt.list=cloud-region
69aai.forceDel.protected.edge.count=10
70aai.forceDel.protected.descendant.count=10
71
72#used by the dataGrooming and dataSnapshot cleanup tasks
73aai.cron.enable.datagroomingcleanup={{ .Values.config.cron.dataCleanup.dataGrooming.enabled }}
74aai.cron.enable.datasnapshotcleanup={{ .Values.config.cron.dataCleanup.dataSnapshot.enabled }}
75aai.datagrooming.agezip={{ .Values.config.cron.dataCleanup.dataGrooming.ageZip | int }}
76aai.datagrooming.agedelete={{ .Values.config.cron.dataCleanup.dataGrooming.ageDelete | int }}
77
78aai.datasnapshot.agezip={{ .Values.config.cron.dataCleanup.dataSnapshot.ageZip | int }}
79aai.datasnapshot.agedelete={{ .Values.config.cron.dataCleanup.dataSnapshot.ageDelete | int }}
80
81#used by the dataSnapshot and dataGrooming tasks
82aai.cron.enable.dataSnapshot={{ .Values.config.cron.dataSnapshot.enabled }}
83
84aai.cron.enable.dataGrooming={{ .Values.config.cron.dataGrooming.enabled }}
85
86#used by the dataGrooming tasks
87aai.datagrooming.enableautofix=true
88aai.datagrooming.enabledupefixon=true
89aai.datagrooming.enabledontfixorphans=true
90aai.datagrooming.enabletimewindowminutes=true
91aai.datagrooming.enableskiphostcheck=false
92aai.datagrooming.enablesleepminutes=false
93aai.datagrooming.enableedgesonly=false
94aai.datagrooming.enableskipedgechecks=false
95aai.datagrooming.enablemaxfix=false
96aai.datagrooming.enablesinglecommits=false
97aai.datagrooming.enabledupecheckoff=false
98aai.datagrooming.enableghost2checkoff=false
99aai.datagrooming.enableghost2fixon=false
100aai.datagrooming.enablef=false
101
102# used by the dataGrooming to set values
103aai.datagrooming.timewindowminutesvalue=10500
104aai.datagrooming.sleepminutesvalue=100
105aai.datagrooming.maxfixvalue=10
106aai.datagrooming.fvalue=10
107
108#timeout for traversal enabled flag
109aai.graphadmin.timeoutenabled={{ .Values.config.timeout.enabled }}
110#default timeout limit added for graphadmin if not overridden (in ms)
111aai.graphadmin.timeoutlimit={{ .Values.config.timeout.limit }}
112
113#timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
114aai.graphadmin.timeout.appspecific={{ .Values.global.config.realtime.clients }}
115
116# Disable the process check which are oriented towards linux OS
117# These props should only be true for local on windows
118aai.disable.check.snapshot.running=false
119aai.disable.check.grooming.running=false
120
121# Specify the params listed right here that you would have send to the dataSnapshot shell script
122# JUST_TAKE_SNAPSHOT
123# THREADED_SNAPSHOT 2 DEBUG
124# THREADED_SNAPSHOT 2
125aai.datasnapshot.params={{ .Values.config.cron.dataSnapshot.params }}
126
127# Concurrency lock control flag
128aai.lock.uri.enabled={{ .Values.config.aai.lock.uri.enabled }}