feat: add ISO support in supervisor builder#501
Conversation
5cec440 to
c03ef56
Compare
c03ef56 to
ff45797
Compare
bde1208 to
7adce08
Compare
ericvmw
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the change!
There was a problem hiding this comment.
Hey @dilyar85,
Thanks for the PR, I've just finished my review pass, overall LGTM, I lack a bit of context on some of the changes here, so the feedback I left is mostly some documentation questions/comments, nothing major.
I'll let you address those, and will come back for another pass once this is done, but I'm pre-approving this PR now so it's not a blocker later on.
Edit: I forgot about the breaking change I spotted a while back, before leaving on vacation, apologies. The possibly breaking change is more of a concern here, if this is necessary, I won't block the PR per se, but we should consider making the release a major one to account for this break.
a91f30a
a91f30a to
9e5cd0b
Compare
|
@lbajolet-hashicorp - Thoughts on staging this one into a 2.0.0? |
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
Hey @dilyar85,
Apologies for the long wait between my reviews; looking through the code, it seems good to me, if we are aware that there's a breaking change, and we release this change as a major version, there's no reason for me to request changes, especially if this is an expected change and the upstream dependency/API don't support the old way of describing things.
Overall, LGTM!
9e5cd0b to
626605e
Compare
|
@dilyar85 - I've rebased this one and review for the v2.0.0 release. There are a couple dependencies items and one other breaking change that I'd like use to get in for that release so stay tuned over our DMs. |
626605e to
912c8c8
Compare
912c8c8 to
710d08c
Compare
Updates to v2.0.0-dev. Ref: #501 Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
Updates to v2.0.0-dev. Ref: #501 Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
This PR introduces ISO-based VM deployment support to the
vsphere-supervisorbuilder using the latest v1alpha3 VM Operator APIs. It enables users to:For a complete e2e workflow, refer to the Packer builder logs in the testing section below.
Testing