blob: 2575d8a522cd570eaff682bd96319ae28c58f045 [file] [log] [blame]
Jim Hahnf340ddb2020-04-15 08:43:54 -04001{
2 "name": "PapGroup",
3 "restServerParameters": {
4 "host": "0.0.0.0",
5 "port": 6969,
6 "userName": "healthcheck",
7 "password": "zb!XztG34",
8 "https": true,
9 "aaf": false
10 },
11 "pdpParameters": {
12 "heartBeatMs": 120000,
13 "updateParameters": {
14 "maxRetryCount": 1,
15 "maxWaitMs": 30000
16 },
17 "stateChangeParameters": {
18 "maxRetryCount": 1,
19 "maxWaitMs": 30000
20 }
21 },
22 "databaseProviderParameters": {
23 "name": "PolicyProviderParameterGroup",
24 "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
25 "databaseDriver": "org.mariadb.jdbc.Driver",
26 "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin",
27 "databaseUser": "policy_user",
28 "databasePassword": "cG9saWN5X3VzZXI=",
29 "persistenceUnit": "PolicyMariaDb"
30 },
31 "topicParameterGroup": {
32 "topicSources" : [{
33 "topic" : "POLICY-PDP-PAP",
34 "servers" : [ "policy.api.simpledemo.onap.org" ],
35 "topicCommInfrastructure" : "dmaap",
36 "useHttps": true,
37 "allowSelfSignedCerts" : true
38 }],
39 "topicSinks" : [{
40 "topic" : "POLICY-PDP-PAP",
41 "servers" : [ "policy.api.simpledemo.onap.org" ],
42 "topicCommInfrastructure" : "dmaap",
43 "useHttps": true,
44 "allowSelfSignedCerts" : true
45 },
46 {
47 "topic" : "POLICY-NOTIFICATION",
48 "servers" : [ "policy.api.simpledemo.onap.org" ],
49 "topicCommInfrastructure" : "dmaap",
50 "useHttps": true,
51 "allowSelfSignedCerts" : true
52 }]
53 },
54 "healthCheckRestClientParameters":[{
55 "clientName": "api",
56 "hostname": "policy-api",
57 "port": 6969,
58 "userName": "healthcheck",
59 "password": "zb!XztG34",
60 "useHttps": true,
61 "allowSelfSignedCerts" : true,
62 "basePath": "policy/api/v1/healthcheck"
63 }]
64}