Commit a392924 1 parent fc5f591 commit a392924 Copy full SHA for a392924
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
:internal => {
8
8
:inet => {
9
9
:prefix => "20" ,
10
- :gateway => "10.0.48.10 " ,
10
+ :gateway => "10.0.48.14 " ,
11
11
:routes => {
12
12
"10.0.0.0/8" => { :via => "10.0.48.10" }
13
13
}
Original file line number Diff line number Diff line change 2
2
description "Master role applied to ironbelly"
3
3
4
4
default_attributes (
5
- :dhcpd => {
6
- :first_address => "10.0.63.1" ,
7
- :last_address => "10.0.63.254"
8
- } ,
9
5
:elasticsearch => {
10
6
:cluster => {
11
7
:routing => {
80
76
81
77
run_list (
82
78
"role[equinix-ams]" ,
83
- "role[gateway]" ,
84
79
"recipe[rsyncd]" ,
85
- "recipe[dhcpd]" ,
86
80
"recipe[imagery::za_ngi_aerial]" ,
87
81
"recipe[imagery::us_imagery]"
88
82
)
Original file line number Diff line number Diff line change 2
2
description "Master role applied to tabaluga"
3
3
4
4
default_attributes (
5
+ :dhcpd => {
6
+ :first_address => "10.0.63.1" ,
7
+ :last_address => "10.0.63.254"
8
+ } ,
5
9
:networking => {
6
10
:interfaces => {
7
11
:internal => {
33
37
34
38
run_list (
35
39
"role[equinix-ams]" ,
36
- "role[hp-g9]"
40
+ "role[hp-g9]" ,
41
+ "role[gateway]" ,
42
+ "recipe[dhcpd]"
37
43
)
You can’t perform that action at this time.
0 commit comments