diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-06 13:32:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-06 13:32:24 +0000 |
commit | 6fc9ea86375b3fafba3de494ba32a4c65f39ca93 (patch) | |
tree | f3b838cf95b8e36cc5bd5d2f4eb60f00dc68795d /mcp/scripts/xdf_data.sh.j2 | |
parent | 7522bdb0e898144da2b6dc361dbdd549b39bc025 (diff) | |
parent | 9e5b19768d6eb9b32564240065ecba6c791cac12 (diff) |
Merge "[virtual] Parameterize scenarios based on PDF/IDF"
Diffstat (limited to 'mcp/scripts/xdf_data.sh.j2')
-rw-r--r-- | mcp/scripts/xdf_data.sh.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcp/scripts/xdf_data.sh.j2 b/mcp/scripts/xdf_data.sh.j2 index 187f09296..346a9e53e 100644 --- a/mcp/scripts/xdf_data.sh.j2 +++ b/mcp/scripts/xdf_data.sh.j2 @@ -44,7 +44,8 @@ {%- do V[n].update({'s_numa': c if 's_numa' not in V[n] else pack([c, V[n].s_numa])}) -%} {%- endfor -%} {%- endif -%} - {%- do arr.append(pack([n, V[n].ram or arch.default.ram, + {%- do arr.append(pack([n, V[n].disks or arch.default.disks, + V[n].ram or arch.default.ram, V[n].vcpus or arch.default.vcpus, '' if not cpu_topo else pack([ V[n].cpu_topology.sockets, |