description "Master role applied to errol"
default_attributes(
- :munin => {
- :plugins => {
- :sensors_fan => {
- :contacts => "null"
- },
- :sensors_temp => {
- :contacts => "null"
- },
- :sensors_volt => {
- :contacts => "null",
- :volt10 => {
- :warning => "3.11:3.50",
- :critical => "2.98:3.63"
- }
- }
- }
- },
:devices => {
:osdsk => {
:comment => "First os disk",
:networking => {
:interfaces => {
:internal_ipv4 => {
- :interface => "eth0",
+ :interface => "eth0.2801",
:role => :internal,
:family => :inet,
:address => "10.0.0.14"
},
:external_ipv4 => {
- :interface => "eth1",
+ :interface => "eth0.2800",
:role => :external,
:family => :inet,
- :address => "128.40.168.103"
+ :address => "193.60.236.13"
}
}
}
-);
+)
run_list(
- "role[ucl-external]",
+ "role[ucl]",
+ "role[tyan-s7010]",
"role[dev]"
)