From f982d7f6df62824231b0fd90a1a71133a6c91ecc Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 26 Jun 2024 15:06:15 -0600 Subject: [PATCH 1/3] DAS-2180: Update the HyBIG service invocation parameter. This is for v2.0.0 of HyBIG where image generation library is [mostly] separate from the harmony service code. --- services/harmony/env-defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/harmony/env-defaults b/services/harmony/env-defaults index 2c912803c..6724fe8ab 100644 --- a/services/harmony/env-defaults +++ b/services/harmony/env-defaults @@ -383,7 +383,7 @@ HYBIG_REQUESTS_CPU=128m HYBIG_REQUESTS_MEMORY=128Mi HYBIG_LIMITS_CPU=128m HYBIG_LIMITS_MEMORY=8Gi -HYBIG_INVOCATION_ARGS='python -m harmony_browse_image_generator' +HYBIG_INVOCATION_ARGS='python -m harmony_service_entry' HARMONY_SERVICE_EXAMPLE_IMAGE=harmonyservices/service-example:latest HARMONY_SERVICE_EXAMPLE_REQUESTS_CPU=128m From 7052aa530e56308e67fbd4d9628bac6829a69ad7 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Thu, 27 Jun 2024 14:20:01 -0600 Subject: [PATCH 2/3] DAS-2180: On discussion, decided to rename this to harmony_service entry only made sense with respect to Docker. --- services/harmony/env-defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/harmony/env-defaults b/services/harmony/env-defaults index 6724fe8ab..377be561b 100644 --- a/services/harmony/env-defaults +++ b/services/harmony/env-defaults @@ -383,7 +383,7 @@ HYBIG_REQUESTS_CPU=128m HYBIG_REQUESTS_MEMORY=128Mi HYBIG_LIMITS_CPU=128m HYBIG_LIMITS_MEMORY=8Gi -HYBIG_INVOCATION_ARGS='python -m harmony_service_entry' +HYBIG_INVOCATION_ARGS='python -m harmony_service' HARMONY_SERVICE_EXAMPLE_IMAGE=harmonyservices/service-example:latest HARMONY_SERVICE_EXAMPLE_REQUESTS_CPU=128m From 6ebd85f087edd5cdea0a0af76c05d870cba8dcaf Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 31 Jul 2024 19:18:17 -0600 Subject: [PATCH 3/3] DAS-2180: Updates ENV_CHANGELOG --- ENV_CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ENV_CHANGELOG.md b/ENV_CHANGELOG.md index c8f6f0417..372ba11f2 100644 --- a/ENV_CHANGELOG.md +++ b/ENV_CHANGELOG.md @@ -2,7 +2,11 @@ Any changes to the environment variables will be documented in this file in chronological order with the most recent changes first. -## 2204-04-25 +## 2024-07-31 +### Changed +- HYBIG\_INVOCATION\_ARGS changed to call new `harmony_service` package to support V2 HyBIG. + +## 2024-04-25 ### Changed - HARMONY_REGRIDDER_IMAGE - Updated to point to ghcr.io hosted image. - HARMONY_REGRIDDER_SERVICE_QUEUE_URLS - Updates to point to ghcr.io image.