You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of my workflow it would be ideal for Vagrant to clone a Template, provision it, and then produce a new vSphere Template.
Currently 'vagrant-vsphere' only allows the creation of a new VirtualMachine on vSphere.
Proposal
'vagrant-vsphere' should have an option to convert the VirtualMachine to a vSphere Template after the provisioning is finished.
Proposed Workflow
A new configuration parameter is added: vsphere.convert_to_template = true / false
Option should default to false
The text was updated successfully, but these errors were encountered:
Background
As part of my workflow it would be ideal for Vagrant to clone a Template, provision it, and then produce a new vSphere Template.
Currently 'vagrant-vsphere' only allows the creation of a new VirtualMachine on vSphere.
Proposal
'vagrant-vsphere' should have an option to convert the VirtualMachine to a vSphere Template after the provisioning is finished.
Proposed Workflow
A new configuration parameter is added:
vsphere.convert_to_template = true / false
Option should default to false
The text was updated successfully, but these errors were encountered: