aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bond.yaml
blob: 7b925a70521133e1a021e756081f789ac4608175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
network_config:
  - 
     type: ovs_bridge
     name: br-ctlplane
     use_dhcp: true
     members: 
       - 
         type: ovs_bond
         name: bond1
         use_dhcp: true
         members:
           - 
             type: interface
             name: em1
           - 
             type: interface
             name: em2