]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
use a common tablespace layout for all nominatim servers
[chef.git] / roles / poldi.rb
index b9aa337dc896ea8f4630a554d5416d355298aaf4..e121bf345d678275ca1ab09344c3d48bdf69d44e 100644 (file)
@@ -47,6 +47,12 @@ default_attributes(
         :role => :external,
         :family => :inet,
         :address => "193.63.75.101"
+      },
+      :external_ipv6 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2001:630:12:500:2e0:81ff:fec5:333e"
       }
     }
   },
@@ -82,18 +88,6 @@ default_attributes(
         :pm => "static",
         :max_children => "10"
       }
-    },
-    :tablespaces => {
-      "Osm2pgsql_Data" => "aux",
-      "Osm2pgsql_Index" => "data",
-      "Place_Data" => "ssd2",
-      "Place_Index" => "ssd1",
-      "Address_Data" => "ssd2",
-      "Address_Index" => "ssd1",
-      "Search_Data" => "ssd1",
-      "Search_Index" => "ssd1",
-      "Aux_Data" => "aux",
-      "Aux_Index" => "aux"
     }
   }
 )