-
Notifications
You must be signed in to change notification settings - Fork 919
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
govc: add support for supervisor services deploy #2668
Conversation
da1a93a
to
22e28d3
Compare
13df470
to
ef5c5c5
Compare
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.
Thank you @rikatz , looks great! Just a few minor suggestions/requests.
@dougm thanks for the review :) and sorry for the delay, a lot of other stuff ongoing here :/ Hopefully this is right now and all the tests will pass as well :) |
13d5593
to
331b699
Compare
Thx @rikatz ! Once the review is done, can you please squash your commits and follow our contribution guidelines in terms of title and message body (reference issue) so your work renders nicely in the CHANGELOG? |
Closes: 2690 Signed-off-by: Ricardo Katz <rkatz@vmware.com>
331b699
to
742f289
Compare
@embano1 happy holidays :) sorry for the delay, last days were busy! I have squashed the commits and rewritten the commit message to be aligned with contribution guideline. Thanks! |
Thx, LGTM but will ask @dougm to approve. |
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 great @rikatz , thanks!
In PR vmware#2668 we refactored the 'StatusOK' method into a 'Status' method, which we don't need without a response body, as w.WriteHeader can be used directly instead.
In PR vmware#2668 we refactored the 'StatusOK' method into a 'Status' method, which we don't need without a response body, as w.WriteHeader can be used directly instead.
In PR vmware#2668 we refactored the 'StatusOK' method into a 'Status' method, which we don't need without a response body, as w.WriteHeader can be used directly instead.
Signed-off-by: Ricardo Katz rkatz@vmware.com
Description
Initial work on supporting vSphere Namespaces supervisor services.
Right now it's possible to:
TODO: Write VCSIM things
Type of change
Please mark options that are relevant:
not work as expected)
How Has This Been Tested?
Tested with a real cluster. Still will check to write some unit tests
Checklist:
this project