From: Tom Hughes Date: Thu, 20 Oct 2016 09:01:19 +0000 (+0100) Subject: Move thorn-02 and thorn-03 back to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/998af5e2f9919ae6e3d5387b9852225494a4e0ac Move thorn-02 and thorn-03 back to ramoth --- diff --git a/roles/ic.rb b/roles/ic.rb index 1139e184b..de7a1c19e 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -32,7 +32,7 @@ default_attributes( :web => { :backends => %w(rails1 rails2 rails3), :fileserver => "ironbelly", - :readonly_database_host => "katla.bm.openstreetmap.org" + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index f1955526a..b06587b5e 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -20,9 +20,6 @@ default_attributes( "net.ipv6.conf.eth0.accept_ra" => "0" } } - }, - :web => { - :readonly_database_host => "db-slave" } )