From 21db602c8d3b29da17982aa8786a8ee1e1562d9c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Feb 2023 10:24:50 +0000 Subject: [PATCH] Move remaining planet serving work to norbert --- roles/ironbelly.rb | 7 +------ roles/norbert.rb | 6 +++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7d703858f..eb6ff6c53 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -55,9 +55,6 @@ default_attributes( } } }, - :planet => { - :replication => "enabled" - }, :prometheus => { :snmp => { "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } }, @@ -105,8 +102,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "role[supybot]", - "role[planet]", "recipe[rsyncd]", - "recipe[dhcpd]", - "recipe[tilelog]" + "recipe[dhcpd]" ) diff --git a/roles/norbert.rb b/roles/norbert.rb index fe41d529b..ae57f844b 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -30,6 +30,9 @@ default_attributes( } } + }, + :planet => { + :replication => "enabled" } ) @@ -38,5 +41,6 @@ run_list( "role[geodns]", "role[backup]", "role[planet]", - "role[planetdump]" + "role[planetdump]", + "recipe[tilelog]" ) -- 2.39.5