diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index 8c3730dccc..ab64d9e51b 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -33,6 +33,7 @@ VALID_IMG_TYPES=( hyperv secure_demo niftycloud + cloudsigma ) #list of oem package names, minus the oem- prefix @@ -51,6 +52,7 @@ VALID_OEM_PACKAGES=( vagrant-key vmware niftycloud + cloudsigma ) # 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_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