3 "restServerParameters": {
6 "userName": "healthcheck",
7 "password": "zb!XztG34",
12 "heartBeatMs": 120000,
17 "stateChangeParameters": {
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": "policy_user",
29 "persistenceUnit": "PolicyMariaDb"
31 "topicParameterGroup": {
33 "topic" : "POLICY-PDP-PAP",
34 "servers" : [ "onap-dmaap" ],
35 "topicCommInfrastructure" : "dmaap",
37 "allowSelfSignedCerts" : true
40 "topic" : "POLICY-PDP-PAP",
41 "servers" : [ "onap-dmaap" ],
42 "topicCommInfrastructure" : "dmaap",
44 "allowSelfSignedCerts" : true
47 "topic" : "POLICY-NOTIFICATION",
48 "servers" : [ "onap-dmaap" ],
49 "topicCommInfrastructure" : "dmaap",
51 "allowSelfSignedCerts" : true
54 "healthCheckRestClientParameters":[{
56 "hostname": "policy-api",
58 "userName": "healthcheck",
59 "password": "zb!XztG34",
61 "allowSelfSignedCerts" : true,
62 "basePath": "policy/api/v1/healthcheck"