mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-18 23:12:18 +01:00
oem: provide akamai images
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
f5389cc531
commit
441e10bec5
@ -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
|
||||
|
||||
@ -29,6 +29,7 @@ if [[ ${1:-} = 'flatcar-local-variables' ]]; then
|
||||
fi
|
||||
|
||||
COMMON_OEMIDS=(
|
||||
akamai
|
||||
ami
|
||||
azure
|
||||
hetzner
|
||||
|
||||
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-akamai/metadata.xml
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-akamai/metadata.xml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
||||
15
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-akamai/oem-akamai-0.ebuild
vendored
Normal file
15
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-akamai/oem-akamai-0.ebuild
vendored
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user