diff options
Diffstat (limited to 'csit/config/clamp/ClRuntimeParameters.json')
-rw-r--r-- | csit/config/clamp/ClRuntimeParameters.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/csit/config/clamp/ClRuntimeParameters.json b/csit/config/clamp/ClRuntimeParameters.json new file mode 100644 index 00000000..f73899fb --- /dev/null +++ b/csit/config/clamp/ClRuntimeParameters.json @@ -0,0 +1,56 @@ +{ + "name": "ControlLoopRuntimeGroup", + "restServerParameters": { + "host": "0.0.0.0", + "port": 6970, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": false, + "aaf": false + }, + "participantParameters": { + "heartBeatMs": 120000, + "updateParameters": { + "maxRetryCount": 1, + "maxWaitMs": 30000 + }, + "stateChangeParameters": { + "maxRetryCount": 1, + "maxWaitMs": 30000 + } + }, + "databaseProviderParameters": { + "name": "PolicyProviderParameterGroup", + "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", + "databaseDriver": "org.mariadb.jdbc.Driver", + "databaseUrl": "jdbc:mariadb://mariadb:3306/controlloop", + "databaseUser": "policy_user", + "databasePassword": "policy_user", + "persistenceUnit": "CommissioningMariaDb" + }, + "topicParameterGroup": { + "topicSources": [ + { + "topic": "POLICY-CLRUNTIME-PARTICIPANT", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : true, + "fetchTimeout": 15000 + } + ], + "topicSinks": [ + { + "topic": "POLICY-CLRUNTIME-PARTICIPANT", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : true + }, + { + "topic": "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : true + } + ] + } +} |