From 30c0566a603373055dac2bc2e8c2f5b85ec8dd07 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Wed, 15 Jan 2025 19:26:58 +0100 Subject: [PATCH] chore: add minion to verify-deployment (#11232) Linked to https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/452 --- scripts/deploy/verify-deployment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy/verify-deployment.sh b/scripts/deploy/verify-deployment.sh index 3bdbd96d1e79d..45433aed93002 100755 --- a/scripts/deploy/verify-deployment.sh +++ b/scripts/deploy/verify-deployment.sh @@ -80,9 +80,9 @@ function check_args { function compute_services { # systemd services to check for symlinks - SYSTEMD_LINKS+=( email-failures@.service nginx.service.d apache2.service.d cloud_vision_ocr@.service ) + SYSTEMD_LINKS+=( email-failures@.service nginx.service.d apache2.service.d cloud_vision_ocr@.service minion@.service ) # units that must be active (and enabled) - SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service ) + SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service minion@.service ) # units that must be enabled SYSTEMD_UNITS_ENABLED=( ) # priority request on off