Skip to content
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

Implement Metros #53

Closed
displague opened this issue Apr 7, 2021 · 2 comments
Closed

Implement Metros #53

displague opened this issue Apr 7, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@displague
Copy link
Collaborator

displague commented Apr 7, 2021

Equinix Metal resources (Devices, VLANs, IPReservations, SpotMarketRequests, Batches) accept a new metro field.

Use of the field conflicts with the facility field at spec time. One of facility or metro must be provided for these resources at create time.

Regardless of how the resource was created, facility will be included in the response and subsequent fetches. metro may only be included in the response if the resource was created with a metro parameter, but this differs between resources depending on how that resource type operates at a metro level.

  • Update packngo to 0.9.0+ (0.10.0 will be needed for vlan.vxlan support).
  • Add support for Metros to device resources
  • Add support for Metros to vlan resources
@displague displague added the enhancement New feature or request label Apr 7, 2021
@displague
Copy link
Collaborator Author

Metro support has been added for devices in #57.
Metro support is needed for VLANs.

@displague displague added this to the v0.1.0 milestone Jun 8, 2021
@displague
Copy link
Collaborator Author

VLAN support added in #62

Metros may be used in v0.0.10+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant