X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=datafilecollector%2Fconfig%2Fapplication.yaml;h=5352f1bab67d0c3827a6b7d20f6b09e671bd96cf;hb=32de6c445ee742cc468fd8c175c28e0b32fbf46e;hp=1b85bb93ed5c1dcc35ad1cd541cce921dffa92f2;hpb=880aa3d6cf133f87e9186424577d9a501c25a7ae;p=nonrtric%2Fplt%2Franpm.git diff --git a/datafilecollector/config/application.yaml b/datafilecollector/config/application.yaml index 1b85bb9..5352f1b 100644 --- a/datafilecollector/config/application.yaml +++ b/datafilecollector/config/application.yaml @@ -29,11 +29,12 @@ app: collected-files-path: "/tmp/oran_datafile/" # Numer of worker threads. Increased number may increase throughput, but will require more executing resources. number-of-worker-treads: 200 - # KAFKA boostrap servers. - # several redundant boostrap servers can be specified, separated by a comma ','. + # If specified, and authorization token will be loaded from file and inserted in each HTTP header when using HTTP/HTTPS. # If the file name is empty, no authorization token is used auth-token-file: kafka: + # KAFKA boostrap servers. + # several redundant boostrap servers can be specified, separated by a comma ','. bootstrap-servers: localhost:9092 # output topic collected-file-topic: collected-file @@ -58,11 +59,17 @@ app: trust-store-password-file: /opt/app/datafile/config/truststore.pass trust-store: /opt/app/datafile/config/truststore.jks s3: - endpointOverride: - accessKeyId: - secretAccessKey: - bucket: - locksBucket: + # S3 endpoint + endpointOverride: http://localhost:9000 + # S3 access key ID + accessKeyId: miniostorage + # S3 password + secretAccessKey: secret + # The bucket to store collected files + bucket: ropfiles + # The bucket where DFC keeps lockfiles. This is to avoid that the same file is transfered more than once if + # several load sharing DFC instances are running. + locksBucket: dfclocks springdoc: show-actuator: true - swagger-ui.disable-swagger-default-url: true \ No newline at end of file + swagger-ui.disable-swagger-default-url: true