description "Master role applied to poldi"
default_attributes(
+ :apt => {
+ :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
+ },
:devices => {
:areca_ld_tune => {
:comment => "RAID arrays on areca",
:md_tune => {
:comment => "Tune the md sync performance so as not to kill system performance",
:parameters => {
- "block/md0/md/sync_speed_min" => "100",
+ "block/md0/md/sync_speed_min" => "1",
"block/md0/md/sync_speed_max" => "100000"
}
}
:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.106"
+ :address => "128.40.45.203"
}
}
},
:nominatim => {
:database => {
:cluster => "9.1/main",
- :dbname => "nominatim"
+ :dbname => "nominatim",
+ :postgis => "2.0"
},
:fpm_pools => {
:www => {
:pm => "dynamic",
- :max_children => "70"
+ :max_children => "60"
},
:bulk => {
:pm => "static",
)
run_list(
- "role[ucl-internal]",
+ "role[ucl-wolfson]",
"role[nominatim]"
)