-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add VPCZones #12
Add VPCZones #12
Conversation
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.
Need needs a revisit based on the data what is been published in the powervs doc here - https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-power-virtual-server
and also please confirm the powervs zones to the colocated vpc zones mapping
67b2d48
to
62d3d24
Compare
SysTypes: []string{"s922", "e980"}, | ||
VPCZones: []string{"ca-tor-1", "ca-tor-2", "ca-tor-3"}, | ||
}, | ||
"us-south": { |
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.
How about moving this next to dal region block and adding a comment stating why we added it as separate entry
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.
I have kept it in same order to maintain the alpha ascending order. Just added a comment.
e832f78
to
23e6bd4
Compare
Add toronto & us-south region Update us-east region Add an utility function Remove VPCRegion for Montreal since it does not have respective VPC region
23e6bd4
to
2d1707a
Compare
@mkumatag Refactored now, region is not going to be used anywhere, just used as a plain string to map the respective values. |
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.
I will let @Karthik-K-N to LGTM
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dharaneeshvrd, Karthik-K-N, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add toronto region
Add few utility functions
Removed VPCRegion for Montreal since it does not have respective VPC region