From fd5b8fbdc56770588c89523eb197311f688aea04 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 28 Jul 2022 13:17:26 +0000 Subject: [PATCH] Temporarily stop trying to save logs to Rackspace The Keystone API endpoint at identity.api.rackspacecloud.com 443/tcp is currently serving an X.509 cert with an expiration of 2022-07-28 12:00:00 UTC (roughly 1.5 hours ago), so logs can't be uploaded to their swift by our base job, resulting in widespread POST_FAILURE results. Remove them from the round-robin destination list for now, and we can revert this once the cert has been renewed. Change-Id: Icfc593196a1176cb41657c277f80cb01cf2eb654 --- playbooks/base/post-logs.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml index a410c2d..5740b4e 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml @@ -14,9 +14,6 @@ with_random_choice: - 'ovh_bhs' - 'ovh_gra' - - 'rax_dfw' - - 'rax_iad' - - 'rax_ord' loop_control: loop_var: 'opendev_base_item' - name: Upload swift logs to {{ _swift_provider_name }}