:internal => {
:inet => {
:prefix => "20",
- :gateway => "10.0.48.10",
+ :gateway => "10.0.48.14",
:routes => {
- "10.0.0.0/8" => { :via => "10.0.48.10" }
+ "10.0.0.0/8" => { :via => "10.0.48.14" }
}
}
},
description "Master role applied to ironbelly"
default_attributes(
- :dhcpd => {
- :first_address => "10.0.63.1",
- :last_address => "10.0.63.254"
- },
:elasticsearch => {
:cluster => {
:routing => {
run_list(
"role[equinix-ams]",
- "role[gateway]",
"recipe[rsyncd]",
- "recipe[dhcpd]",
"recipe[imagery::za_ngi_aerial]",
"recipe[imagery::us_imagery]"
)
description "Master role applied to tabaluga"
default_attributes(
+ :dhcpd => {
+ :first_address => "10.0.63.1",
+ :last_address => "10.0.63.254"
+ },
:networking => {
:interfaces => {
:internal => {
run_list(
"role[equinix-ams]",
- "role[hp-g9]"
+ "role[hp-g9]",
+ "role[gateway]",
+ "recipe[dhcpd]"
)