From: Tom Hughes Date: Fri, 13 May 2016 12:44:12 +0000 (+0100) Subject: Disable gpximport, statistics and cleanup roles on spike-01 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/06b834f31695fd5a75fe0c4972582a7ae8036ca2?ds=inline Disable gpximport, statistics and cleanup roles on spike-01 --- diff --git a/roles/grisu.rb b/roles/grisu.rb index 613f9f27c..d6c149c6b 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" } ) diff --git a/roles/spike-01.rb b/roles/spike-01.rb index 7ac4eceae..97955daf5 100644 --- a/roles/spike-01.rb +++ b/roles/spike-01.rb @@ -42,7 +42,7 @@ run_list( "role[ic]", "role[hp-dl360-g6]", "role[web-frontend]", - "role[web-gpximport]", - "role[web-statistics]", - "role[web-cleanup]" +# "role[web-gpximport]", +# "role[web-statistics]", +# "role[web-cleanup]" )