Merge pull request #3311 from tchernomax/nuta

nutanix AHV support
This commit is contained in:
Mathieu Tortuyaux 2025-11-05 14:57:41 +01:00 committed by GitHub
commit aee197d274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"