You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
v3.0.1 of the Packet provider does not detect the network type correctly on device plans with more than two network ports (n2.xlarge.x86). Due to a recent change in the API, when deploying a network type of "layer3", this version of the provider returns an error message: "Strange 2-bond ports conf - bond0: layer3, bond1: layer2-bonded".
The latest Packet provider is v3.2.1. Version 3.0.1 of the provider is currently templated by lokoctl. These two versions of generally compatible.
(The Equinix Metal provider v1.0.0 is mostly the same as v3.2.1, but the resource names and state would need to be renamed. Managing the migration could be tricky. equinix/terraform-provider-metal#1)
Impact
Updating the Packet provider to v3.2.1. will fix support for 4 port devices on Packet.
Description
v3.0.1 of the Packet provider does not detect the network type correctly on device plans with more than two network ports (n2.xlarge.x86). Due to a recent change in the API, when deploying a network type of "layer3", this version of the provider returns an error message: "Strange 2-bond ports conf - bond0: layer3, bond1: layer2-bonded".
The latest Packet provider is v3.2.1. Version 3.0.1 of the provider is currently templated by lokoctl. These two versions of generally compatible.
(The Equinix Metal provider v1.0.0 is mostly the same as v3.2.1, but the resource names and state would need to be renamed. Managing the migration could be tricky. equinix/terraform-provider-metal#1)
Impact
Updating the Packet provider to v3.2.1. will fix support for 4 port devices on Packet.
Environment and steps to reproduce
lokoctl cluster apply
a. External factors (API was updated)
Strange 2-bond ports conf - bond0: layer3, bond1: layer2-bonded
Expected behavior
No error.
Additional information
Related to packethost/terraform-provider-packet#306
The text was updated successfully, but these errors were encountered: