aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-17 19:47:03 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-17 19:47:03 +0200
commit45172c67ee6481fd6bfca4291088901097658195 (patch)
tree04ef9adb6e2ff48f30b28ddf385d609676184052
parentd0c9d6fa1574b918d87015dfa7b0054de4165148 (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>
-rw-r--r--mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml2
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'