Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

packet: update terraform provider to 3.2.1 #1349

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

surajssd
Copy link
Member

With recent Equinix Metal API changes, v3.0.1 of the provider can not properly detect the network type configuration for n2.xlarge.86 devices.

v3.2.1 does not have this problem.

Testing

Add the following worker pool to the packet cluster config and it should create the cluster without failing with issues like: Strange 2-bond ports conf - bond0: layer3, bond1: layer2-bonded.

  worker_pool "scylla" {
    count = 1
    node_type = "n2.xlarge.x86"
    disable_bgp = true
  }

This is based on the work by @displague from #1347. I just ran make install to add all the updated assets shipped with the binary.

With recent Equinix Metal API changes, v3.0.1 of the provider can not
properly detect the network type configuration for n2.xlarge.86 devices.

v3.2.1 does not have this problem.

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
Copy link
Member

@knrt10 knrt10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@surajssd surajssd merged commit a1ddf1f into master Jan 27, 2021
@surajssd surajssd deleted the surajssd/update-packet-provider branch January 27, 2021 08:34
@surajssd surajssd added this to the v0.6.1 milestone Jan 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants