From 6013d8acc086ce6fb30de8d676e9a394aa6711fb Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 13 Feb 2015 23:50:05 -0800 Subject: [PATCH] vm_image_util: add cloudsigma --- build_library/vm_image_util.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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