mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 07:26:58 +02:00
Merge pull request #309 from marineam/cloudstack
feat(vm_image_util): CloudStack support
This commit is contained in:
commit
ee1840fe04
@ -23,6 +23,8 @@ VALID_IMG_TYPES=(
|
|||||||
xen
|
xen
|
||||||
gce
|
gce
|
||||||
brightbox
|
brightbox
|
||||||
|
cloudstack
|
||||||
|
cloudstack_vhd
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set at runtime to one of the above types
|
# Set at runtime to one of the above types
|
||||||
@ -164,6 +166,13 @@ IMG_rackspace_onmetal_DISK_LAYOUT=onmetal
|
|||||||
IMG_rackspace_onmetal_OEM_PACKAGE=oem-rackspace-onmetal
|
IMG_rackspace_onmetal_OEM_PACKAGE=oem-rackspace-onmetal
|
||||||
IMG_rackspace_onmetal_FS_HOOK=onmetal
|
IMG_rackspace_onmetal_FS_HOOK=onmetal
|
||||||
|
|
||||||
|
## cloudstack
|
||||||
|
IMG_cloudstack_BOOT_KERNEL=0
|
||||||
|
IMG_cloudstack_OEM_PACKAGE=oem-cloudstack
|
||||||
|
IMG_cloudstack_vhd_BOOT_KERNEL=0
|
||||||
|
IMG_cloudstack_vhd_DISK_FORMAT=vhd
|
||||||
|
IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
# 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…
Reference in New Issue
Block a user