description "Master role applied to ramoth"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:db => {
- :cluster => "9.1/main"
+ :cluster => "9.5/main"
},
:devices => {
:store_openstreetmap => {
}
},
:hardware => {
- :grub => {
- :cmdline => %w(ghes.disable=1)
- },
:watchdog => "w83627hf_wdt"
},
:munin => {
:networking => {
:interfaces => {
:internal_ipv4 => {
- :interface => "eth0",
+ :interface => "bond0",
:role => :internal,
:family => :inet,
- :address => "146.179.159.170",
- :hwaddress => "00:25:90:4b:05:9a"
+ :address => "10.0.48.5",
+ :bond => {
+ :slaves => %w[eth0 eth1]
+ }
}
}
},
)
run_list(
- "role[ic]",
+ "role[equinix]",
"role[db-slave]"
)