Fix bond nic-configs for ceph node

It turns out that the nic mapping in the ceph node was not correct.
This makes it line up with the other node types.
This commit is contained in:
Ben Nemec 2017-06-22 16:34:45 -05:00
parent 047a847a39
commit 0d3e6b7b0d
2 changed files with 507 additions and 504 deletions

View File

@ -99,13 +99,13 @@ resources:
- default: true
next_hop: {get_param: ControlPlaneDefaultRoute}
- type: interface
name: nic4
name: nic5
mtu: 1350
use_dhcp: false
addresses:
- ip_netmask: {get_param: StorageIpSubnet}
- type: interface
name: nic5
name: nic6
mtu: 1350
use_dhcp: false
addresses:

File diff suppressed because it is too large Load Diff