diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-04 14:31:03 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-04 14:38:13 +0400 |
commit | e5ff32c6ceccc185e43bb4225a0db8dbd048669e (patch) | |
tree | 5dac09c4a3011bea92328cc7de909710cece3c7d /mcp/config/states/dpdk | |
parent | 8cc4a610b6769b57f41801f2885fe3044ee428c2 (diff) |
[noha] Set MTU on tenant/private dpdk interface
Enable jumbo frames on tenant/private interface as well so that
an instance can get the DHCP response from gateway node.
Change-Id: I9407fa67e9e0cdbe50335e4430748b0e45ba841a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/states/dpdk')
-rwxr-xr-x | mcp/config/states/dpdk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mcp/config/states/dpdk b/mcp/config/states/dpdk index 281b78fed..efe1dafe5 100755 --- a/mcp/config/states/dpdk +++ b/mcp/config/states/dpdk @@ -14,3 +14,6 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../scripts/lib.sh" salt -I 'nova:compute' alternatives.set ovs-vswitchd /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk salt -I 'nova:compute' service.restart openvswitch-switch + +# Set datapath type to netdev for public bridge +salt -I 'nova:compute' cmd.run 'ovs-vsctl set bridge br-floating datapath_type=netdev' |