1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

M #-: Better defaults for AWS provisions

(cherry picked from commit 96f1dc2e7f)
This commit is contained in:
Ruben S. Montero 2022-05-05 12:48:56 +02:00
parent 1c14168f5f
commit f5844b8e60
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ inputs:
- name: 'ceph_disk_size'
type: text
description: 'Disk size of CEPH disk volume, in GB'
default: '100'
default: '512'
- name: 'one_hypervisor'
type: list

View File

@ -39,7 +39,7 @@ inputs:
- name: 'aws_root_size'
type: text
description: 'AWS instance root volume size, in GB'
default: '100'
default: '512'
- name: 'aws_instance_type'
type: text