ISO from ContentLibrary -> save to ContentLibrary #995
-
|
Hello guys, What I want: If I have this ISO saved in this ISO datastore: Repo version: Vsphere version: What I understand is that I should have this: From and here is the main point.. from Ok if I put there name of content library so I know, that I've something wrong.. but really don't know where :-/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
|
I can't test this at the moment - other priorities and lab builds - but this should work w/o issue based on the testing for v0.21.0 of the project. Please try with:
// Removable Media Settings
common_iso_datastore = "ISO_PROD.VSP-I"
common_iso_content_library = "packer"
common_iso_content_library_enabled = true
// Boot and Provisioning Settings
common_data_source = "http"
// Removable Media Settings
iso_datastore_path = "packer/oracle/"
iso_content_library_item = "OracleLinux-R9-U5-x86_64-dvd"
iso_file = "OracleLinux-R9-U5-x86_64-dvd.iso"Assuming:
|
Beta Was this translation helpful? Give feedback.


The
iso_datastore_pathandiso_fileare ignored ifcommon_iso_content_library_enabled = trueand the plugin will search the content library (common_iso_content_library) based on the providediso_content_library_item.