afterburn
afterburn copied to clipboard
platform: support quad-NIC servers on Packet (n2)
Feature Request
Environment
What hardware/cloud provider/hypervisor is being used to run Afterburn?
Packet, specifically the n2 servers
Desired Feature
At https://github.com/coreos/afterburn/blob/d56ad64d2ed26fc0e2bcb1650b6fa68c0d8fc17a/src/providers/packet/mod.rs#L248 the Packet provider properly handles dual-NIC systems, but does not currently support the quad-NIC n2 system type.
Other Information
Noted by Kinvolk in the course of an integration.
Also noted is https://github.com/packethost/packngo/issues/173 where some of the relevant data is being returned wrong - it's possible that this issue in packngo and the Packet API will, when fixed, make this issue go away.