From 06b834f31695fd5a75fe0c4972582a7ae8036ca2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 13 May 2016 13:44:12 +0100 Subject: [PATCH] Disable gpximport, statistics and cleanup roles on spike-01 --- roles/grisu.rb | 2 +- roles/spike-01.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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]" ) -- 2.43.2