From 5ff514dd76ddc6f1eb5261e0dd8807560fe3e6e0 Mon Sep 17 00:00:00 2001 From: Ayumu Ueha Date: Fri, 21 Jan 2022 02:50:29 +0000 Subject: [PATCH] [DNM] Tuning stack_retries of k8s FT in Zuul Due to the performance of the zuul environment, it may take a long time to remove the kubernetes resource and an error may occur. This patch avoids errors by tuning the `kubernetes_vim.stack_retries` value in Tacker config. Change-Id: I0fc8d6748cf92f6384b6cdc49322f0f85f16afcd --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index eaa3e4331..1a08699a6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -400,6 +400,11 @@ devstack_plugins: tacker: https://opendev.org/openstack/tacker tox_envlist: dsvm-functional-sol-kubernetes + devstack_local_conf: + post-config: + $TACKER_CONF: + kubernetes_vim: + stack_retries: 110 controller-k8s: devstack_local_conf: {} devstack_plugins: