From 00b56e07bf8e9f36faa424c067058584b40e3904 Mon Sep 17 00:00:00 2001 From: Alan Bishop Date: Thu, 4 Apr 2019 15:17:31 -0400 Subject: [PATCH] Set Standalone's br-ctlplane MTU Set the br-ctlplane MTU to the InterfaceLocalMtu value. This is required when multiple Standalone nodes are used in a split-stack deployment. Closes-Bug: #1823993 Change-Id: I84a35d529ee67e939db1cdadd103f88295e41e8f --- net-config-standalone.j2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/net-config-standalone.j2.yaml b/net-config-standalone.j2.yaml index a81daca923..d0b940ea01 100644 --- a/net-config-standalone.j2.yaml +++ b/net-config-standalone.j2.yaml @@ -108,6 +108,7 @@ resources: - network_config: - type: ovs_bridge name: br-ctlplane + mtu: {get_param: InterfaceLocalMtu} use_dhcp: false dns_servers: get_param: DnsServers