description "Master role applied to orm"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:devices => {
:ssd_samsung => {
:comment => "Tune scheduler for SSD",
}
}
},
- :munin => {
- :plugins => {
- :ipmi_fans => {
- :Sys3Front1 => { :graph => "no" },
- :Sys4Front2 => { :graph => "no" },
- :Sys5Rear1 => { :graph => "no" },
- :Sys6 => { :graph => "no" },
- :Sys7 => { :graph => "no" },
- :Sys8 => { :graph => "no" },
- :Sys9 => { :graph => "no" },
- :Sys10 => { :graph => "no" }
- },
- :ipmi_temp => {
- :CPU0belowTmax => { :critical => "10:" },
- :CPU1belowTmax => { :critical => "10:" }
- },
- :sensors_fan => {
- :fan3 => { :graph => "no" },
- :fan4 => { :graph => "no" },
- :fan5 => { :graph => "no" },
- :fan6 => { :graph => "no" },
- :fan7 => { :graph => "no" },
- :fan8 => { :graph => "no" },
- :fan9 => { :graph => "no" },
- :fan10 => { :graph => "no" },
- :fan11 => { :graph => "no" },
- :fan12 => { :graph => "no" }
- },
- :sensors_volt => {
- :contacts => "null",
- :volt6 => {
- :warning => "2.992:3.536"
- }
- }
- }
- },
:networking => {
:interfaces => {
:external_ipv4 => {
}
},
:postgresql => {
- :versions => [ "9.1" ],
+ :versions => ["9.4"],
:settings => {
:defaults => {
:shared_buffers => "8GB",
:sysctl => {
:postgres => {
:comment => "Increase shared memory for postgres",
- :parameters => {
+ :parameters => {
"kernel.shmmax" => 9 * 1024 * 1024 * 1024,
"kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
}
}
},
:tile => {
+ :database => {
+ :cluster => "9.4/main"
+ },
:node_file => "/store/database/nodes",
:styles => {
:default => {
override_attributes(
:networking => {
- :nameservers => [ "8.8.8.8", "8.8.4.4" ]
+ :nameservers => ["8.8.8.8", "8.8.4.4"]
}
)
run_list(
"role[ic]",
+ "role[tyan-s7010]",
"role[tile]"
)