nutanix AHV support

Signed-off-by: Maxime de Roucy <maxime.deroucy@claranet.com>
This commit is contained in:
Maxime de Roucy 2025-09-26 17:56:23 +02:00 committed by Mathieu Tortuyaux
parent 5e77c03e56
commit 2a8f2876da
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
5 changed files with 29 additions and 0 deletions

View File

@ -43,6 +43,7 @@ VALID_IMG_TYPES=(
vmware_ova
vmware_raw
xen
nutanix
)
#list of oem package names, minus the oem- prefix
@ -356,6 +357,13 @@ IMG_proxmoxve_OEM_PACKAGE=common-oem-files
IMG_proxmoxve_OEM_USE=proxmoxve
IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
## nutanix
IMG_nutanix_DISK_FORMAT=qcow2
IMG_nutanix_DISK_LAYOUT=vm
IMG_nutanix_OEM_USE=nutanix
IMG_nutanix_OEM_PACKAGE=common-oem-files
IMG_nutanix_OEM_SYSEXT=oem-nutanix
###########################################################
# Print the default vm type for the specified board

View File

@ -0,0 +1 @@
- Added Nutanix images ([flatcar/scripts#3311](https://github.com/flatcar/scripts/pull/3311))

View File

@ -50,6 +50,7 @@ AMD64_ONLY_OEMIDS=(
gce
hyperv
vmware
nutanix
)
OEMIDS=(

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) 2020 Kinvolk GmbH. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OEM suite for Nutanix"
HOMEPAGE="https://www.nutanix.com/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
OEM_NAME="Nutanix"