From 85e1ff20ea065e656ab94b779cb589f109d7d02f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 16 Nov 2022 07:49:45 -0800 Subject: [PATCH] Disable ovh swift endpoints due to errors There is an incident producing errors with ovh swift object storage [0]. Disable these regions until that incident is resolved. Note we disable rax on the test job so that we can easily test things are functional once this incident is resolved. Reverting this change will reenable all swift endpoints in base and base-test jobs. [0] https://public-cloud.status-ovhcloud.com/incidents/by8279p6sdjd Change-Id: I8f0655f95308a31881680d1b0c25ed6af8f54fb7 --- 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 d530105..996a062 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -14,9 +14,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'