Nova compute node with multiple interface
My scenarios is like multinic flat manager show at flat manager
I am using CentOS6.6 on controller and compute nodes, there are multiple compute nodes. Each of My compute node has multiple bridges connected to VLANs. Each VM I will create in compute node will have either 1 or 2 NIC depending on the requirement. These NICs will have their static IP and both should be connected to different bridge of compute node. How can I achieve this? For example:
Computenode1 has br0 - VLAN 10.5.0.0/24, br1 - VLAN 172.19.4.0/24, br2 - VLAN - 10.66.12.0/22, br3 - VLAN - 38.102.145.0/24, br4 - 38.102.164/24
1st NIC of each VM will be connected to either of br0 / br1 / br2. 2nd NIC of VM (if it has) will be connected to either of br3 / br4.
How can I configure this using nova network.