mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
Merge pull request #332 from szarkos/hv_azure-build
Initial Hyper-V & Azure build support
This commit is contained in:
commit
218c696ccc
@ -27,6 +27,8 @@ VALID_IMG_TYPES=(
|
|||||||
cloudstack_vhd
|
cloudstack_vhd
|
||||||
digitalocean
|
digitalocean
|
||||||
exoscale
|
exoscale
|
||||||
|
azure
|
||||||
|
hyperv
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set at runtime to one of the above types
|
# Set at runtime to one of the above types
|
||||||
@ -182,6 +184,16 @@ IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
|
|||||||
## exoscale
|
## exoscale
|
||||||
IMG_exoscale_DISK_FORMAT=qcow2
|
IMG_exoscale_DISK_FORMAT=qcow2
|
||||||
IMG_exoscale_OEM_PACKAGE=oem-exoscale
|
IMG_exoscale_OEM_PACKAGE=oem-exoscale
|
||||||
|
|
||||||
|
## azure
|
||||||
|
IMG_azure_BOOT_KERNEL=0
|
||||||
|
IMG_azure_DISK_FORMAT=vhd
|
||||||
|
IMG_azure_OEM_PACKAGE=python-oem
|
||||||
|
|
||||||
|
## hyper-v
|
||||||
|
IMG_hyperv_BOOT_KERNEL=0
|
||||||
|
IMG_hyperv_DISK_FORMAT=vhd
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
# 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