1
0
Fork 0
forked from infra/ansible

openscanhub: change to ami-09e7e359019156824

... as previous fix used wrong image.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2025-10-15 13:47:11 +02:00 committed by kevin
commit 55fd4eb825

View file

@ -11,10 +11,10 @@ declare -A \
# TODO: We should build a custom image from it by running `osh-worker-role`.
# That would reduce the time to spin up new workers.
if [[ "$env" == "staging" ]]; then
aws_image[x86_64]=ami-005984cdd73d72d6c
aws_image[x86_64]=ami-09e7e359019156824
else
# Only tested images should be promoted to production.
aws_image[x86_64]=ami-005984cdd73d72d6c
aws_image[x86_64]=ami-09e7e359019156824
fi
# We only support `x86_64` arch for OpenScanHub.