oem: provide akamai images

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-03-27 16:25:58 +01:00
parent f5389cc531
commit 441e10bec5
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
4 changed files with 27 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# Default values use the format IMG_DEFAULT_<opt>.
VALID_IMG_TYPES=(
akamai
ami
ami_vmdk
azure
@ -44,6 +45,7 @@ VALID_IMG_TYPES=(
#list of oem package names, minus the oem- prefix
VALID_OEM_PACKAGES=(
akamai
azure
cloudsigma
cloudstack
@ -325,6 +327,11 @@ IMG_kubevirt_OEM_USE=kubevirt
IMG_kubevirt_OEM_SYSEXT=oem-kubevirt
IMG_kubevirt_DISK_EXTENSION=qcow2
## akamai (Linode)
IMG_akamai_OEM_PACKAGE=common-oem-files
IMG_akamai_OEM_USE=akamai
IMG_akamai_OEM_SYSEXT=oem-akamai
###########################################################
# Print the default vm type for the specified board

View File

@ -29,6 +29,7 @@ if [[ ${1:-} = 'flatcar-local-variables' ]]; then
fi
COMMON_OEMIDS=(
akamai
ami
azure
hetzner

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View File

@ -0,0 +1,15 @@
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OEM suite for Akamai (previously Linode)"
HOMEPAGE="https://www.linode.com"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""
OEM_NAME="Akamai"