liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 1 | { |
FrancescoFioraEst | a348250 | 2021-06-24 16:30:23 +0100 | [diff] [blame^] | 2 | "name": "PapGroup", |
| 3 | "supervisionScannerIntervalSec": 1000, |
| 4 | "participantStateChangeIntervalSec": 1000, |
| 5 | "participantClUpdateIntervalSec": 1000, |
| 6 | "participantClStateChangeIntervalSec": 1000, |
| 7 | "restServerParameters": { |
| 8 | "host": "0.0.0.0", |
| 9 | "port": 6969, |
| 10 | "userName": "healthcheck", |
| 11 | "password": "zb!XztG34" |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 12 | }, |
| 13 | "pdpParameters": { |
| 14 | "heartBeatMs": 1, |
| 15 | "updateParameters": { |
| 16 | "maxRetryCount": 1, |
| 17 | "maxWaitMs": 1 |
| 18 | }, |
| 19 | "stateChangeParameters": { |
| 20 | "maxRetryCount": 1, |
| 21 | "maxWaitMs": 1 |
| 22 | } |
| 23 | }, |
| 24 | "databaseProviderParameters": { |
| 25 | "name": "PolicyProviderParameterGroup", |
| 26 | "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", |
| 27 | "databaseDriver": "org.h2.Driver", |
| 28 | "databaseUrl": "jdbc:h2:mem:testdb", |
| 29 | "databaseUser": "policy", |
| 30 | "databasePassword": "P01icY", |
| 31 | "persistenceUnit": "PdpGroupTest" |
| 32 | }, |
| 33 | "topicParameterGroup": { |
FrancescoFioraEst | a348250 | 2021-06-24 16:30:23 +0100 | [diff] [blame^] | 34 | "topicSources": [ |
| 35 | { |
| 36 | "topic": "POLICY-PDP-PAP", |
| 37 | "servers": [ |
| 38 | "message-router" |
| 39 | ], |
| 40 | "topicCommInfrastructure": "dmaap" |
| 41 | } |
| 42 | ], |
| 43 | "topicSinks": [ |
| 44 | { |
| 45 | "topic": "POLICY-PDP-PAP", |
| 46 | "servers": [ |
| 47 | "message-router" |
| 48 | ], |
| 49 | "topicCommInfrastructure": "dmaap" |
| 50 | } |
| 51 | ] |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 52 | } |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 53 | } |