From 2c68149e37dec3753803158a1add401601be6b51 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 12 Mar 2025 13:15:29 -0700 Subject: [PATCH] Disable ovh job log uploads OVH appears to be having a keystone outage according to their status page. We are not able to boot instances in either region and log uploads are failing. While we are at it we update base-test to only upload to ovh so that we can easily test things are working again later prior to reverting this change. Change-Id: I5e15c71238f49ca4cc812f38f1eb33edef22578a --- playbooks/base-test/post-logs.yaml | 6 +++--- playbooks/base/post-logs.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/base-test/post-logs.yaml b/playbooks/base-test/post-logs.yaml index 0399c75..d7b804c 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -15,9 +15,9 @@ with_random_choice: - 'ovh_bhs' - 'ovh_gra' - - 'rax_dfw' - - 'rax_iad' - - 'rax_ord' + #- 'rax_dfw' + #- 'rax_iad' + #- 'rax_ord' loop_control: loop_var: 'opendev_base_item' - name: Upload swift logs to {{ _swift_provider_name }} diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml index a410c2d..2516e80 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml @@ -12,8 +12,8 @@ set_fact: _swift_provider_name: "{{ opendev_base_item }}" with_random_choice: - - 'ovh_bhs' - - 'ovh_gra' + #- 'ovh_bhs' + #- 'ovh_gra' - 'rax_dfw' - 'rax_iad' - 'rax_ord'