← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Merge] ~rlee287/ubuntu-qa-tools:uvt_config_defaults_fix into ubuntu-qa-tools:master

 

Ryan Lee has proposed merging ~rlee287/ubuntu-qa-tools:uvt_config_defaults_fix into ubuntu-qa-tools:master.

Requested reviews:
  Steve Beattie (sbeattie)

For more details, see:
https://code.launchpad.net/~rlee287/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/471844

Update the out-of-date default memory, disk size, and cpu count info in uvt configs generated using uvt config. Also reword the comment describing vm_memory to use the phrasing of "recommended" instead of the certainty implied by "minimum".
-- 
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
diff --git a/vm-tools/uvt b/vm-tools/uvt
index 2d645e7..a04c03e 100755
--- a/vm-tools/uvt
+++ b/vm-tools/uvt
@@ -3242,16 +3242,16 @@ def create_uvt_config():
 
 #
 # vm_image_size: Default size for virtual machine images (hard disk size).
-#                Default is 8GB
-#vm_image_size="8"
+#                Default is 20GB
+#vm_image_size="20"
 
-# vm_vcpus: Number of virtual CPUs to assign to the VM. Default is 1
-#vm_vcpus="1"
+# vm_vcpus: Number of virtual CPUs to assign to the VM. Default is 2
+#vm_vcpus="2"
 
 #
-# vm_memory: Default size for virtual machine RAM. A minimum of 1024MB is
-#            needed for desktops, 512MB for servers. Default is 1024MB.
-#vm_memory="1024"
+# vm_memory: Default size for virtual machine RAM. 4096MB is recommended
+#            for desktops, and 2048MB for servers. Default is 4096MB.
+#vm_memory="4096"
 
 #
 # vm_username: Username of the initial user that is set up in the virtual

Follow ups