Virtual machine image management tools
HIGHLY EXPERIMENTAL Bootstrap a virtual machine image
Mount the named image and return the mount point
CLI Example:
salt '*' img.mount_image /tmp/foo
Make sure that the image at the given location is mounted, salt is installed, keys are seeded, and execute a state run
CLI Example:
salt '*' img.seed /tmp/image.qcow2
Unmount an image mountpoint
CLI Example:
salt '*' img.umount_image /mnt/foo