File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 :internal => {
88 :inet => {
99 :prefix => "20" ,
10- :gateway => "10.0.48.10 " ,
10+ :gateway => "10.0.48.14 " ,
1111 :routes => {
1212 "10.0.0.0/8" => { :via => "10.0.48.10" }
1313 }
Original file line number Diff line number Diff line change 22description "Master role applied to ironbelly"
33
44default_attributes (
5- :dhcpd => {
6- :first_address => "10.0.63.1" ,
7- :last_address => "10.0.63.254"
8- } ,
95 :elasticsearch => {
106 :cluster => {
117 :routing => {
8076
8177run_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)
Original file line number Diff line number Diff line change 22description "Master role applied to tabaluga"
33
44default_attributes (
5+ :dhcpd => {
6+ :first_address => "10.0.63.1" ,
7+ :last_address => "10.0.63.254"
8+ } ,
59 :networking => {
610 :interfaces => {
711 :internal => {
3337
3438run_list (
3539 "role[equinix-ams]" ,
36- "role[hp-g9]"
40+ "role[hp-g9]" ,
41+ "role[gateway]" ,
42+ "recipe[dhcpd]"
3743)
You can’t perform that action at this time.
0 commit comments