Skip to content

Commit

Permalink
Update harvester configuration to match demo cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 18, 2023
1 parent 345040a commit 1a9203d
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions system/clusters/creodias/resource-management/hr-data-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ spec:
host: data-access-redis-master
port: 6379
harvesters:
Creodias-Opensearch:
Sentinel2:
resource:
type: OpenSearch
opensearch:
Expand All @@ -982,7 +982,31 @@ spec:
process: harvester_eoepca.postprocess.postprocess_sentinel2
kwargs: {}
queue: register
Creodias-Opensearch-Sentinel1:
Landsat8:
filter: {}
postprocessors:
- kwargs: {}
process: harvester_eoepca.postprocess.postprocess_landsat8
type: external
queue: register
resource:
opensearch:
format:
json:
property_mapping:
end_datetime: completionDate
productIdentifier: productIdentifier
start_datetime: startDate
type: application/json
query:
bbox: 19.7,34.7,28.5,42.0
collection: null
time:
begin: 2020-09-01T00:00:00Z
end: 2020-09-05T00:00:00Z
url: https://datahub.creodias.eu/resto/api/collections/Landsat8/describe.xml
type: OpenSearch
Sentinel1-GRD:
resource:
type: OpenSearch
opensearch:
Expand All @@ -1008,7 +1032,7 @@ spec:
process: harvester_eoepca.postprocess.postprocess_sentinel1
kwargs: {}
queue: register
Sentinel-3:
Sentinel3:
resource:
type: OpenSearch
opensearch:
Expand Down Expand Up @@ -1060,6 +1084,7 @@ spec:
process: harvester_eoepca.postprocess.postprocess_sentinel1
kwargs: {}
queue: register

client:
# image:
# repository: registry.gitlab.eox.at/vs/vs/client
Expand Down

0 comments on commit 1a9203d

Please sign in to comment.