blob: 411cc2b95b2fb66b3058d9af17d57533c61437d4 [file] [log] [blame]
sg481naaf2df82017-08-03 17:56:38 -04001#-------------------------------------------------------------------------------
2# ============LICENSE_START==================================================
3# * org.onap.dmaap
4# * ===========================================================================
5# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6# * ===========================================================================
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
eronkeo13639e12018-08-08 16:22:25 +010010# *
sg481naaf2df82017-08-03 17:56:38 -040011# * http://www.apache.org/licenses/LICENSE-2.0
eronkeo13639e12018-08-08 16:22:25 +010012# *
sg481naaf2df82017-08-03 17:56:38 -040013# * 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#
eronkeo13639e12018-08-08 16:22:25 +010024# Configuration parameters fixed at startup for the DataRouter node
sg481naaf2df82017-08-03 17:56:38 -040025#
eronkeo13639e12018-08-08 16:22:25 +010026# URL to retrieve dynamic configuration
sg481naaf2df82017-08-03 17:56:38 -040027#
eronkeo13639e12018-08-08 16:22:25 +010028#ProvisioningURL: ${DRTR_PROV_INTURL}
sg481naaf2df82017-08-03 17:56:38 -040029ProvisioningURL=https://prov.datarouternew.com:8443/internal/prov
30
31#
eronkeo13639e12018-08-08 16:22:25 +010032# URL to upload PUB/DEL/EXP logs
sg481naaf2df82017-08-03 17:56:38 -040033#
eronkeo13639e12018-08-08 16:22:25 +010034#LogUploadURL: ${DRTR_LOG_URL}
sg481naaf2df82017-08-03 17:56:38 -040035LogUploadURL=https://prov.datarouternew.com:8443/internal/logs
36
37#
eronkeo13639e12018-08-08 16:22:25 +010038# The port number for http as seen within the server
sg481naaf2df82017-08-03 17:56:38 -040039#
eronkeo13639e12018-08-08 16:22:25 +010040#IntHttpPort: ${DRTR_NODE_INTHTTPPORT:-8080}
sg481naaf2df82017-08-03 17:56:38 -040041IntHttpPort=8080
42#
eronkeo13639e12018-08-08 16:22:25 +010043# The port number for https as seen within the server
sg481naaf2df82017-08-03 17:56:38 -040044#
45IntHttpsPort=8443
46#
eronkeo13639e12018-08-08 16:22:25 +010047# The external port number for https taking port mapping into account
sg481naaf2df82017-08-03 17:56:38 -040048#
49ExtHttpsPort=443
50#
eronkeo13639e12018-08-08 16:22:25 +010051# The minimum interval between fetches of the dynamic configuration
52# from the provisioning server
sg481naaf2df82017-08-03 17:56:38 -040053#
54MinProvFetchInterval=10000
55#
eronkeo13639e12018-08-08 16:22:25 +010056# The minimum interval between saves of the redirection data file
sg481naaf2df82017-08-03 17:56:38 -040057#
58MinRedirSaveInterval=10000
59#
eronkeo13639e12018-08-08 16:22:25 +010060# The path to the directory where log files are stored
sg481naaf2df82017-08-03 17:56:38 -040061#
62LogDir=/opt/app/datartr/logs
63#
eronkeo13639e12018-08-08 16:22:25 +010064# The retention interval (in days) for log files
sg481naaf2df82017-08-03 17:56:38 -040065#
66LogRetention=30
67#
eronkeo13639e12018-08-08 16:22:25 +010068# The path to the directories where data and meta data files are stored
sg481naaf2df82017-08-03 17:56:38 -040069#
70SpoolDir=/opt/app/datartr/spool
71#
eronkeo13639e12018-08-08 16:22:25 +010072# The path to the redirection data file
sg481naaf2df82017-08-03 17:56:38 -040073#
eronkeo13639e12018-08-08 16:22:25 +010074#RedirectionFile: etc/redirections.dat
sg481naaf2df82017-08-03 17:56:38 -040075#
eronkeo13639e12018-08-08 16:22:25 +010076# The type of keystore for https
sg481naaf2df82017-08-03 17:56:38 -040077#
eronkeo13639e12018-08-08 16:22:25 +010078KeyStoreType: jks
sg481naaf2df82017-08-03 17:56:38 -040079#
eronkeo13639e12018-08-08 16:22:25 +010080# The path to the keystore for https
sg481naaf2df82017-08-03 17:56:38 -040081#
82KeyStoreFile:/opt/app/datartr/self_signed/keystore.jks
83#
eronkeo13639e12018-08-08 16:22:25 +010084# The password for the https keystore
sg481naaf2df82017-08-03 17:56:38 -040085#
86KeyStorePassword=changeit
87#
eronkeo13639e12018-08-08 16:22:25 +010088# The password for the private key in the https keystore
sg481naaf2df82017-08-03 17:56:38 -040089#
90KeyPassword=changeit
91#
eronkeo13639e12018-08-08 16:22:25 +010092# The type of truststore for https
sg481naaf2df82017-08-03 17:56:38 -040093#
94TrustStoreType=jks
95#
eronkeo13639e12018-08-08 16:22:25 +010096# The path to the truststore for https
sg481naaf2df82017-08-03 17:56:38 -040097#
98#TrustStoreFile=/usr/lib/jvm/java-8-oracle/jre/lib/security/cacerts
99TrustStoreFile=/opt/app/datartr/self_signed/cacerts.jks
100#
eronkeo13639e12018-08-08 16:22:25 +0100101# The password for the https truststore
sg481naaf2df82017-08-03 17:56:38 -0400102#
103TrustStorePassword=changeit
104#
eronkeo13639e12018-08-08 16:22:25 +0100105# The path to the file used to trigger an orderly shutdown
sg481naaf2df82017-08-03 17:56:38 -0400106#
107QuiesceFile=etc/SHUTDOWN
108#
eronkeo13639e12018-08-08 16:22:25 +0100109# The key used to generate passwords for node to node transfers
sg481naaf2df82017-08-03 17:56:38 -0400110#
111NodeAuthKey=Node123!
112