blob: 1d7a5d42d006d251ccb32d21e038cf861d537e43 [file] [log] [blame]
Ronan Keoghce73ff52018-08-23 11:04:45 +01001#-------------------------------------------------------------------------------
2# ============LICENSE_START==================================================
3# * org.onap.dmaap
4# * ===========================================================================
eronkeo11012772019-02-25 10:45:40 +00005# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
Ronan Keoghce73ff52018-08-23 11:04:45 +01006# * ===========================================================================
7# * Licensed under the Apache License, Version 2.0 (the "License");
8# * you may not use this file except in compliance with the License.
9# * You may obtain a copy of the License at
10# *
11# * http://www.apache.org/licenses/LICENSE-2.0
12# *
13# * Unless required by applicable law or agreed to in writing, software
14# * distributed under the License is distributed on an "AS IS" BASIS,
15# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# * See the License for the specific language governing permissions and
17# * limitations under the License.
18# * ============LICENSE_END====================================================
19# *
20# * ECOMP is a trademark and service mark of AT&T Intellectual Property.
21# *
22#-------------------------------------------------------------------------------
23#
efiacor5775de72019-03-26 14:29:01 +000024# Configuration parameters set at startup for the DataRouter node
Ronan Keoghce73ff52018-08-23 11:04:45 +010025#
26# URL to retrieve dynamic configuration
efiacor5775de72019-03-26 14:29:01 +000027ProvisioningURL = https://dmaap-dr-prov:8443/internal/prov
Ronan Keoghce73ff52018-08-23 11:04:45 +010028#
29# URL to upload PUB/DEL/EXP logs
efiacor5775de72019-03-26 14:29:01 +000030LogUploadURL = https://dmaap-dr-prov:8443/internal/logs
Ronan Keoghce73ff52018-08-23 11:04:45 +010031#
32# The port number for http as seen within the server
efiacor5775de72019-03-26 14:29:01 +000033IntHttpPort = 8080
Ronan Keoghce73ff52018-08-23 11:04:45 +010034#
35# The port number for https as seen within the server
efiacor5775de72019-03-26 14:29:01 +000036IntHttpsPort = 8443
Ronan Keoghce73ff52018-08-23 11:04:45 +010037#
38# The external port number for https taking port mapping into account
efiacor5775de72019-03-26 14:29:01 +000039ExtHttpsPort = 443
Ronan Keoghce73ff52018-08-23 11:04:45 +010040#
efiacor5775de72019-03-26 14:29:01 +000041# The minimum interval between fetches of the dynamic configuration from the provisioning server
42MinProvFetchInterval = 10000
Ronan Keoghce73ff52018-08-23 11:04:45 +010043#
44# The minimum interval between saves of the redirection data file
efiacor5775de72019-03-26 14:29:01 +000045MinRedirSaveInterval = 10000
Ronan Keoghce73ff52018-08-23 11:04:45 +010046#
47# The path to the directory where log files are stored
efiacor5775de72019-03-26 14:29:01 +000048LogDir = /opt/app/datartr/logs
Ronan Keoghce73ff52018-08-23 11:04:45 +010049#
50# The retention interval (in days) for log files
efiacor5775de72019-03-26 14:29:01 +000051LogRetention = 30
Ronan Keoghce73ff52018-08-23 11:04:45 +010052#
53# The path to the directories where data and meta data files are stored
efiacor5775de72019-03-26 14:29:01 +000054SpoolDir = /opt/app/datartr/spool
Ronan Keoghce73ff52018-08-23 11:04:45 +010055#
56# The path to the redirection data file
efiacor5775de72019-03-26 14:29:01 +000057RedirectionFile = etc/redirections.dat
Ronan Keoghce73ff52018-08-23 11:04:45 +010058#
59# The type of keystore for https
efiacor1ccd9c32019-10-08 16:24:28 +010060KeyStoreType = PKCS12
Ronan Keoghce73ff52018-08-23 11:04:45 +010061#
62# The type of truststore for https
efiacor5775de72019-03-26 14:29:01 +000063TrustStoreType = jks
Ronan Keoghce73ff52018-08-23 11:04:45 +010064#
Ronan Keoghce73ff52018-08-23 11:04:45 +010065# The path to the file used to trigger an orderly shutdown
efiacor5775de72019-03-26 14:29:01 +000066QuiesceFile = etc/SHUTDOWN
Ronan Keoghce73ff52018-08-23 11:04:45 +010067#
68# The key used to generate passwords for node to node transfers
efiacor5775de72019-03-26 14:29:01 +000069NodeAuthKey = Node123!
Ronan Keoghce73ff52018-08-23 11:04:45 +010070#
efiacor5775de72019-03-26 14:29:01 +000071# DR_NODE DEFAULT ENABLED TLS PROTOCOLS
72NodeHttpsProtocols = TLSv1.1|TLSv1.2
73#
74# AAF type to generate permission string
75AAFType = org.onap.dmaap-dr.feed
76#
77# AAF default instance to generate permission string - default should be legacy
78AAFInstance = legacy
79#
80# AAF action to generate permission string - default should be publish
81AAFAction = publish
82#
efiacor5775de72019-03-26 14:29:01 +000083# AAF CADI enabled flag
84CadiEnabled = false
efiacor1ccd9c32019-10-08 16:24:28 +010085#
86# AAF Props file path
87AAFPropsFilePath = /opt/app/osaaf/local/org.onap.dmaap-dr.props