Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / dmaap / components / dmaap-dr-node / resources / config / node.properties
1 {{/*
2 #-------------------------------------------------------------------------------
3 # ============LICENSE_START==================================================
4 # * org.onap.dmaap
5 # * ===========================================================================
6 # * Copyright © 2017 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====================================================
20 # *
21 # * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 # *
23 #-------------------------------------------------------------------------------
24 #
25 #    Configuration parameters fixed at startup for the DataRouter node
26 #
27 #    URL to retrieve dynamic configuration
28 #
29 #ProvisioningURL:    ${DRTR_PROV_INTURL}
30 */}}
31 ProvisioningURL=http://{{ .Values.global.dmaapDrProvName }}:8080/internal/prov
32
33 #
34 #    URL to upload PUB/DEL/EXP logs
35 #
36 #LogUploadURL:    ${DRTR_LOG_URL}
37 LogUploadURL=http://{{ .Values.global.dmaapDrProvName }}:8080/internal/logs
38
39 #
40 #    The port number for http as seen within the server
41 #
42 #IntHttpPort:    ${DRTR_NODE_INTHTTPPORT:-8080}
43 IntHttpPort={{ .Values.containerPort }}
44 #
45 #    The port number for https as seen within the server
46 #
47 IntHttpsPort={{ .Values.containerPort }}
48 #
49 #    The external port number for https taking port mapping into account
50 #
51 ExtHttpsPort=443
52 #
53 #    The minimum interval between fetches of the dynamic configuration
54 #    from the provisioning server
55 #
56 MinProvFetchInterval=10000
57 #
58 #    The minimum interval between saves of the redirection data file
59 #
60 MinRedirSaveInterval=10000
61 #
62 #    The path to the directory where log files are stored
63 #
64 LogDir={{ .Values.persistence.event.path }}
65 #
66 #    The retention interval (in days) for log files
67 #
68 LogRetention=30
69 #
70 #    The path to the directories where data and meta data files are stored
71 #
72 SpoolDir={{ .Values.persistence.spool.path }}
73 #
74 #    The path to the redirection data file
75 #
76 RedirectionFile = etc/redirections.dat
77 #
78 #    The type of keystore for https
79 KeyStoreType = PKCS12
80 #
81 #    The type of truststore for https
82 TrustStoreType = jks
83 #
84 #    The path to the file used to trigger an orderly shutdown
85 QuiesceFile = etc/SHUTDOWN
86 #
87 #    The key used to generate passwords for node to node transfers
88 NodeAuthKey = Node123!
89 #
90 #    DR_NODE DEFAULT ENABLED TLS PROTOCOLS
91 NodeHttpsProtocols = TLSv1.1|TLSv1.2
92 #
93 #    AAF CADI enabled flag
94 CadiEnabled = false
95 #
96 #    AAF type to generate permission string
97 AAFType = org.onap.dmaap-dr.feed
98 #
99 #    AAF default instance to generate permission string - default should be legacy
100 AAFInstance = legacy
101 #
102 #    AAF action to generate permission string - default should be publish
103 AAFAction = publish
104 #
105 #    AAF Props file path
106 AAFPropsFilePath = /opt/app/osaaf/local/org.onap.dmaap-dr.props
107 #
108 #    https security required for publish request
109 TlsEnabled = false