sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 1 | #-------------------------------------------------------------------------------
|
| 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
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 10 | # *
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 11 | # * http://www.apache.org/licenses/LICENSE-2.0
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 12 | # *
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 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 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 24 | # Configuration parameters fixed at startup for the DataRouter node
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 25 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 26 | # URL to retrieve dynamic configuration
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 27 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 28 | #ProvisioningURL: ${DRTR_PROV_INTURL}
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 29 | ProvisioningURL=https://prov.datarouternew.com:8443/internal/prov
|
| 30 |
|
| 31 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 32 | # URL to upload PUB/DEL/EXP logs
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 33 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 34 | #LogUploadURL: ${DRTR_LOG_URL}
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 35 | LogUploadURL=https://prov.datarouternew.com:8443/internal/logs
|
| 36 |
|
| 37 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 38 | # The port number for http as seen within the server
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 39 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 40 | #IntHttpPort: ${DRTR_NODE_INTHTTPPORT:-8080}
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 41 | IntHttpPort=8080
|
| 42 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 43 | # The port number for https as seen within the server
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 44 | #
|
| 45 | IntHttpsPort=8443
|
| 46 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 47 | # The external port number for https taking port mapping into account
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 48 | #
|
| 49 | ExtHttpsPort=443
|
| 50 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 51 | # The minimum interval between fetches of the dynamic configuration
|
| 52 | # from the provisioning server
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 53 | #
|
| 54 | MinProvFetchInterval=10000
|
| 55 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 56 | # The minimum interval between saves of the redirection data file
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 57 | #
|
| 58 | MinRedirSaveInterval=10000
|
| 59 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 60 | # The path to the directory where log files are stored
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 61 | #
|
| 62 | LogDir=/opt/app/datartr/logs
|
| 63 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 64 | # The retention interval (in days) for log files
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 65 | #
|
| 66 | LogRetention=30
|
| 67 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 68 | # The path to the directories where data and meta data files are stored
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 69 | #
|
| 70 | SpoolDir=/opt/app/datartr/spool
|
| 71 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 72 | # The path to the redirection data file
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 73 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 74 | #RedirectionFile: etc/redirections.dat
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 75 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 76 | # The type of keystore for https
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 77 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 78 | KeyStoreType: jks
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 79 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 80 | # The path to the keystore for https
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 81 | #
|
| 82 | KeyStoreFile:/opt/app/datartr/self_signed/keystore.jks
|
| 83 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 84 | # The password for the https keystore
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 85 | #
|
| 86 | KeyStorePassword=changeit
|
| 87 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 88 | # The password for the private key in the https keystore
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 89 | #
|
| 90 | KeyPassword=changeit
|
| 91 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 92 | # The type of truststore for https
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 93 | #
|
| 94 | TrustStoreType=jks
|
| 95 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 96 | # The path to the truststore for https
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 97 | #
|
| 98 | #TrustStoreFile=/usr/lib/jvm/java-8-oracle/jre/lib/security/cacerts
|
| 99 | TrustStoreFile=/opt/app/datartr/self_signed/cacerts.jks
|
| 100 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 101 | # The password for the https truststore
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 102 | #
|
| 103 | TrustStorePassword=changeit
|
| 104 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 105 | # The path to the file used to trigger an orderly shutdown
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 106 | #
|
| 107 | QuiesceFile=etc/SHUTDOWN
|
| 108 | #
|
eronkeo | 13639e1 | 2018-08-08 16:22:25 +0100 | [diff] [blame^] | 109 | # The key used to generate passwords for node to node transfers
|
sg481n | aaf2df8 | 2017-08-03 17:56:38 -0400 | [diff] [blame] | 110 | #
|
| 111 | NodeAuthKey=Node123!
|
| 112 |
|