-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt metal-go #333
Labels
enhancement
New feature or request
Comments
This was referenced Sep 5, 2023
/assign @aayushrangwala |
displague
added a commit
that referenced
this issue
Nov 9, 2023
Issue Task as part of migrating metal-cli from packngo to metal-go client, added the support of ports subcommand to use metal-go Fixes: #333 Discussion: As of metal-go 0.22.2 there is 1 issue which needs api support - All the APIs such as `FindPortById`, `BondPort`, `DisbondPort`, `CreatePortVlanAssignmentBatch` etc needs to support `Exclude([]string)` parameter as well. It only supports `Includes([]string)`
aayushrangwala
added a commit
to aayushrangwala/metal-cli
that referenced
this issue
Nov 28, 2023
…nix#376) Issue Task as part of migrating metal-cli from packngo to metal-go client, added the support of gateways subcommand to use metal-go Fixes: equinix#333 --------- Signed-off-by: Ayush Rangwala <[email protected]>
ctreatma
added a commit
that referenced
this issue
Jan 24, 2024
Issue Task as part of migrating metal-cli from packngo to metal-go client, added the support of Two Fa to use metal-go Fixes: #333 Discussion: As of metal-go `0.22.2` there are 2 issues which needs api support - Accepting `otp code` in the input for `Enable and Disable 2FA` is not supported from metal-go - Receiving an `otp` on two fa registered `app` is also not supported --------- Signed-off-by: Ayush Rangwala <[email protected]> Co-authored-by: Charles Treatman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is this issue?
This issue is to track the replacement packngo with metal-go for all interactions with the Equinix Metal API.
The Metal-go SDK is generated from the Equinix Metal API spec, and we will gradually replace all usage of packngo with Metal-go to streamline support.
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
List of PRs
Replaces #270
The text was updated successfully, but these errors were encountered: