diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
commit | f60b5dd56a5cc287b6ad007e7dd22612fa547f4e (patch) | |
tree | ed8130dc6a3abe9be5fbd4a6d65c21d4876d8282 /datafile-app-server/config | |
parent | 60e9cb9b38ef2124c839a1877f50a4cb83973693 (diff) |
DFC Housekeeping
Removed warnings.
Improved code formatting
Removed unused files
Removed datafile_endpoints.json from the container
Change-Id: I7334775be793cd9cb709ca1e031c620c2c1c2b3f
Issue-ID: DCAEGEN2-1645
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'datafile-app-server/config')
-rw-r--r-- | datafile-app-server/config/application.yaml | 2 | ||||
-rw-r--r-- | datafile-app-server/config/datafile_endpoints.json | 36 |
2 files changed, 1 insertions, 37 deletions
diff --git a/datafile-app-server/config/application.yaml b/datafile-app-server/config/application.yaml index 504a6f3f..bae8025e 100644 --- a/datafile-app-server/config/application.yaml +++ b/datafile-app-server/config/application.yaml @@ -23,4 +23,4 @@ logging: org.onap.dcaegen2.collectors.datafile: WARN file: /var/log/ONAP/application.log app: - filepath: /opt/app/datafile/config/datafile_endpoints.json + filepath: src/test/resources/datafile_endpoints_test.json diff --git a/datafile-app-server/config/datafile_endpoints.json b/datafile-app-server/config/datafile_endpoints.json deleted file mode 100644 index e1e857da..00000000 --- a/datafile-app-server/config/datafile_endpoints.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "config": { - "//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", - "streams_publishes": { - "PM_MEAS_FILES": { - "type": "data_router", - "dmaap_info": { - "username": "CYE9fl40", - "location": "loc00", - "log_url": "https://dmaap-dr-prov/feedlog/4", - "publisher_id": "4.307dw", - "password": "izBJD8nLjawq0HMG", - "publish_url": "https://dmaap-dr-prov/publish/4" - } - } - }, - "streams_subscribes": { - "dmaap_subscriber": { - "dmaap_info": { - "topic_url": "http://dradmin:dradmin@localhost:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" - }, - "type": "message_router" - } - } - } -} - |