description "Master role applied to gorwen"
default_attributes(
+ :dhcpd => {
+ :first_address => "10.0.78.1",
+ :last_address => "10.0.78.254"
+ },
:networking => {
:interfaces => {
:internal => {
:interface => "bond0",
:role => :internal,
:inet => {
- :address => "10.0.64.11"
+ :address => "10.0.64.12"
},
:bond => {
:mode => "802.3ad",
:interface => "bond0.101",
:role => :external,
:inet => {
- :address => "184.104.226.107"
+ :address => "184.104.226.108"
},
:inet6 => {
- :address => "2001:470:1:b3b::b"
+ :address => "2001:470:1:b3b::c"
}
}
}
run_list(
"role[equinix-dub]",
"role[hp-dl360e-g8]",
- "role[overpass-query]"
+ "role[community]",
+ "recipe[dhcpd]"
)