-
Notifications
You must be signed in to change notification settings - Fork 924
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
chore: Deprecate facility in the favor of metro #1971
chore: Deprecate facility in the favor of metro #1971
Conversation
@aayushrangwala perhaps the removal of strorage should be done in a separate PR from the facility deprecation and introduction of metros. |
1d3e36f
to
3f5b662
Compare
Also, I agree with @displague that it's cleaner, safer, & simpler to keep each PR small & doing a specifc thing. That's why I started this journey to update the EquinixMetal driver with the simple and safe PR #1970 |
Sure, will raise another PR |
ae20446
to
ea215b8
Compare
Reviewers, please note that Equinix Metal removed the https://feedback.equinixmetal.com/changelog/reminder-facilities-turns-to-metros-on-may-30 |
@Kami Can you please review and approve this PR as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution.
@aayushrangwala Looks like tests and some other CI checks are failing. Can you please look into it when you get a chance? Thanks. |
Signed-off-by: Ayush Rangwala <ayush.rangwala@gmail.com>
Signed-off-by: Ayush Rangwala <ayush.rangwala@gmail.com>
5f6a837
to
adf831d
Compare
@@ -252,8 +252,12 @@ def ex_list_nodes_for_project(self, ex_project_id, include="plan", page=1, per_p | |||
return list(map(self._to_node, data)) | |||
|
|||
def list_locations(self): | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad merge - several unresolved conflicts in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes missed that file to be committed, resolved
Signed-off-by: Ayush Rangwala <ayush.rangwala@gmail.com>
Signed-off-by: Ayush Rangwala <ayush.rangwala@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sorry for the delay - the PR has finally been merged into trunk. Thanks again for your contribution. |
Changes Title (replace this with a logical title for your changes)
Deprecate facility in the favor of metro API
Description
For more information on contributing, please see Contributing
section of our documentation.
Status
Ready For Review
Checklist (tick everything that applies)