diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-06 19:01:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-06 19:01:03 +0000 |
commit | f23e74d911d349cae0cefc91f5f194561e8b1a76 (patch) | |
tree | 17c68b69302000ab34eff4708aee74ed4fdd4b4c /patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch | |
parent | 12656ace377504c90431d21cc7e3e9594e7ecf0d (diff) | |
parent | 3ac592988df18e69da2e51a640abf7a069e928c6 (diff) |
Merge "Revert "deploy: Reduce Fuel Master VM resources""
Diffstat (limited to 'patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch')
-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 + |