Module for running imgadm command on SmartOS
Return a list of available images
CLI Example:
salt '*' imgadm.avail [percona]
Remove an installed image
CLI Example:
salt '*' imgadm.delete e42f8c84-bbea-11e2-b920-078fab2aab1f
Return info on an installed image
CLI Example:
salt '*' imgadm.get e42f8c84-bbea-11e2-b920-078fab2aab1f
Import an image from the repository
CLI Example:
salt '*' imgadm.import_image e42f8c84-bbea-11e2-b920-078fab2aab1f
Return a list of installed images
CLI Example:
salt '*' imgadm.list_installed
Show manifest of a given image
CLI Example:
salt '*' imgadm.show e42f8c84-bbea-11e2-b920-078fab2aab1f
Gather info on unknown images (locally installed)
CLI Example:
salt '*' imgadm.update_installed()
Return imgadm version
CLI Example:
salt '*' imgadm.version
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.