:internal => {
:inet => {
:prefix => "20",
- :gateway => "10.0.48.17",
+ :gateway => "10.0.48.10",
:routes => {
- "10.0.0.0/8" => { :via => "10.0.48.17" }
+ "10.0.0.0/8" => { :via => "10.0.48.10" }
}
}
},
description "Master role applied to norbert"
default_attributes(
- :dhcpd => {
- :first_address => "10.0.63.1",
- :last_address => "10.0.63.254"
- },
:networking => {
:interfaces => {
:internal => {
run_list(
"role[equinix-ams]",
- "role[gateway]",
"role[geodns]",
"role[backup]",
"role[planet]",
"role[planetdump]",
- "recipe[dhcpd]",
"recipe[tilelog]"
)