mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
vm_image_util: add cloudsigma
This commit is contained in:
parent
5fdcb81ae9
commit
6013d8acc0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user