description "Master role applied to tabaluga"
default_attributes(
+ :dhcpd => {
+ :first_address => "10.0.63.1",
+ :last_address => "10.0.63.254"
+ },
:networking => {
:interfaces => {
:internal => {
}
},
:external => {
- :interface => "bond0.2",
+ :interface => "bond0.3",
:role => :external,
:inet => {
:address => "184.104.179.142"
run_list(
"role[equinix-ams]",
- "role[hp-g9]"
+ "role[hp-g9]",
+ "role[gateway]",
+ "recipe[dhcpd]"
)