diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-12-11 15:56:21 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-12-12 19:44:42 +0000 |
commit | a23158bf220be16f1eecc244e88e5244da433077 (patch) | |
tree | 00bdaa9924411c8f7c0335a762bc224175930881 /mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 | |
parent | cca2480ad749a66d356adf1061bf2013a5bfcbd5 (diff) |
Make MTU cluster-level configurable via IDF
JIRA: FUEL-336
Change-Id: I1c8d22b8322f700eb727d9077035ba4c9f9f9753
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit e2c175f3114fb1857ab8ab4bb7e8ff2f8daf18bd)
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 index 7a1c3532d..06df3b845 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 @@ -22,6 +22,7 @@ parameters: type: eth address: ${_param:pxe_admin_address} netmask: ${_param:opnfv_net_admin_mask} + mtu: ${_param:interface_mtu} noifupdown: true {#- prevent duplicates for tagged mgmt on the same physical interface as PXE/admin #} |