]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Move planet replication to ironbelly
[chef.git] / roles / ironbelly.rb
index cde5fb78ce1627542a4f37c4015e2e4bc62c08a0..046262d4345f15839fc92ee79261582793e03f0b 100644 (file)
@@ -5,6 +5,10 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :elasticsearch => {
     :cluster => {
       :routing => {
@@ -75,7 +79,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   },
   :rsyncd => {
     :modules => {
@@ -121,16 +125,17 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[gateway]",
   "role[web-storage]",
   "role[supybot]",
   "role[backup]",
   "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
+  "recipe[dhcpd]",
   "recipe[openvpn]",
   "recipe[tilelog]"
 )