vm_image_util: add cloudsigma

This commit is contained in:
Alex Crawford 2015-02-13 23:50:05 -08:00
parent 5fdcb81ae9
commit 6013d8acc0

View File

@ -33,6 +33,7 @@ VALID_IMG_TYPES=(
hyperv hyperv
secure_demo secure_demo
niftycloud niftycloud
cloudsigma
) )
#list of oem package names, minus the oem- prefix #list of oem package names, minus the oem- prefix
@ -51,6 +52,7 @@ VALID_OEM_PACKAGES=(
vagrant-key vagrant-key
vmware vmware
niftycloud niftycloud
cloudsigma
) )
# Set at runtime to one of the above types # Set at runtime to one of the above types
@ -234,6 +236,10 @@ IMG_niftycloud_DISK_LAYOUT=vm
IMG_niftycloud_CONF_FORMAT=niftycloud IMG_niftycloud_CONF_FORMAT=niftycloud
IMG_niftycloud_OEM_PACKAGE=oem-niftycloud IMG_niftycloud_OEM_PACKAGE=oem-niftycloud
## cloudsigma
IMG_cloudsigma_DISK_FORMAT=qcow2
IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma
########################################################### ###########################################################
# Validate and set the vm type to use for the rest of the functions # Validate and set the vm type to use for the rest of the functions