Skip to content

Commit

Permalink
set mgmt interfaces as default route
Browse files Browse the repository at this point in the history
  • Loading branch information
TorLdre committed Dec 13, 2017
1 parent c8372ff commit 484b350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hieradata/nodes/bgo/bgo-object-01.yaml
Expand Up @@ -14,7 +14,7 @@ network::interfaces_hash:
onboot: 'yes'
ipaddress: '172.16.0.119'
netmask: '255.255.248.0'
defroute: 'no'
defroute: 'yes'
dns1: "%{hiera('mgmt__address__proxy')}"
domain: "%{hiera('netcfg_dns_search')}"
peerdns: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion hieradata/nodes/bgo/bgo-object-02.yaml
Expand Up @@ -14,7 +14,7 @@ network::interfaces_hash:
onboot: 'yes'
ipaddress: '172.16.0.120'
netmask: '255.255.248.0'
defroute: 'no'
defroute: 'yes'
dns1: "%{hiera('mgmt__address__proxy')}"
domain: "%{hiera('netcfg_dns_search')}"
peerdns: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion hieradata/nodes/bgo/bgo-object-03.yaml
Expand Up @@ -14,7 +14,7 @@ network::interfaces_hash:
onboot: 'yes'
ipaddress: '172.16.0.121'
netmask: '255.255.248.0'
defroute: 'no'
defroute: 'yes'
dns1: "%{hiera('mgmt__address__proxy')}"
domain: "%{hiera('netcfg_dns_search')}"
peerdns: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion hieradata/nodes/bgo/bgo-object-04.yaml
Expand Up @@ -14,7 +14,7 @@ network::interfaces_hash:
onboot: 'yes'
ipaddress: '172.16.0.122'
netmask: '255.255.248.0'
defroute: 'no'
defroute: 'yes'
dns1: "%{hiera('mgmt__address__proxy')}"
domain: "%{hiera('netcfg_dns_search')}"
peerdns: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion hieradata/nodes/bgo/bgo-object-05.yaml
Expand Up @@ -14,7 +14,7 @@ network::interfaces_hash:
onboot: 'yes'
ipaddress: '172.16.0.123'
netmask: '255.255.248.0'
defroute: 'no'
defroute: 'yes'
dns1: "%{hiera('mgmt__address__proxy')}"
domain: "%{hiera('netcfg_dns_search')}"
peerdns: 'yes'
Expand Down

0 comments on commit 484b350

Please sign in to comment.