Remove unused image variants

There is no difference anymore between the regular and Pro images.
Remove the definitions and stop building extra images.
This commit is contained in:
Kai Lueke 2022-05-03 20:30:42 +09:00
parent 91e96e1795
commit 6648df57a2
2 changed files with 0 additions and 21 deletions

View File

@ -8,9 +8,7 @@
VALID_IMG_TYPES=( VALID_IMG_TYPES=(
ami ami
ami_vmdk ami_vmdk
ami_vmdk_pro
azure azure
azure_pro
brightbox brightbox
cloudsigma cloudsigma
cloudstack cloudstack
@ -18,7 +16,6 @@ VALID_IMG_TYPES=(
digitalocean digitalocean
exoscale exoscale
gce gce
gce_pro
hyperv hyperv
interoute interoute
iso iso
@ -214,10 +211,6 @@ IMG_ami_OEM_USE=ec2
IMG_ami_vmdk_DISK_FORMAT=vmdk_stream IMG_ami_vmdk_DISK_FORMAT=vmdk_stream
IMG_ami_vmdk_OEM_PACKAGE=oem-ec2-compat IMG_ami_vmdk_OEM_PACKAGE=oem-ec2-compat
IMG_ami_vmdk_OEM_USE=ec2 IMG_ami_vmdk_OEM_USE=ec2
# AWS Pro
IMG_ami_vmdk_pro_DISK_FORMAT=vmdk_stream
IMG_ami_vmdk_pro_OEM_PACKAGE=oem-ec2-compat
IMG_ami_vmdk_pro_OEM_USE=ec2
## openstack, supports ec2's metadata format so use oem-ec2-compat ## openstack, supports ec2's metadata format so use oem-ec2-compat
IMG_openstack_DISK_FORMAT=qcow2 IMG_openstack_DISK_FORMAT=qcow2
@ -254,12 +247,6 @@ IMG_gce_CONF_FORMAT=gce
IMG_gce_OEM_PACKAGE=oem-gce IMG_gce_OEM_PACKAGE=oem-gce
IMG_gce_OEM_ACI=gce IMG_gce_OEM_ACI=gce
## gce pro, image tarball
IMG_gce_pro_DISK_LAYOUT=vm
IMG_gce_pro_CONF_FORMAT=gce
IMG_gce_pro_OEM_PACKAGE=oem-gce
IMG_gce_pro_OEM_ACI=gce
## rackspace ## rackspace
IMG_rackspace_OEM_PACKAGE=oem-rackspace IMG_rackspace_OEM_PACKAGE=oem-rackspace
IMG_rackspace_vhd_DISK_FORMAT=vhd IMG_rackspace_vhd_DISK_FORMAT=vhd
@ -287,11 +274,6 @@ IMG_azure_DISK_FORMAT=vhd_fixed
IMG_azure_DISK_LAYOUT=azure IMG_azure_DISK_LAYOUT=azure
IMG_azure_OEM_PACKAGE=oem-azure IMG_azure_OEM_PACKAGE=oem-azure
## azure pro
IMG_azure_pro_DISK_FORMAT=vhd_fixed
IMG_azure_pro_DISK_LAYOUT=azure
IMG_azure_pro_OEM_PACKAGE=oem-azure
## hyper-v ## hyper-v
IMG_hyperv_DISK_FORMAT=vhd IMG_hyperv_DISK_FORMAT=vhd
IMG_hyperv_OEM_PACKAGE=oem-hyperv IMG_hyperv_OEM_PACKAGE=oem-hyperv

View File

@ -1,11 +1,8 @@
ami ami
ami_vmdk ami_vmdk
ami_vmdk_pro
azure azure
azure_gen2 azure_gen2
azure_pro
gce gce
gce_pro
iso iso
pxe pxe
qemu qemu