diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-08-26 07:58:49 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-08-26 07:58:49 +0200 |
commit | 4e536c38bf060868e90aae50f3a299315b8b24cb (patch) | |
tree | b9fa11b4ac89182355d60ffe764ee4382a2ad93e /plans | |
parent | db056530134edcfd603bc4a0dee004cc4a291287 (diff) |
Update DFC csits
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
Diffstat (limited to 'plans')
-rw-r--r-- | plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json | 5 | ||||
-rw-r--r-- | plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json b/plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json index bd13327b..8aaca058 100644 --- a/plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json +++ b/plans/usecases-5G-bulkpm/5G-bulkpm/assets/dfc/datafile_endpoints.json @@ -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" } diff --git a/plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml b/plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml index dff4824c..46fab55c 100644 --- a/plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml +++ b/plans/usecases-5G-bulkpm/5G-bulkpm/composefile/docker-compose-e2e.yml @@ -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 |