]> git.openstreetmap.org Git - chef.git/commitdiff
Move planet dump and replication to grisu
authorTom Hughes <tom@compton.nu>
Mon, 16 Jul 2018 13:19:35 +0000 (14:19 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 16 Jul 2018 13:19:35 +0000 (14:19 +0100)
roles/grisu.rb
roles/ironbelly.rb

index 595b5a0f6320d2f704b533efe5348e2e199f2632..40e5dd3f598065945e3273ebba24dae0bcae36fa 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
     }
   },
   :planet => {
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   }
 )
 
   }
 )
 
@@ -65,5 +65,6 @@ run_list(
   "role[web-storage]",
   "role[backup]",
   "role[planet]",
   "role[web-storage]",
   "role[backup]",
   "role[planet]",
+  "role[planetdump]",
   "recipe[openvpn]"
 )
   "recipe[openvpn]"
 )
index 38bc9edb822d69ae8ded00f52585464844050c83..ab0673089c577ba6e4c149dfa8e83e6b528deea6 100644 (file)
@@ -72,7 +72,7 @@ default_attributes(
     }
   },
   :planet => {
     }
   },
   :planet => {
-    :replication => "enabled"
+    :replication => "disabled"
   },
   :rsyncd => {
     :modules => {
   },
   :rsyncd => {
     :modules => {
@@ -125,7 +125,7 @@ run_list(
   "role[backup]",
   "role[stats]",
   "role[planet]",
   "role[backup]",
   "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",