Skip to content

Commit

Permalink
Move AMS gateway to tabaluga
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 26, 2024
1 parent fc5f591 commit 3fcbca9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions roles/equinix-ams.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
: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" }
}
}
},
Expand Down
6 changes: 0 additions & 6 deletions roles/ironbelly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
description "Master role applied to ironbelly"

default_attributes(
:dhcpd => {
:first_address => "10.0.63.1",
:last_address => "10.0.63.254"
},
:elasticsearch => {
:cluster => {
:routing => {
Expand Down Expand Up @@ -80,9 +76,7 @@

run_list(
"role[equinix-ams]",
"role[gateway]",
"recipe[rsyncd]",
"recipe[dhcpd]",
"recipe[imagery::za_ngi_aerial]",
"recipe[imagery::us_imagery]"
)
8 changes: 7 additions & 1 deletion roles/tabaluga.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
description "Master role applied to tabaluga"

default_attributes(
:dhcpd => {
:first_address => "10.0.63.1",
:last_address => "10.0.63.254"
},
:networking => {
:interfaces => {
:internal => {
Expand Down Expand Up @@ -33,5 +37,7 @@

run_list(
"role[equinix-ams]",
"role[hp-g9]"
"role[hp-g9]",
"role[gateway]",
"recipe[dhcpd]"
)

0 comments on commit 3fcbca9

Please sign in to comment.