Virtual machine image management tools
Deprecated since version 2016.3.0.
salt.modules.img.bootstrap(location, size, fmt)¶HIGHLY EXPERIMENTAL Bootstrap a virtual machine image
CLI Example:
salt '*' img.bootstrap /srv/salt-images/host.qcow 4096 qcow2
salt.modules.img.mount_image(location)¶Mount the named image and return the mount point
CLI Example:
salt '*' img.mount_image /tmp/foo
salt.modules.img.umount_image(mnt)¶Unmount an image mountpoint
CLI Example:
salt '*' img.umount_image /mnt/foo