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
[FEATURE REQUEST] Add support for specifying Datastore and OvfConfiguration to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ova#268
Open
ggiesen opened this issue
May 17, 2022
· 0 comments
Also, the modules don't have the ability to specify OvfConfiguration to be able to configure the template parameters.
While not being able to specify the datastore can be worked around with another module to migrate the VM to a new datastore, it's an extra step that shouldn't be necessary. Not being able to specify the OVF configuration parameters, however, essentially makes the modules useless. It would be helpful if they supported specifying both the datastore to deploy the OVA/OVF to as well as the configuration parameters for the template.
Bonus points for an additional option to power the VM on after import.
The text was updated successfully, but these errors were encountered:
ggiesen
changed the title
Add support for specifying datastore to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ova
[FEATURE REQUEST] Add support for specifying datastore to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ovaMay 17, 2022
ggiesen
changed the title
[FEATURE REQUEST] Add support for specifying datastore to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ova
[FEATURE REQUEST] Add support for specifying Datastore and OvfConfiguration to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ovaMay 18, 2022
ggiesen
changed the title
[FEATURE REQUEST] Add support for specifying Datastore and OvfConfiguration to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ova
[FEATURE REQUEST] Add support for specifying Datastore and OvfConfiguration to saltext.vmware.modules.vm.deploy_ovf and saltext.vmware.modules.vm.deploy_ovaMay 18, 2022
Currently,
vmware_vm.deploy_ova
andvmware_vm.deploy_ovf
deploy to the first datastore attached to the specified host:salt-ext-modules-vmware/src/saltext/vmware/modules/vm.py
Lines 104 to 106 in fe13ae7
Also, the modules don't have the ability to specify
OvfConfiguration
to be able to configure the template parameters.While not being able to specify the datastore can be worked around with another module to migrate the VM to a new datastore, it's an extra step that shouldn't be necessary. Not being able to specify the OVF configuration parameters, however, essentially makes the modules useless. It would be helpful if they supported specifying both the datastore to deploy the OVA/OVF to as well as the configuration parameters for the template.
Bonus points for an additional option to power the VM on after import.
The text was updated successfully, but these errors were encountered: