diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-06 19:00:33 +0000 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-06 19:00:33 +0000 |
commit | 3ac592988df18e69da2e51a640abf7a069e928c6 (patch) | |
tree | 74d8c303077ba0e99d68320140d617e47997fb99 /patches | |
parent | acc93911c7d1d4be5ba5cd04e731626d01d59598 (diff) |
Revert "deploy: Reduce Fuel Master VM resources"
This reverts commit acc93911c7d1d4be5ba5cd04e731626d01d59598.
Change-Id: I001cd72506ec99ae2c41bd30d3dd36dd3de06217
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch b/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch index 55f6a349..aa97aa69 100644 --- a/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch +++ b/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch @@ -1,3 +1,4 @@ +From 800aae6db0d0d79d01cec4df85075026073063dd Mon Sep 17 00:00:00 2001 From: Josep Puigdemont <josep.puigdemont@enea.com> Date: Wed, 4 May 2016 14:27:23 +0200 Subject: [PATCH] Fuel VM for the Enea Armband lab @@ -19,9 +20,9 @@ index 0000000..8773ed4 @@ -0,0 +1,88 @@ +<domain type='kvm' id='1'> + <name>fuel</name> -+ <memory unit='KiB'>4194304</memory> -+ <currentMemory unit='KiB'>4194304</currentMemory> -+ <vcpu placement='static'>2</vcpu> ++ <memory unit='KiB'>8290304</memory> ++ <currentMemory unit='KiB'>8290304</currentMemory> ++ <vcpu placement='static'>8</vcpu> + <resource> + <partition>/machine</partition> + </resource> @@ -105,3 +106,6 @@ index 0000000..8773ed4 + </memballoon> + </devices> +</domain> +-- +2.5.5 + |