Comment 9 for bug 1489683

Revision history for this message
Igor Zinovik (izinovik) wrote : Re: Deploying Mirantis OpenStack 6.1 with Controllers on VMware ESXi VMs results in network configuration issues with br-aux

Attaching network scheme, so it will be easy to reference to it
network_scheme:
   transformations:
   - action: add-br
     name: br-fw-admin
   - action: add-br
     name: br-mgmt
   - action: add-br
     name: br-storage
   - action: add-br
     name: br-ex
   - action: add-br
     name: br-floating
     provider: ovs
   - action: add-patch
     bridges:
     - br-floating
     - br-ex
     provider: ovs
     mtu: 65000
   - action: add-br
     name: br-prv
     provider: ovs
   - action: add-br
     name: br-aux
   - action: add-patch
     bridges:
     - br-prv
     - br-aux
     provider: ovs
     mtu: 65000
   - action: add-port
     bridge: br-fw-admin
     name: eth0
   - bridge: br-aux
     name: bond0
     interfaces:
     - eth1
     - eth2
     - eth4
     - eth5
     - eth6
     bond_properties:
       lacp_rate: fast
       mode: 802.3ad
       xmit_hash_policy: layer2+3
     interface_properties:
       vendor_specific:
         disable_offloading: true
     action: add-bond
   - action: add-port
     bridge: br-storage
     name: bond0.102
   - action: add-port
     bridge: br-mgmt
     name: bond0.101
   - action: add-port
     bridge: br-ex
     name: bond0.1002