Merge ~paride/utah:bump-vm-specs into utah:master

Proposed by Paride Legovini
Status: Merged
Merged at revision: 0935b42c51bcefda83611111a90c07671823d5ec
Proposed branch: ~paride/utah:bump-vm-specs
Merge into: utah:master
Diff against target: 28 lines (+3/-3)
2 files modified
conf/utah/default-vm.xml (+2/-2)
utah/config.py (+1/-1)
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
Review via email: mp+439501@code.launchpad.net

Description of the change

Bump the default VM specs

Default disk size: 8GB -> 16GB
Default RAM allocation: 2GB -> 4GB

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, it make sense in regard of the current OS requirements

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/conf/utah/default-vm.xml b/conf/utah/default-vm.xml
2index 469c71b..c723739 100644
3--- a/conf/utah/default-vm.xml
4+++ b/conf/utah/default-vm.xml
5@@ -20,8 +20,8 @@
6 <domain type='kvm'>
7 <name>Utah Template</name>
8 <uuid>00000000-0000-0000-0000-000000000000</uuid>
9- <memory>2048000</memory>
10- <currentMemory>2048000</currentMemory>
11+ <memory>4096000</memory>
12+ <currentMemory>4096000</currentMemory>
13 <vcpu>1</vcpu>
14 <os>
15 <type arch='x86_64' machine='pc'>hvm</type>
16diff --git a/utah/config.py b/utah/config.py
17index 03f0cdb..b888537 100755
18--- a/utah/config.py
19+++ b/utah/config.py
20@@ -142,7 +142,7 @@ class _Config(object):
21 'type': 'array',
22 'items': {'type': 'string'},
23 'minItems': 1,
24- 'default': ['8'],
25+ 'default': ['16'],
26 },
27 'emulator': {
28 'description': (

Subscribers

People subscribed via source and target branches