Merge "Updates for new DFC endpoints.json and DR latest"
authorGary Wu <gwu@futurewei.com>
Tue, 4 Jun 2019 14:26:28 +0000 (14:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 4 Jun 2019 14:26:28 +0000 (14:26 +0000)
plans/usecases/5G-bulkpm/assets/datafile_endpoints.json
plans/usecases/5G-bulkpm/composefile/docker-compose-e2e.yml

index d07e3d8..4d9c197 100644 (file)
@@ -1,43 +1,32 @@
 {
-    "configs": {
-        "dmaap": {
-            "dmaapConsumerConfiguration": {
-                "dmaapHostName": "dmaapmrhost",
-                "dmaapPortNumber": 3904,
-                "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT",
-                "dmaapProtocol": "http",
-                "dmaapUserName": "",
-                "dmaapUserPassword": "",
-                "dmaapContentType": "application/json",
-                "consumerId": "C12",
-                "consumerGroup": "OpenDcae-c12",
-                "timeoutMs": -1,
-                "messageLimit": 1
-            },
-            "dmaapProducerConfiguration": {
-                "dmaapHostName": "dmaapdrhost",
-                "dmaapPortNumber": 8443,
-                "dmaapTopicName": "publish",
-                "dmaapProtocol": "https",
-                "dmaapUserName": "dradmin",
-                "dmaapUserPassword": "dradmin",
-                "dmaapContentType": "application/octet-stream"
-            }
-        },
-        "ftp": {
-            "ftpesConfiguration": {
-                "keyCert": "/config/dfc.jks",
-                "keyPassword": "secret",
-                "trustedCa": "/config/ftp.jks",
-                "trustedCaPassword": "secret"
-            }
-        },
-        "security": {
-            "trustStorePath" : "trustStorePath",
-            "trustStorePasswordPath" : "trustStorePasswordPath",
-            "keyStorePath" : "keyStorePath",
-            "keyStorePasswordPath" : "keyStorePasswordPath",
-            "enableDmaapCertAuth" : "enableDmaapCertAuth"
-            }
+    "//description":"This file is only used for testing purposes",
+    "dmaap.ftpesConfig.keyCert":"/config/dfc.jks",
+    "dmaap.ftpesConfig.keyPassword":"secret",
+    "dmaap.ftpesConfig.trustedCa":"config/ftp.jks",
+    "dmaap.ftpesConfig.trustedCaPassword":"secret",
+    "dmaap.security.trustStorePath":"change it",
+    "dmaap.security.trustStorePasswordPath":"trustStorePasswordPath",
+    "dmaap.security.keyStorePath":"keyStorePath",
+    "dmaap.security.keyStorePasswordPath":"change it",
+    "dmaap.security.enableDmaapCertAuth":"false",
+    "dmaap.dmaapProducerConfiguration" : {
+          "changeIdentifier":"PM_MEAS_FILES",
+          "feedName":"feed00"
+     },  
+     "streams_subscribes":{
+       "dmaap_subscriber":{
+          "dmmap_info":{
+             "topic_url":"http://dradmin:dradmin@dmaapmrhost:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"
+          },
+          "type":"message_router"
+       }
+    },
+     "feed00":{
+       "username":"dradmin",
+       "log_url":"https://dmaapdrhost:8443/feedlog/1",
+       "publish_url":"https://dmaapdrhost:8443/publish/1",
+       "location":"san-francisco",
+       "password":"dradmin",
+       "publisher_id":"972.360gm"
     }
-}
\ No newline at end of file
+ }
\ No newline at end of file
index 7880656..59da2d9 100644 (file)
@@ -1,7 +1,7 @@
 version: '2.1'
 services:
   datarouter-prov:
-    image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov:2.1.0-SNAPSHOT-latest
+    image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov:latest
     container_name: datarouter-prov
     hostname: dmaap-dr-prov
     ports:
@@ -25,7 +25,7 @@ services:
       - "dcae-pm-mapper:3.3.3.3"
 
   datarouter-node:
-    image: nexus3.onap.org:10001/onap/dmaap/datarouter-node:2.1.0-SNAPSHOT-latest
+    image: nexus3.onap.org:10001/onap/dmaap/datarouter-node:latest
     container_name: datarouter-node
     hostname: dmaap-dr-node
     ports:
@@ -41,7 +41,7 @@ services:
       - "dcae-pm-mapper:3.3.3.3"
 
   datarouter-subscriber:
-      image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:2.1.0-SNAPSHOT-latest
+      image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:latest
       container_name: fileconsumer-node
       hostname: subscriber.com
       ports:
@@ -76,7 +76,7 @@ services:
 
   ves:
     container_name: vescollector
-    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest
+    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.4
     environment:
        DMAAPHOST: