ansibleplaybookbundle / import-vm-apb

Import a Virtual Machine
Apache License 2.0
9 stars 13 forks source link

Allow VMware import to specify target storage class #30

Open awels opened 6 years ago

awels commented 6 years ago

Currently there is no way for the user to specify which storage class they want the imported image to go into. I am assuming its going into the 'default' storage class, but as we now allow users to specify which storage class in the import from URL path, I think we need to add it to the VMware import as well.

The import from URL path PR that implements specifying the storage class: https://github.com/ansibleplaybookbundle/import-vm-apb/pull/29

awels commented 6 years ago

@pkliczewski I think you are working on that particular path?