-
Notifications
You must be signed in to change notification settings - Fork 15
CORS-2387: IBMCloud: Add NetworkResourceGroup #12
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
Conversation
|
/retest |
lobziik
left a comment
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.
Looks good to me. Since these changes are backward compatible think it's ok to go I think.
Only one thing, @cjschaef is it possible to update the linked JIRA card with some detailed description, since the commit message references it?
|
/lgtm |
| // NetworkResourceGroup is Resource Group of the VPC. This may be the same as ResourceGroup if the | ||
| // machines are created in the same Resource Group as the network resources. | ||
| // (optional) |
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.
What happens when it's omitted, you should explain that within this godoc
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.
Sure, I can add details, that this value is required if you are using BYON resources, failing if a VPCName is provided and NRG is not. on the expectations of NRG in relation to RG and VPCName (existing BYON resources).
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.
Sorry, I was thinking of how this was related to the installer's install-config.yaml. In the PlatformStatus, things are slightly different, as far as expectations. I will update though.
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.
Okay, hopefully the update I added is useful
elmiko
left a comment
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 aside from Joel's comment
Add support for a NetworkResourceGroup in the MachineProviderSpec, and the logic for performing lookups during a machine creation for IBM Cloud. Related: https://issues.redhat.com/browse/CORS-2387
elmiko
left a comment
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
will leave it for Joel to add the approve
|
Hopefully just a flake with that image/download/checksum. |
|
/approve Looks good |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Monitoring until it does pass. |
|
@cjschaef: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Add support for a NetworkResourceGroup in the MachineProviderSpec, and the logic for performing lookups during a machine creation for IBM Cloud.
Related: https://issues.redhat.com/browse/CORS-2387