default_attributes(
:networking => {
:interfaces => {
+ :bond => {
+ :interface => "bond0",
+ :bond => {
+ :slaves => %w[eno1 enp5s0f0]
+ }
+ },
:internal_ipv4 => {
- :interface => "em1.2801",
+ :interface => "bond0.2801",
:role => :internal,
:family => :inet,
:address => "10.0.0.20"
},
:external_ipv4 => {
- :interface => "em1.2800",
+ :interface => "bond0.2800",
:role => :external,
:family => :inet,
:address => "193.60.236.18"
}
},
:postgresql => {
- :versions => ["12"],
+ :versions => ["14"],
:settings => {
:defaults => {
:listen_addresses => "10.0.0.20",
:random_page_cost => "1.5",
:effective_cache_size => "60GB",
:effective_io_concurrency => "256",
- :fsync => "on"
+ :fsync => "off"
}
}
},
- :apache => {
- :event => {
- :max_request_workers => 3000,
- :threads_per_child => 70
- }
- },
:nominatim => {
:state => "standalone",
:dbadmins => %w[lonvia tomh],
- :dbcluster => "12/main",
- :postgis => "2.5",
+ :dbcluster => "14/main",
+ :postgis => "3",
:enable_backup => true,
:flatnode_file => "/ssd/nominatim/nodes.store",
:tablespaces => {