aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/src/test/resources/datafile_endpoints_test_2producers.json
blob: a7e2497dc81197ab7c2e52632454db1a7c13314a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
   "dmaap.ftpesConfig.keyCert":"/config/dfc.jks",
   "dmaap.ftpesConfig.keyPassword":"secret",
   "dmaap.ftpesConfig.trustedCa":"config/ftp.jks",
   "dmaap.ftpesConfig.trustedCaPassword":"secret",
   "dmaap.security.trustStorePath":"trustStorePath",
   "dmaap.security.trustStorePasswordPath":"trustStorePasswordPath",
   "dmaap.security.keyStorePath":"keyStorePath",
   "dmaap.security.keyStorePasswordPath":"keyStorePasswordPath",
   "dmaap.security.enableDmaapCertAuth":"true",
   "dmaap.dmaapProducerConfiguration":[
      {
         "changeIdentifier":"PM_MEAS_FILES",
         "feedName":"feed00"
      },
      {
         "changeIdentifier":"XX_FILES",
         "feedName":"feed01"
      },
      {
         "changeIdentifier":"YY_FILES",
         "feedName":"feed01"
      }
   ],
   "streams_subscribes":{
      "dmaap_subscriber":{
         "dmmap_info":{
            "topic_url":"http://admin:admin@message-router.onap.svc.cluster.local:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"
         },
         "type":"message_router"
      }
   },
   "feed00":{
      "username":"user",
      "log_url":"https://dmaap.example.com/feedlog/972",
      "publish_url":"https://message-router.onap.svc.cluster.local:3907/publish/1",
      "location":"loc00",
      "password":"password",
      "publisher_id":"972.360gm"
   },
   "feed01":{
      "username":"user",
      "log_url":"feed01::log_url",
      "publish_url":"feed01::publish_url",
      "location":"loc00",
      "password":"",
      "publisher_id":""
   }
}