diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-10 15:42:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-10 15:42:04 +0000 |
commit | d33f39782f945cae306ce44eead411ff9301a813 (patch) | |
tree | b37311bf1e3486228774d5f4f97a0c13afa7a199 /mcp/config/scenario | |
parent | 531ca8731f9b61e79131bcfab420742b4fe3b494 (diff) | |
parent | 4fb4b307ffc3f5d250221f06fc85d384bcde0f33 (diff) |
Merge "[nosdn-noha] Meet EPA testcases requirements (NUMA)"
Diffstat (limited to 'mcp/config/scenario')
-rw-r--r-- | mcp/config/scenario/os-nosdn-nofeature-noha.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml index 179313bc1..7e0739037 100644 --- a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml +++ b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml @@ -25,3 +25,31 @@ virtual: ram: 14336 gtw01: ram: 2048 + cmp001: + vcpus: 8 + ram: 16384 + cpu_topology: + sockets: 2 + cores: 2 + threads: 2 + numa: + cell0: + memory: 4194304 + cpus: 0-3 + cell1: + memory: 4194304 + cpus: 4-7 + cmp002: + vcpus: 8 + ram: 16384 + cpu_topology: + sockets: 2 + cores: 2 + threads: 2 + numa: + cell0: + memory: 4194304 + cpus: 0-3 + cell1: + memory: 4194304 + cpus: 4-7 |