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:
parent
c04e7b19f9
commit
f1cf6dfb61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user