Skip to content

Commit

Permalink
DAS-2254: updates service name and image service name.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Dec 4, 2024
1 parent c86e232 commit e901f6a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ https://cmr.uat.earthdata.nasa.gov:
is_sequential: true
- image: !Env ${HYBIG_IMAGE}

- name: sds/smap-l2-gridder
- name: sds/harmony-smap-l2-gridder
description: |
Harmony SMAP L2 Gridding Service. Takes L2G trajectories and reformats the data into the appropriate gridded output.
data_operation_version: '0.20.0'
Expand All @@ -1049,7 +1049,7 @@ https://cmr.uat.earthdata.nasa.gov:
<<: *default-turbo-params
env:
<<: *default-turbo-env
STAGING_PATH: public/sds/smap-l2-gridder
STAGING_PATH: public/sds/harmony-smap-l2-gridder
umm_s: S1272606802-EEDTEST
capabilities:
concatenation: false
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/managing-existing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The returned JSON response is a map of canonical service names to tags:
"harmony-service-example": "latest",
"harmony-netcdf-to-zarr": "latest",
"harmony-regridder": "latest",
"harmony-smap-l2-gridder": "latest",
"swath-projector": "latest",
"hoss": "latest",
"sds-maskfill": "latest",
Expand All @@ -31,7 +32,6 @@ The returned JSON response is a map of canonical service names to tags:
"podaac-ps3": "latest",
"podaac-netcdf-converter": "latest",
"query-cmr": "latest",
"smap-l2-gridder": "latest",
"giovanni-time-series-adapter": "latest",
"geoloco": "latest",
"subset-band-name": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ HYBIG_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-browse-image-generator:latest,h
HARMONY_SERVICE_EXAMPLE_SERVICE_QUEUE_URLS='["harmonyservices/service-example:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-service-example.fifo"]'
HARMONY_NETCDF_TO_ZARR_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-netcdf-to-zarr:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-netcdf-to-zarr.fifo"]'
HARMONY_REGRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-regridding-service:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-regridder.fifo"]'
SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridding-service:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/smap-l2-gridder.fifo"]'
SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridder:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-smap-l2-gridder.fifo"]'
SWATH_PROJECTOR_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-swath-projector:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/swath-projector.fifo"]'
HOSS_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-opendap-subsetter:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/hoss.fifo"]'
SDS_MASKFILL_SERVICE_QUEUE_URLS='["sds/maskfill-harmony:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/sds-maskfill.fifo"]'
Expand Down
4 changes: 2 additions & 2 deletions services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ OPERA_RTC_S1_BROWSE_LIMITS_MEMORY=512Mi
OPERA_RTC_S1_BROWSE_INVOCATION_ARGS='/usr/local/bin/_entrypoint.sh python -m opera_rtc_s1_browse.harmony_service'
OPERA_RTC_S1_BROWSE_SERVICE_QUEUE_URLS='["ghcr.io/asfhyp3/opera-rtc-s1-browse:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/opera-rtc-s1-browse.fifo"]'

SMAP_L2_GRIDDER_IMAGE=ghcr.io/nasa/harmony-smap-l2-gridding-service:latest
SMAP_L2_GRIDDER_IMAGE=ghcr.io/nasa/harmony-smap-l2-gridder:latest
SMAP_L2_GRIDDER_REQUESTS_MEMORY=128Mi
SMAP_L2_GRIDDER_LIMITS_MEMORY=8Gi
SMAP_L2_GRIDDER_INVOCATION_ARGS='python -m harmony_service'
SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridding-service:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/smap-l2-gridder.fifo"]'
SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridder:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-smap-l2-gridder.fifo"]'
2 changes: 1 addition & 1 deletion services/harmony/test/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ describe('Versions endpoint', function () {
'sds/trajectory-subsetter',
'net2cog',
'nasa/harmony-gdal-adapter',
'sds/harmony-smap-l2-gridder',
'sds/HyBIG',
'sds/smap-l2-gridder',
'sds/HOSS-geographic',
'sds/HOSS-projection-gridded',
'harmony/netcdf-to-zarr',
Expand Down

0 comments on commit e901f6a

Please sign in to comment.