wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 1 | { |
| 2 | "configs": { |
| 3 | "dmaap": { |
| 4 | "dmaapConsumerConfiguration": { |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 5 | "dmaapHostName": "localhost", |
| 6 | "dmaapPortNumber": 2222, |
wejs | 1964728 | 2018-05-15 10:49:14 +0200 | [diff] [blame] | 7 | "dmaapTopicName": "/events/unauthenticated.SEC_OTHER_OUTPUT", |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 8 | "dmaapProtocol": "http", |
| 9 | "dmaapUserName": "admin", |
| 10 | "dmaapUserPassword": "admin", |
| 11 | "dmaapContentType": "application/json", |
wasala | e30c7d5 | 2018-06-05 12:15:44 +0200 | [diff] [blame] | 12 | "consumerId": "c12", |
| 13 | "consumerGroup": "OpenDcae-c12", |
pwielebs | 617f58b | 2018-08-21 14:01:36 +0200 | [diff] [blame^] | 14 | "timeoutMs": -1, |
wasala | e30c7d5 | 2018-06-05 12:15:44 +0200 | [diff] [blame] | 15 | "messageLimit": 1 |
wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 16 | }, |
| 17 | "dmaapProducerConfiguration": { |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 18 | "dmaapHostName": "localhost", |
| 19 | "dmaapPortNumber": 2223, |
wasala | e30c7d5 | 2018-06-05 12:15:44 +0200 | [diff] [blame] | 20 | "dmaapTopicName": "/events/unauthenticated.PNF_READY", |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 21 | "dmaapProtocol": "http", |
| 22 | "dmaapUserName": "admin", |
| 23 | "dmaapUserPassword": "admin", |
| 24 | "dmaapContentType": "application/json" |
wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 25 | } |
| 26 | }, |
| 27 | "aai": { |
wejs | d65298c | 2018-05-15 16:48:03 +0200 | [diff] [blame] | 28 | "aaiClientConfiguration": { |
| 29 | "aaiHost": "localhost", |
pwielebs | 2cd0124 | 2018-07-12 10:16:00 +0200 | [diff] [blame] | 30 | "aaiPort": 8080, |
wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 31 | "aaiProtocol": "https", |
pwielebs | 07ebdbb | 2018-06-05 12:19:28 +0200 | [diff] [blame] | 32 | "aaiUserName": "AAI", |
| 33 | "aaiUserPassword": "AAI", |
pwielebs | f42037a | 2018-08-21 10:30:34 +0200 | [diff] [blame] | 34 | "aaiIgnoreSslCertificateErrors": true, |
wejs | 1964728 | 2018-05-15 10:49:14 +0200 | [diff] [blame] | 35 | "aaiBasePath": "/aai/v12", |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 36 | "aaiPnfPath": "/network/pnfs/pnf", |
| 37 | "aaiHeaders": { |
| 38 | "X-FromAppId": "prh", |
| 39 | "X-TransactionId": "9999", |
| 40 | "Accept": "application/json", |
pwielebs | 2cd0124 | 2018-07-12 10:16:00 +0200 | [diff] [blame] | 41 | "Real-Time": "true", |
| 42 | "Content-Type":"application/merge-patch+json" |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 43 | } |
wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 44 | } |
| 45 | } |
| 46 | } |
| 47 | } |