Skip to content

Commit

Permalink
oem: provide scaleway images
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Feb 21, 2024
1 parent 5a4c7d9 commit 3f8df25
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build_library/vm_image_util.sh
Expand Up @@ -28,6 +28,7 @@ VALID_IMG_TYPES=(
rackspace
rackspace_onmetal
rackspace_vhd
scaleway
vagrant
vagrant_parallels
vagrant_virtualbox
Expand All @@ -54,6 +55,7 @@ VALID_OEM_PACKAGES=(
qemu
rackspace
rackspace-onmetal
scaleway
vagrant
vagrant-key
vagrant-virtualbox
Expand Down Expand Up @@ -304,6 +306,13 @@ IMG_packet_OEM_PACKAGE=common-oem-files
IMG_packet_OEM_SYSEXT=oem-packet
IMG_packet_OEM_USE=packet

## scaleway
IMG_scaleway_DISK_FORMAT=qcow2
IMG_scaleway_DISK_LAYOUT=vm
IMG_scaleway_OEM_PACKAGE=common-oem-files
IMG_scaleway_OEM_USE=scaleway
IMG_scaleway_OEM_SYSEXT=oem-scaleway

###########################################################

# Print the default vm type for the specified board
Expand Down
Expand Up @@ -34,6 +34,7 @@ COMMON_OEMIDS=(
openstack
packet
qemu
scaleway
)

ARM64_ONLY_OEMIDS=(
Expand Down
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>
@@ -0,0 +1,15 @@
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="OEM suite for Scaleway"
HOMEPAGE="https://www.scaleway.com"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""

OEM_NAME="Scaleway"

0 comments on commit 3f8df25

Please sign in to comment.