From 9e0d7834c27186768f46ab6ee7ddc8af1feaa3c2 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index eaa3e4331..bb872deef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -388,7 +388,11 @@ tls-proxy: false tox_install_siblings: false controller-tacker: - devstack_local_conf: {} + devstack_local_conf: + post-config: + $TACKER_CONF: + kubernetes_vim: + stack_retries: 110 devstack_services: ovn-controller: true ovn-northd: true