equinix/terraform-metal-vsphere

Support hybrid-unbonded network type

displague opened this issue · 0 comments

Prior to #29, it was possible to deploy this project in legacy facilities. The problem that was being addressed in #29 was #28.

The enhancements of using Hybrid-bonded mode came with the cost of losing this legacy support.

To support hybrid-unbonded mode, metal_device_network_type resources could be optionally applied based on whether or not the facility has the IBX feature flag.

The pre_req.py script would modify /etc/network/interfaces for gateway nodes not in IBX facilities (similar to what was previously done, taking packethost/packet-networking#35 into account).

The ESXi hosts are not using hybrid-bonded mode, so no changes are needed there.