1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Better defaults for AWS provisions

This commit is contained in:
Ruben S. Montero 2022-05-05 12:48:56 +02:00
parent 7a4b8257c1
commit 96f1dc2e7f
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