From b381277ae274473ae4e05a1aa9dd171dbab461d6 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 8 May 2019 22:17:23 +0200 Subject: [fdio] Bump compute RAM defaults for virtual PODs Hugepage count has been recently bumped for virtual PODs via IDF changes in Pharos, so align our FDio scenarios with the new RAM requirements. While at it, fix wrong pod_config template evaluation by moving it after the templated scenario files are expanded, since pod_config relies on scenario node definition. Also, configure VPP to use decimal interface names by default to align with Pharos macro for the VPP interface name string. Change-Id: Ib3a89c294a3a2755567fdbe07e3be2b8ca1a5714 Signed-off-by: Alexandru Avadanii --- mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 | 1 + mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway_pdf.yml.j2 | 1 + 2 files changed, 2 insertions(+) (limited to 'mcp/reclass/classes') diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 index 084a88fec..b63555339 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 @@ -40,6 +40,7 @@ parameters: driver: "${_param:compute_dpdk_driver}" vpp: enabled: true + decimal_interface_names: true # Reuse ovs-dpdk socket mem configuration from IDF dpdk_socket_mem: ${_param:compute_ovs_dpdk_socket_mem} main_core: ${linux:system:kernel:isolcpu} diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway_pdf.yml.j2 index 23f4ed638..00d8fbd8c 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway_pdf.yml.j2 @@ -28,6 +28,7 @@ parameters: {%- set floating_br_type = 'bridge' %} vpp: enabled: true + decimal_interface_names: true # Reuse ovs-dpdk socket mem configuration from IDF dpdk_socket_mem: ${_param:compute_ovs_dpdk_socket_mem} main_core: ${linux:system:kernel:isolcpu} -- cgit 1.2.3-korg