From cb64856a6c80cdacfed016d92c277c07cdac485c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 8 Oct 2021 18:57:29 +0200 Subject: [PATCH] copr-be: don't add two 160G volumes to aarch64 aws box There already _is_ one - inherited from the original instance we created the snapshot from. --- roles/copr/backend/templates/resalloc/pools.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 315adc0c02..6bee16633a 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -87,7 +87,6 @@ aws_aarch64_{% if spot %}spot{% else %}normal{% endif %}_{% if devel %}dev{% els --tag CoprInstance={% if devel %}devel{% else %}production{% endif %} --tag arch=aarch64 --playbook /var/lib/resallocserver/provision/builderpb-aws.yml - --additional-volume-size 160 cmd_delete: /usr/bin/resalloc-aws-delete --aws-profile default {% else %} cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=aarch64 {% if spot %}--spot{% endif %}"