diff --git a/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 b/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 index ca14c6c969..fc36a618cb 100644 --- a/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 +++ b/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 @@ -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