- :tablespaces => {
- "Osm2pgsql_Data" => "ssd",
- "Osm2pgsql_Index" => "ssd",
- "Place_Data" => "ssd",
- "Place_Index" => "ssd",
- "Address_Data" => "ssd",
- "Address_Index" => "ssd",
- "Search_Data" => "ssd",
- "Search_Index" => "ssd",
- "Aux_Data" => "data",
- "Aux_Index" => "ssd"
+ :redirects => {
+ :reverse => "poldi.openstreetmap.org"
+ }
+ },
+ :hardware => {
+ :grub => {
+ # lock kernel to 3.16.0-46 due to some issue with igb driver
+ # see https://github.com/openstreetmap/operations/issues/45
+ # for more information.
+ :kernel => "3.16.0-46"