Update DFC csits 25/111725/1
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 26 Aug 2020 05:58:49 +0000 (07:58 +0200)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 26 Aug 2020 05:58:49 +0000 (07:58 +0200)
Tests with DFC require adjustments after updating DFC with the
latest DCAE SDK

Issue-ID: DCAEGEN2-2267
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Icccefebc4b5bdc122220c3473aa0ffcc8e33784c

plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json
plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml
scripts/dcaegen2-collectors-datafile/dfc-management/docker-compose.yml

index bd13327..8aaca05 100644 (file)
@@ -10,6 +10,9 @@
     "dmaap.security.keyStorePath": "/opt/app/datafile/etc/cert/cert.jks",
     "dmaap.security.keyStorePasswordPath": "/opt/app/datafile/etc/cert/jks.pass",
     "dmaap.security.enableDmaapCertAuth": "false",
+    "dmaap.dmaapConsumerConfiguration.consumerGroup": "OpenDcae-c12",
+    "dmaap.dmaapConsumerConfiguration.consumerId": "C12",
+    "dmaap.dmaapConsumerConfiguration.timeoutMs": -1,
     "sftp.security.strictHostKeyChecking": "true",
     "streams_publishes": {
       "PM_MEAS_FILES": {
@@ -27,7 +30,7 @@
     "streams_subscribes": {
       "dmaap_subscriber": {
         "dmaap_info": {
-             "topic_url":"http://dradmin:dradmin@dmaap-message-router:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"
+             "topic_url":"http://dmaap-message-router:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT"
         },
         "type": "message_router"
       }
index dff4824..46fab55 100644 (file)
@@ -112,6 +112,7 @@ services:
           - dcaegen2-datafile-collector
     environment:
       KNOWN_HOSTS_FILE_PATH: "/home/datafile/.ssh/known_hosts"
+      CONFIG_BINDING_SERVICE_SERVICE_PORT: 10000
 
   cbs-sim:
     container_name: config-binding-service-sim
index f92d19f..2ea2882 100644 (file)
@@ -21,5 +21,7 @@ services:
       CONSUL_HOST: "consul-server"
       CONSUL_PORT: 8500
       CONFIG_BINDING_SERVICE: "config-binding-service"
+      CONFIG_BINDING_SERVICE_SERVICE_PORT: 10000
       HOSTNAME: "dfc_app0"
       KNOWN_HOSTS_FILE_PATH: "/home/datafile/.ssh/known_hosts"
+