liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "ControlLoopRuntimeGroup", |
FrancescoFioraEst | a348250 | 2021-06-24 16:30:23 +0100 | [diff] [blame] | 3 | "supervisionScannerIntervalSec": 1000, |
| 4 | "participantStateChangeIntervalSec": 1000, |
| 5 | "participantClUpdateIntervalSec": 1000, |
| 6 | "participantClStateChangeIntervalSec": 1000, |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 7 | "restServerParameters": { |
| 8 | "host": "0.0.0.0", |
FrancescoFioraEst | a348250 | 2021-06-24 16:30:23 +0100 | [diff] [blame] | 9 | "port": ${port |
| 10 | }, |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 11 | "userName": "healthcheck", |
| 12 | "password": "zb!XztG34", |
| 13 | "https": false, |
| 14 | "aaf": false |
| 15 | }, |
| 16 | "participantParameters": { |
| 17 | "heartBeatMs": 120000, |
| 18 | "updateParameters": { |
| 19 | "maxRetryCount": 1, |
| 20 | "maxWaitMs": 30000 |
| 21 | }, |
| 22 | "stateChangeParameters": { |
| 23 | "maxRetryCount": 1, |
| 24 | "maxWaitMs": 30000 |
| 25 | } |
| 26 | }, |
| 27 | "databaseProviderParameters": { |
| 28 | "name": "PolicyProviderParameterGroup", |
| 29 | "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", |
| 30 | "databaseDriver": "org.h2.Driver", |
| 31 | "databaseUrl": "${dbName}", |
| 32 | "databaseUser": "policy", |
| 33 | "databasePassword": "P01icY", |
| 34 | "persistenceUnit": "InstantiationTests" |
| 35 | }, |
| 36 | "topicParameterGroup": { |
| 37 | "topicSources": [ |
| 38 | { |
| 39 | "topic": "POLICY-CLRUNTIME-PARTICIPANT", |
| 40 | "servers": [ |
| 41 | "localhost" |
| 42 | ], |
| 43 | "topicCommInfrastructure": "dmaap", |
| 44 | "fetchTimeout": 15000 |
| 45 | } |
| 46 | ], |
| 47 | "topicSinks": [ |
| 48 | { |
| 49 | "topic": "POLICY-CLRUNTIME-PARTICIPANT", |
| 50 | "servers": [ |
| 51 | "localhost" |
| 52 | ], |
| 53 | "topicCommInfrastructure": "dmaap" |
| 54 | }, |
| 55 | { |
| 56 | "topic": "POLICY-NOTIFICATION", |
| 57 | "servers": [ |
| 58 | "localhost" |
| 59 | ], |
| 60 | "topicCommInfrastructure": "dmaap" |
| 61 | } |
| 62 | ] |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 63 | } |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 64 | } |