mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-08 04:02:01 +01:00
nutanix AHV support
Signed-off-by: Maxime de Roucy <maxime.deroucy@claranet.com>
This commit is contained in:
parent
5e77c03e56
commit
2a8f2876da
@ -43,6 +43,7 @@ VALID_IMG_TYPES=(
|
|||||||
vmware_ova
|
vmware_ova
|
||||||
vmware_raw
|
vmware_raw
|
||||||
xen
|
xen
|
||||||
|
nutanix
|
||||||
)
|
)
|
||||||
|
|
||||||
#list of oem package names, minus the oem- prefix
|
#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_USE=proxmoxve
|
||||||
IMG_proxmoxve_OEM_SYSEXT=oem-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
|
# Print the default vm type for the specified board
|
||||||
|
|||||||
1
changelog/changes/2025-11-05-nutanix.md
Normal file
1
changelog/changes/2025-11-05-nutanix.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Added Nutanix images ([flatcar/scripts#3311](https://github.com/flatcar/scripts/pull/3311))
|
||||||
@ -50,6 +50,7 @@ AMD64_ONLY_OEMIDS=(
|
|||||||
gce
|
gce
|
||||||
hyperv
|
hyperv
|
||||||
vmware
|
vmware
|
||||||
|
nutanix
|
||||||
)
|
)
|
||||||
|
|
||||||
OEMIDS=(
|
OEMIDS=(
|
||||||
|
|||||||
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-nutanix/metadata.xml
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-nutanix/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-nutanix/oem-nutanix-0.0.1.ebuild
vendored
Normal file
15
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-nutanix/oem-nutanix-0.0.1.ebuild
vendored
Normal 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"
|
||||||
Loading…
x
Reference in New Issue
Block a user