Skip to content

Commit 9d70fbf

Browse files
Maxime de Roucytormath1
authored andcommitted
nutanix AHV support
Signed-off-by: Maxime de Roucy <[email protected]> Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent e54b05a commit 9d70fbf

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-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
@@ -350,6 +351,13 @@ IMG_proxmoxve_OEM_PACKAGE=common-oem-files
350351
IMG_proxmoxve_OEM_USE=proxmoxve
351352
IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
352353

354+
## nutanix
355+
IMG_nutanix_DISK_FORMAT=qcow2
356+
IMG_nutanix_DISK_LAYOUT=vm
357+
IMG_nutanix_OEM_USE=nutanix
358+
IMG_nutanix_OEM_PACKAGE=common-oem-files
359+
IMG_nutanix_OEM_SYSEXT=oem-nutanix
360+
353361
###########################################################
354362

355363
# Print the default vm type for the specified board
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added Nutanix images ([flatcar/scripts#3311](https://github.com/flatcar/scripts/pull/3311))

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ AMD64_ONLY_OEMIDS=(
4949
digitalocean
5050
gce
5151
vmware
52+
nutanix
5253
)
5354

5455
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)