diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index b05d41499..4eee0f659 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -47,6 +47,8 @@ host_network_interfaces: - eth1 - "{% if network_isolation|default(true)|bool %}eth2{% endif %}" mtu_interface: "{{ host_network_interfaces|select()|list }}" +undercloud_local_mtu: 1350 +overcloud_neutron_global_physnet_mtu: 1350 floating_ip_cidr: >- {%- if network_isolation|default(true)|bool %}10.0.0.0/24 {%- else %}192.168.24.0/24