From 9c928d300429b04dc3f8daeb60225f67519e2040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 4 Sep 2023 21:18:48 +0200 Subject: [PATCH] Set role default metalsmith_provisioning_timeout Job: metalsmith-integration-glance-centos9-legacy is failing with: """ argument 'timeout' is of type and we were unable to convert to int: cannot be converted to an int """ Set metalsmith_provisioning_timeout in role defaults to 3600, same as the default timout in module: metalsmith_instances Change-Id: I7b9c70b03c17c631da8e53f70808fed103c95c06 --- .../roles/metalsmith_deployment/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metalsmith_ansible/roles/metalsmith_deployment/defaults/main.yml b/metalsmith_ansible/roles/metalsmith_deployment/defaults/main.yml index 9e4dd91..090af98 100644 --- a/metalsmith_ansible/roles/metalsmith_deployment/defaults/main.yml +++ b/metalsmith_ansible/roles/metalsmith_deployment/defaults/main.yml @@ -18,4 +18,4 @@ metalsmith_traits: [] metalsmith_user_name: metalsmith # Wait parameters -metalsmith_provisioning_timeout: +metalsmith_provisioning_timeout: 3600