NeutronPhysnetNUMANodesMapping parameter issue

NUMA aware vSwitch parameter 'NeutronPhysnetNUMANodesMapping' is
not derived correctly in ease of deployment.

Change-Id: I1f8462e30ccb871db67adbf67232839424fc12f3
Closes-Bug: #1842894
This commit is contained in:
Jaganathan Palanisamy 2019-09-05 14:37:48 +05:30
parent b5d8a7376e
commit 741bb3fff7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ workflows:
# Gets the physical network and NUMA nodes mappings
get_phy_nw_numa_nodes_mappings:
publish:
phy_nw_numa_nodes_mappings: <% let(br_numa_mappings => $.bridge_numa_nodes_mappings.items()) -> $.phy_nw_bridge_mappings.items().select(dict($[0]=>$br_numa_mappings.select($[1]))).sum() %>
phy_nw_numa_nodes_mappings: <% let(nw_bridge_mappings => $.phy_nw_bridge_mappings) -> $.bridge_numa_nodes_mappings.items().select(let(br => $[0], nodes => $[1]) -> $nw_bridge_mappings.items().where($[1]=$br).select(dict($[0] => $nodes))).sum() %>
on-success: get_neutron_network_type
get_neutron_network_type: