onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / policy / opt / policy / config / pe / pap.conf
1 # pap component installation configuration parameters
2
3 # tomcat specific parameters
4
5 TOMCAT_JMX_PORT=9990
6 TOMCAT_SHUTDOWN_PORT=9405
7 SSL_HTTP_CONNECTOR_PORT=9091
8 SSL_AJP_CONNECTOR_PORT=8380
9 SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
10
11 TOMCAT_X_MS_MB=1024
12 TOMCAT_X_MX_MB=1024
13
14 # pap properties
15
16 PAP_PDPS=${{POLICY_HOME}}/servers/pap/bin/pdps
17 PAP_URL=http://pap:9091/pap/
18
19 PAP_INITIATE_PDP=true
20 PAP_HEARTBEAT_INTERVAL=10000
21 PAP_HEARTBEAT_TIMEOUT=10000
22
23 REST_ADMIN_DOMAIN=com
24 REST_ADMIN_REPOSITORY=repository
25 REST_ADMIN_WORKSPACE=workspace
26
27 # PDP related properties
28
29 PAP_PDP_URL=http://pdp:8081/pdp/
30 PAP_PDP_HTTP_USER_ID=testpdp
31 PAP_PDP_HTTP_PASSWORD=alpha123
32
33 PAP_HTTP_USER_ID=testpap
34 PAP_HTTP_PASSWORD=alpha123
35
36 #new values added 10-21-2015
37 PROP_PAP_TRANS_WAIT=500000
38 PROP_PAP_TRANS_TIMEOUT=5000
39 PROP_PAP_AUDIT_TIMEOUT=300000
40 PROP_PAP_RUN_AUDIT_FLAG=true
41 PROP_PAP_AUDIT_FLAG=true
42
43 PROP_PAP_INCOMINGNOTIFICATION_TRIES=4
44
45
46 node_type=pap
47 resource_name=pap_1
48 dependency_groups=paplp_1
49 test_via_jmx=true
50
51 # The (optional) period of time in seconds between executions of the integrity audit.
52 # Value < 0 : Audit does not run (default value if property is not present = -1)
53 # Value = 0 : Audit runs continuously
54 # Value > 0 : The period of time in seconds between execution of the audit on a particular node
55 integrity_audit_period_seconds=-1