mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Update testcloud config
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
# Directories for data and cached downloaded images
|
||||
#DATA_DIR = "/var/lib/testcloud/"
|
||||
#CACHE_DIR = "/var/lib/testcloud/cache"
|
||||
#STORE_DIR = "/var/lib/testcloud/backingstores"
|
||||
|
||||
# Data for cloud-init
|
||||
|
||||
@@ -47,3 +47,15 @@ write_files:
|
||||
# Customize as needed :)
|
||||
|
||||
#CMD_LINE_ARGS = []
|
||||
|
||||
# The timeout, in seconds, to wait for an instance to boot before
|
||||
# failing the boot process. Setting this to 0 disables waiting and
|
||||
# returns immediately after starting the boot process.
|
||||
#BOOT_TIMEOUT = 30
|
||||
|
||||
# ram size, in MiB
|
||||
RAM = 2048
|
||||
|
||||
# Desired size, in GiB of instance disks. 0 leaves disk capacity
|
||||
# identical to source image
|
||||
#DISK_SIZE = 0
|
||||
|
||||
Reference in New Issue
Block a user