1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-10 00:58:17 +03:00

M #~: Fix inputs to digitalocean provisions (#1736)

This commit is contained in:
Sergio Betanzos 2022-02-01 18:20:10 +01:00 committed by GitHub
parent c04e7b19f9
commit f1cf6dfb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,15 @@ inputs:
type: list
description: 'Droplet host operating system'
default: 'ubuntu-20-04-x64'
options:
- 'ubuntu-20-04-x64'
- name: 'digitalocean_size'
type: list
description: 'Size of droplet. Basic droplets start with s-, memory optimize with m- and CPU optimize are c-'
default: 's-1vcpu-1gb'
options:
- 's-1vcpu-1gb'
- name: 'one_hypervisor'
type: list