image-deploy/image-type¶
The cloud init data to send machine after first boot.
The file image may be in many formats. This tells image-deploy what method to use to install.
Validated methods are:
tgz- Tar gzip compress filesystemdd-tgz- tar file containing a single gzip compressed disk imagedd-txz- tar file containing a single XV compressed disk image`dd-tbz- tar file containing a single BZ compressed disk image`dd-tar- tar file containing a single uncompressed disk image`dd-bz2- tar file containing a single BZ2 compressed disk image`dd-gz- raw disk image that is gzip compresseddd-xz- raw disk image that is XZ compressed`dd-raw- raw disk image that is uncompressed
Note
For the most up to date list, see the Param type definition below on your DRP Endpoint.