From bc83b2e4c8e7be838711c461ea93ac8251a7af72 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 12 Jan 2022 17:15:02 +0100 Subject: [PATCH] copr-builders: oslousl VMs waited with timeout, and verbosely --- roles/copr/backend/templates/resalloc/osuosl-vm.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/osuosl-vm.j2 b/roles/copr/backend/templates/resalloc/osuosl-vm.j2 index 332aaa5b25..d0e0e1cbab 100755 --- a/roles/copr/backend/templates/resalloc/osuosl-vm.j2 +++ b/roles/copr/backend/templates/resalloc/osuosl-vm.j2 @@ -16,7 +16,7 @@ resalloc-openstack-new \ --image "{{ copr_builder_images.osuosl.ppc64le }}" \ --flavor "$flavor" \ --name "$RESALLOC_NAME" \ - --post-command "set -x ; {{ provision_directory }}/wait-for-ssh \"\$RESALLOC_OS_IP\" >&2 && ansible-playbook $playbook -i \"\$RESALLOC_OS_IP,\" >&2 " \ + --post-command "set -x ; {{ provision_directory }}/wait-for-ssh --timeout 100 --log debug \"\$RESALLOC_OS_IP\" >&2 && ansible-playbook $playbook -i \"\$RESALLOC_OS_IP,\" >&2 " \ --key-pair-id copr-builder \ --nic net-id="$network" \ --print-ip