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"
}
}
},
:postgresql => {
+ :versions => [ "9.1" ],
:settings => {
:defaults => {
:shared_buffers => "24GB",
}
},
:nominatim => {
+ :enabled => false,
+ :database => {
+ :cluster => "9.1/main",
+ :dbname => "nominatim",
+ :postgis => "2.0"
+ },
:fpm_pools => {
:www => {
:pm => "dynamic",
- :max_children => "80"
+ :max_children => "60"
},
:bulk => {
:pm => "static",
:max_children => "10"
}
}
- },
- :munin => {
- :plugins => {
- :sensors_volt => {
- :volt6 => {
- :warning => "2.99:3.54",
- :critical => "2.50:4.00"
- }
- }
- }
}
)
run_list(
- "role[ucl-internal]",
+ "role[ucl-wolfson]",
+ "role[tyan-s7010]",
"role[nominatim]"
)