mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada, AT&T |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # JVM specific parameters |
| 16 | LOGPARSER_JMX_PORT=9996 |
| 17 | LOGPARSER_X_MS_MB=1024 |
| 18 | LOGPARSER_X_MX_MB=1024 |
| 19 | |
Michael Mokry | 3efae0b | 2018-08-22 10:58:31 -0500 | [diff] [blame] | 20 | SERVER=https://{{ include "common.servicename" . }}:{{.Values.service.externalPort2}}/pap/ |
jh7358 | 1a90530 | 2018-05-22 15:02:47 -0400 | [diff] [blame] | 21 | LOGPATH=/var/log/onap/policy/pap/pap-rest.log |
| 22 | PARSERLOGPATH=/opt/app/policy/servers/paplp/bin/IntegrityMonitor.log |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 23 | |
| 24 | node_type=logparser |
| 25 | # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase |
| 26 | resource_name=paplp_1 |