default_attributes(
:networking => {
:interfaces => {
+ :bond => {
+ :interface => "bond0",
+ :bond => {
+ :slaves => %w[eno1 enp5s0f0]
+ }
+ },
:internal_ipv4 => {
- :interface => "em1",
+ :interface => "bond0.2801",
:role => :internal,
:family => :inet,
:address => "10.0.0.20"
},
:external_ipv4 => {
- :interface => "em2",
+ :interface => "bond0.2800",
:role => :external,
:family => :inet,
- :address => "128.40.45.204"
+ :address => "193.60.236.18"
}
}
},
:postgresql => {
+ :versions => ["13"],
:settings => {
:defaults => {
:listen_addresses => "10.0.0.20",
:work_mem => "160MB",
- :maintenance_work_mem => "10GB",
- :random_page_cost => "1.5",
- :effective_cache_size => "60GB"
+ :effective_io_concurrency => "256",
+ :fsync => "on"
}
}
},
:nominatim => {
+ :state => "standalone",
+ :dbcluster => "13/main",
+ :postgis => "3",
+ :enable_backup => true,
:flatnode_file => "/ssd/nominatim/nodes.store",
- :database => {
- :cluster => "9.3/main",
- :dbname => "nominatim",
- :postgis => "2.1"
- },
- :fpm_pools => {
- :www => {
- :port => "8000",
- :pm => "dynamic",
- :max_children => "60"
- },
- :bulk => {
- :port => "8001",
- :pm => "static",
- :max_children => "10"
- }
- },
- :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"
+ :tablespaces => {
+ "daux" => "/data/tablespaces/daux",
+ "iaux" => "/data/tablespaces/iaux"
}
+
}
)
run_list(
- "role[ucl-wolfson]",
- "role[nominatim-master]"
+ "role[ucl]",
+ "role[nominatim]"
)