From: Tom Hughes Date: Wed, 17 Nov 2021 11:29:08 +0000 (+0000) Subject: Use snap-02 as the readonly database for dublin for now X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e7d2a68fd7c65b8c8299257fc85c7e357586f0b0 Use snap-02 as the readonly database for dublin for now --- diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index fb074324c..8a9189266 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -31,7 +31,7 @@ default_attributes( }, :web => { :fileserver => "fafnir", - :readonly_database_host => "snap-03.dub.openstreetmap.org" + :readonly_database_host => "snap-02.ucl.openstreetmap.org" } )