From 8a7b3895d436c63c2e9a3b8bca0e74267cd6a7d0 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 16 Nov 2022 11:50:02 -0800 Subject: [PATCH] Revert "Disable ovh swift endpoints due to errors" This reverts commit 85e1ff20ea065e656ab94b779cb589f109d7d02f. The incident [0] has been marked as resolved by our provider. We should be good to return to our full set of swift backends for log storage. [0] https://public-cloud.status-ovhcloud.com/incidents/by8279p6sdjd Change-Id: I46d5ae367412081808c22f6b2626fbb83fe2e34c --- 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 996a062..d530105 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 2516e80..a410c2d 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'