esxi-build-isos/upload-bundle-path¶
Defines any additional command line options to pass to ansible for playbooks
An HTTP Files service path on the build DRP Endpoint to upload the build Depot Bundles to. This should be a directory accessible in the Files space. Any conflicting filenames will be overwritten with the new content.
If this Param has an Empty value, then no Depot Bundles will be uploaded to the DRP Endpoint, they will be lost when the build process is completed.
Example:
images/vmware/esxi/olbs/8.x
DRP based Golang template values can be used in the path name, for example:
images/vmware/esxi/olbs/8.x/build-{{uuidv4}}
Will result in a final directory with build-UUID_VALUE_HERE
to ensure it is
unique on the system.
Note that the specified location will be interpreted as a Directory. Do
not prepend files/
to the path - the path is relative to the Files
API path location which already includes files/
in it.
The default action is to NOT upload depot bundles; only install the built ISOs in to the ISOS API file space.