Merge "Set NeutronGlobalPhysnetMtu=1350 for ovb based deployment"
This commit is contained in:
commit
0fb6cdbcf1
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user