adding packet to the available OEMs

This commit is contained in:
Sam Tresler 2015-06-29 16:52:36 -04:00
parent 420d0825ad
commit 01176c2d96

View File

@ -36,6 +36,7 @@ VALID_IMG_TYPES=(
secure_demo secure_demo
niftycloud niftycloud
cloudsigma cloudsigma
packet
) )
#list of oem package names, minus the oem- prefix #list of oem package names, minus the oem- prefix
@ -55,6 +56,7 @@ VALID_OEM_PACKAGES=(
vmware vmware
niftycloud niftycloud
cloudsigma cloudsigma
packet
) )
# Set at runtime to one of the above types # Set at runtime to one of the above types
@ -253,6 +255,9 @@ IMG_niftycloud_OEM_PACKAGE=oem-niftycloud
IMG_cloudsigma_DISK_FORMAT=qcow2 IMG_cloudsigma_DISK_FORMAT=qcow2
IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma
## packet
IMG_packet_OEM_PACKAGE=oem-packet
########################################################### ###########################################################
# 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