Skip to content

Commit 28f7b9e

Browse files
author
Maxime de Roucy
committed
nutanix AHV support
1 parent cfd4efa commit 28f7b9e

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

build_library/vm_image_util.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ VALID_IMG_TYPES=(
4343
vmware_ova
4444
vmware_raw
4545
xen
46+
nutanix
4647
)
4748

4849
#list of oem package names, minus the oem- prefix
@@ -353,6 +354,13 @@ IMG_proxmoxve_OEM_PACKAGE=common-oem-files
353354
IMG_proxmoxve_OEM_USE=proxmoxve
354355
IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
355356

357+
## nutanix
358+
IMG_nutanix_DISK_FORMAT=qcow2
359+
IMG_nutanix_DISK_LAYOUT=vm
360+
IMG_nutanix_OEM_USE=nutanix
361+
IMG_nutanix_OEM_PACKAGE=common-oem-files
362+
IMG_nutanix_OEM_SYSEXT=oem-nutanix
363+
356364
###########################################################
357365

358366
# Print the default vm type for the specified board

sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r11.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ AMD64_ONLY_OEMIDS=(
5050
gce
5151
hyperv
5252
vmware
53+
nutanix
5354
)
5455

5556
OEMIDS=(
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
</pkgmetadata>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) 2020 Kinvolk GmbH. All rights reserved.
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DESCRIPTION="OEM suite for Nutanix"
7+
HOMEPAGE="https://www.nutanix.com/"
8+
SRC_URI=""
9+
10+
LICENSE="GPL-2"
11+
SLOT="0"
12+
KEYWORDS="amd64"
13+
IUSE=""
14+
15+
OEM_NAME="Nutanix"

0 commit comments

Comments
 (0)