Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

image_to_vm: add initial hetzner cloud support #859

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ VALID_IMG_TYPES=(
cloudsigma
packet
interoute
hcloud
)

#list of oem package names, minus the oem- prefix
Expand All @@ -63,6 +64,7 @@ VALID_OEM_PACKAGES=(
cloudsigma
packet
interoute
hcloud
)

# Set at runtime to one of the above types
Expand Down Expand Up @@ -294,6 +296,9 @@ IMG_interoute_CONF_FORMAT=interoute
IMG_interoute_OEM_PACKAGE=oem-interoute
IMG_interoute_BUNDLE_FORMAT=ova

## hcloud
IMG_hcloud_OEM_PACKAGE=oem-hcloud

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

# Print the default vm type for the specified board
Expand Down
1 change: 1 addition & 0 deletions jenkins/formats-amd64-usr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cloudstack
cloudstack_vhd
digitalocean
exoscale
hcloud
hyperv
niftycloud
openstack
Expand Down