diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-12-12 19:44:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-12 19:44:34 +0000 |
commit | 77a990e3bf3585cdf4587ce9658bb50f9b50c7d2 (patch) | |
tree | 0c175de20744bde30b35bd5007b4044302f94e49 /mcp/reclass/classes/cluster/mcp-common-noha/openstack_control_pdf.yml.j2 | |
parent | 3633ccf6b4fa39e3cef23bf4690073786e133044 (diff) | |
parent | e2c175f3114fb1857ab8ab4bb7e8ff2f8daf18bd (diff) |
Merge "Make MTU cluster-level configurable via IDF"
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 #} |