diff options
author | liyuenan <liyuenan@huawei.com> | 2017-03-14 15:55:08 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2017-03-14 15:55:08 +0800 |
commit | 2932812260b57e7f67cef655ee2e043bf66b4887 (patch) | |
tree | 8993dc1cb40a2fc36db9cac1c883370731770a69 /deploy/conf | |
parent | 267fd18d744ab641338eb144e0b4cb768f323cac (diff) |
Support bond created
JIRA: -
You can add bond according to deploy/conf/network_cfg.yaml.
Change-Id: I70f2f03581cf763dbaf7a8a47bdbd46b66620fcb
Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/network_cfg.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/deploy/conf/network_cfg.yaml b/deploy/conf/network_cfg.yaml index 28224b66..5e704e80 100644 --- a/deploy/conf/network_cfg.yaml +++ b/deploy/conf/network_cfg.yaml @@ -9,7 +9,23 @@ --- nic_mappings: [] -bond_mappings: [] + +bond_mappings: + - name: bond1 + host: + - host1 + - host2 + - host3 + - host4 + - host5 + bond-slaves: + - eth1 + - eth2 + bond-mode: 802.3ad + bond-miimon: 100 + bond-lacp_rate: fast + bond-xmit_hash_policy: layer2 + mtu: 9000 provider_net_mappings: - name: br-prv |