diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-17 19:47:03 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-17 19:47:03 +0200 |
commit | 45172c67ee6481fd6bfca4291088901097658195 (patch) | |
tree | 04ef9adb6e2ff48f30b28ddf385d609676184052 /mcp/reclass | |
parent | d0c9d6fa1574b918d87015dfa7b0054de4165148 (diff) |
[noha] ctl01: Enable jumbo frames
Now that host vnet MTU has been bumped to 9000, we can safely enable
jumbo frames in ctl01 VM without breaking nova compute discovery.
JIRA: FUEL-336
Change-Id: I30bf333c18f3f0de2ce37fc7ae99df9b99f3a5e9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml index 48f99ca59..dbd9d0550 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml @@ -67,7 +67,7 @@ classes: - cluster.mcp-common-noha.openstack_control_pdf parameters: _param: - interface_mtu: 1500 + interface_mtu: 9000 linux_system_codename: xenial ceilometer_create_gnocchi_resources: 'True' barbican_integration_enabled: 'false' |