ramverma | 550d0d9 | 2018-08-08 23:17:37 +0100 | [diff] [blame] | 1 | { |
| 2 | "name":"SDCDistributionGroup", |
ramverma | 7de549e | 2018-08-17 20:38:03 +0100 | [diff] [blame] | 3 | "restServerParameters":{ |
| 4 | "host":"0.0.0.0", |
| 5 | "port":6969, |
| 6 | "userName":"healthcheck", |
| 7 | "password":"zb!XztG34" |
| 8 | }, |
ramverma | 550d0d9 | 2018-08-08 23:17:37 +0100 | [diff] [blame] | 9 | "receptionHandlerParameters":{ |
ramverma | d7a69ea | 2018-08-27 17:31:03 +0100 | [diff] [blame^] | 10 | "DummyReceptionHandler":{ |
| 11 | "receptionHandlerType":"DummyReceptionHandler", |
| 12 | "receptionHandlerClassName":"org.onap.policy.distribution.main.testclasses.DummyReceptionHandler", |
liboNet | 742c4b2 | 2018-08-18 03:15:59 +0800 | [diff] [blame] | 13 | "pssdConfiguration":{ |
| 14 | "asdcAddress": "localhost", |
| 15 | "messageBusAddress": [ |
| 16 | "a.com", |
| 17 | "b.com", |
| 18 | "c.com" |
| 19 | ], |
| 20 | "user": "tbdsdc-1480", |
| 21 | "password": "tbdsdc-1480", |
| 22 | "pollingInterval":20, |
| 23 | "pollingTimeout":30, |
| 24 | "consumerId": "policy-id", |
| 25 | "artifactTypes": [ |
| 26 | "TOSCA_CSAR", |
| 27 | "HEAT" |
| 28 | ], |
| 29 | "consumerGroup": "policy-group", |
| 30 | "environmentName": "environmentName", |
| 31 | "keystorePath": "null", |
| 32 | "keystorePassword": "null", |
| 33 | "activeserverTlsAuth": false, |
| 34 | "isFilterinEmptyResources": true, |
| 35 | "isUseHttpsWithDmaap": false |
| 36 | }, |
ramverma | 550d0d9 | 2018-08-08 23:17:37 +0100 | [diff] [blame] | 37 | "pluginHandlerParameters":{ |
| 38 | "policyDecoders":{ |
ramverma | d7a69ea | 2018-08-27 17:31:03 +0100 | [diff] [blame^] | 39 | "DummyDecoder":{ |
| 40 | "decoderType":"DummyDecoder", |
| 41 | "decoderClassName":"org.onap.policy.distribution.main.testclasses.DummyDecoder" |
ramverma | 550d0d9 | 2018-08-08 23:17:37 +0100 | [diff] [blame] | 42 | } |
| 43 | }, |
| 44 | "policyForwarders":{ |
ramverma | d7a69ea | 2018-08-27 17:31:03 +0100 | [diff] [blame^] | 45 | "DummyForwarder":{ |
| 46 | "forwarderType":"DummyForwarder", |
| 47 | "forwarderClassName":"org.onap.policy.distribution.main.testclasses.DummyPolicyForwarder" |
ramverma | 550d0d9 | 2018-08-08 23:17:37 +0100 | [diff] [blame] | 48 | } |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | } |
liboNet | 742c4b2 | 2018-08-18 03:15:59 +0800 | [diff] [blame] | 53 | } |