Skip to content

Commit 3fcbca9

Browse files
committed
Move AMS gateway to tabaluga
1 parent fc5f591 commit 3fcbca9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

roles/equinix-ams.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
:internal => {
88
:inet => {
99
:prefix => "20",
10-
:gateway => "10.0.48.10",
10+
:gateway => "10.0.48.14",
1111
:routes => {
12-
"10.0.0.0/8" => { :via => "10.0.48.10" }
12+
"10.0.0.0/8" => { :via => "10.0.48.14" }
1313
}
1414
}
1515
},

roles/ironbelly.rb

-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
description "Master role applied to ironbelly"
33

44
default_attributes(
5-
:dhcpd => {
6-
:first_address => "10.0.63.1",
7-
:last_address => "10.0.63.254"
8-
},
95
:elasticsearch => {
106
:cluster => {
117
:routing => {
@@ -80,9 +76,7 @@
8076

8177
run_list(
8278
"role[equinix-ams]",
83-
"role[gateway]",
8479
"recipe[rsyncd]",
85-
"recipe[dhcpd]",
8680
"recipe[imagery::za_ngi_aerial]",
8781
"recipe[imagery::us_imagery]"
8882
)

roles/tabaluga.rb

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
description "Master role applied to tabaluga"
33

44
default_attributes(
5+
:dhcpd => {
6+
:first_address => "10.0.63.1",
7+
:last_address => "10.0.63.254"
8+
},
59
:networking => {
610
:interfaces => {
711
:internal => {
@@ -33,5 +37,7 @@
3337

3438
run_list(
3539
"role[equinix-ams]",
36-
"role[hp-g9]"
40+
"role[hp-g9]",
41+
"role[gateway]",
42+
"recipe[dhcpd]"
3743
)

0 commit comments

Comments
 (0)