-
Notifications
You must be signed in to change notification settings - Fork 394
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 vsphere-clone builder to decrease build time #394
Add vsphere-clone builder to decrease build time #394
Conversation
3362f5a
to
a02bcac
Compare
Can you review this? @kkeshavamurthy , @figo |
aabae64
to
0ec234c
Compare
- Add vsphere-iso-base named builder to build a base image from iso using kickstart. The `builder` packer user is left intact on this image for consumption by `vsphere-clone` builder in next step. - images emitted by vsphere-iso-base are prefixed with `base-`. - base image name changes made to `vmware-iso-base` vm and disk name too. - introduces new vsphere related params + create_snapshot: create snapshot before converting to template. Useful for linked cloning which is way faster than full clone. + linked_clone: enables link clone for `vsphere-clone` builder. + template: template used by `vsphere-clone` builder
0ec234c
to
1d3263d
Compare
Added docs. |
looks good to me. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EleanorRigby, figo 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 |
vsphere-iso-base
builder to build a base image from iso using kickstart. Thebuilder
packer user is left intact on this image for consumption byvsphere-clone
builder in the next step.base-
.vmware-iso-base
VM and disk name too.Useful for linked cloning which is way faster than a full clone.
vsphere-clone
builder.vsphere-clone
builder