From 1e5f2cd932094fb54fb717ad4c018b8069611931 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 6 Nov 2023 12:16:25 -0800 Subject: [PATCH] Temporarily disable log uploads to rax dfw and iad swift We've seen errors with uploads to rax iad and rax dfw resulting in jobs reporting POST_FAILURE with no logs uploaded. Testing container listings against iad and dfw results in 500 errors but the same requests succeed against ord so we leave it in place. Based on the 500 errors received in testing above we believe this issue is not on our end (client/sdk updates for example) but rather on the server/service side and we need to disable the endpoints and ride it out. Change-Id: Ic38fb681c1de84bdb96edb1ecaa7c632a5bec706 --- playbooks/base/post-logs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml index a410c2d..48255f8 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml @@ -14,8 +14,8 @@ with_random_choice: - 'ovh_bhs' - 'ovh_gra' - - 'rax_dfw' - - 'rax_iad' + #- 'rax_dfw' + #- 'rax_iad' - 'rax_ord' loop_control: loop_var: 'opendev_base_item'