build_library: Add Oracle OCI OEM and format

This commit is contained in:
Benjamin Gilbert 2017-08-30 03:10:15 -07:00
parent 4a0e9cfb2f
commit 51c5345c0d

View File

@ -12,6 +12,7 @@ VALID_IMG_TYPES=(
iso iso
openstack openstack
openstack_mini openstack_mini
oracle_oci
qemu qemu
qemu_uefi qemu_uefi
qemu_uefi_secure qemu_uefi_secure
@ -52,6 +53,7 @@ VALID_OEM_PACKAGES=(
exoscale exoscale
gce gce
hyperv hyperv
oracle-oci
rackspace rackspace
rackspace-onmetal rackspace-onmetal
vagrant vagrant
@ -241,6 +243,10 @@ 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
## Oracle OCI
IMG_oracle_oci_DISK_FORMAT=qcow2
IMG_oracle_oci_OEM_PACKAGE=oem-oracle-oci
## 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