From e3654d6a7a28bbf68a479dbd95a08bb64e9b0b2e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 16 Jul 2018 14:19:35 +0100 Subject: [PATCH] Move planet dump and replication to grisu --- roles/grisu.rb | 3 ++- roles/ironbelly.rb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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]", -- 2.43.2