From ddb3137d87e07cba8ad0ffb0ce5e2b8ca678fdc4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 11 Dec 2023 09:09:57 -0800 Subject: [PATCH] Revert "Temporarily disable uploads to ovh_gra" This restores our standard log upload config now that the outage in ovh is resolved. This reverts commit babd74eb4f23666a016c2cb74f363fecbd10cf65. This reverts commit 7e033243f3be3a8a1d0ed02c4642b0ab82dbe103. Change-Id: Ib308489085a6ad2ace501e4ae078606634eda50a --- playbooks/base-test/post-logs.yaml | 8 ++++---- playbooks/base/post-logs.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/base-test/post-logs.yaml b/playbooks/base-test/post-logs.yaml index 237aa1f..d530105 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -12,11 +12,11 @@ set_fact: _swift_provider_name: "{{ opendev_base_item }}" with_random_choice: - #- 'ovh_bhs' + - '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 8cc1a23..a410c2d 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml @@ -13,7 +13,7 @@ _swift_provider_name: "{{ opendev_base_item }}" with_random_choice: - 'ovh_bhs' - #- 'ovh_gra' + - 'ovh_gra' - 'rax_dfw' - 'rax_iad' - 'rax_ord'