-
Notifications
You must be signed in to change notification settings - Fork 36
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
Propagate error from erroneous VM deployment #312
Propagate error from erroneous VM deployment #312
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-cloudstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrisdoherty4 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 |
/run-e2e |
@chrisdoherty4 a jenkins job has been kicked to run test with following paramaters:
|
Setting up environment failed |
@chrisdoherty4 is this ready for testing? /run-e2e |
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
|
Setting up environment failed |
When creating virtual machines the CloudStack API call may fail but a VM is still created. In this case, we populate VM data on the CloudStackMachine object so the end user can manually clean up. However, we don't return the underlying error that results in the error being swallowed.