Ayounsi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/364663 )
Change subject: Route traffic around codfw for asw-b-codfw upgrade. ...................................................................... Route traffic around codfw for asw-b-codfw upgrade. Bug: T169345 Change-Id: I1768bc2cf812e323bce2bb8ba1c8093d1a21a193 --- M hieradata/role/common/cache/misc.yaml M hieradata/role/common/cache/text.yaml M hieradata/role/common/cache/upload.yaml 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Ema: Looks good to me, but someone else must approve jenkins-bot: Verified Ayounsi: Looks good to me, approved diff --git a/hieradata/role/common/cache/misc.yaml b/hieradata/role/common/cache/misc.yaml index b30239f..41fe14b 100644 --- a/hieradata/role/common/cache/misc.yaml +++ b/hieradata/role/common/cache/misc.yaml @@ -15,7 +15,7 @@ cache::route_table: eqiad: 'codfw' codfw: 'eqiad' - ulsfo: 'codfw' + ulsfo: 'eqiad' esams: 'eqiad' cache::app_def_be_opts: port: 80 diff --git a/hieradata/role/common/cache/text.yaml b/hieradata/role/common/cache/text.yaml index 2741c01..0f36875 100644 --- a/hieradata/role/common/cache/text.yaml +++ b/hieradata/role/common/cache/text.yaml @@ -15,7 +15,7 @@ cache::route_table: eqiad: 'codfw' codfw: 'eqiad' - ulsfo: 'codfw' + ulsfo: 'eqiad' esams: 'eqiad' cache::app_def_be_opts: port: 80 diff --git a/hieradata/role/common/cache/upload.yaml b/hieradata/role/common/cache/upload.yaml index 3b0a21a..caf6509 100644 --- a/hieradata/role/common/cache/upload.yaml +++ b/hieradata/role/common/cache/upload.yaml @@ -16,7 +16,7 @@ cache::route_table: eqiad: 'codfw' codfw: 'eqiad' - ulsfo: 'codfw' + ulsfo: 'eqiad' esams: 'eqiad' cache::app_def_be_opts: port: 80 -- To view, visit https://gerrit.wikimedia.org/r/364663 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1768bc2cf812e323bce2bb8ba1c8093d1a21a193 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ayounsi <[email protected]> Gerrit-Reviewer: Ayounsi <[email protected]> Gerrit-Reviewer: Ema <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
