Set NeutronGlobalPhysnetMtu=1350 for ovb based deployment

This setting will set mtu in neutron conf to 1350(same as what
is set for overcloud nodes), so vms launched on ovb based
overcloud would have mtu set to 1350.

Change-Id: I13151961293102aa49e9afb7eba280503e0b4cde
Closes-Bug: #1718655
This commit is contained in:
yatin 2017-09-21 18:17:01 +05:30 committed by Alex Schultz
parent f83acd82b7
commit 64c832303c
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ network_environment_args:
TenantAllocationPools: [{"start": "172.16.0.10", "end": "172.16.0.250"}]
DnsServers: "{{ overcloud_dns_servers }}"
PublicVirtualFixedIPs: [{ "ip_address": "{{ undercloud_external_network_cidr|nthhost(5) }}" }]
NeutronGlobalPhysnetMtu: 1350
# baremetal settings
overcloud_nodes:

View File

@ -40,6 +40,7 @@ network_environment_args:
DnsServers: "{{ overcloud_dns_servers }}"
PublicVirtualFixedIPs: [{ "ip_address": "{{ undercloud_external_network_cidr|nthhost(5) }}" }]
BondInterfaceOvsOptions: bond_mode=balance-slb
NeutronGlobalPhysnetMtu: 1350
# baremetal settings
overcloud_nodes: