diff --git a/playbooks/templates/dev-install_net_config.yaml.j2 b/playbooks/templates/dev-install_net_config.yaml.j2 index dbddb3e..562b08f 100644 --- a/playbooks/templates/dev-install_net_config.yaml.j2 +++ b/playbooks/templates/dev-install_net_config.yaml.j2 @@ -31,7 +31,6 @@ network_config: - type: interface name: dummy0 nm_controlled: true - mtu: {{ dcn_az is defined | ternary(ctlplane_mtu, public_mtu) }} {% for ip in tunnel_remote_ips %} - type: ovs_tunnel name: "tun-ctlplane-{{ ip | to_uuid }}" @@ -63,7 +62,6 @@ network_config: - type: interface name: dummy1 nm_controlled: true - mtu: {{ dcn_az is defined | ternary(hostonly_mtu, public_mtu) }} {% if sriov_interface is defined %} - type: sriov_pf name: {{ sriov_interface }}