From: Tom Hughes Date: Mon, 16 Jul 2018 13:19:35 +0000 (+0100) Subject: Move planet dump and replication to grisu X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e3654d6a7a28bbf68a479dbd95a08bb64e9b0b2e Move planet dump and replication to grisu --- diff --git a/roles/grisu.rb b/roles/grisu.rb index 595b5a0f6..40e5dd3f5 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" } ) @@ -65,5 +65,6 @@ run_list( "role[web-storage]", "role[backup]", "role[planet]", + "role[planetdump]", "recipe[openvpn]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 38bc9edb8..ab0673089 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -72,7 +72,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" }, :rsyncd => { :modules => { @@ -125,7 +125,7 @@ run_list( "role[backup]", "role[stats]", "role[planet]", - "role[planetdump]", + # "role[planetdump]", "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]",