Control Plane Network configuration:
The Control Plane is virtualized on Rhev. The network breaks down like so:
On the Switch:
A single LACP port channel with the native vlan configured to be the internal_api network the control node is in. For example it would be this if the control node were in CCB
switchport trunk native vlan 2380
Along with the following allowed vlans:
switchport trunk allowed vlans 2317,2380-2381,91,1457,90,438,422
This will include:
- The external and vip-net networks
- The internal_api and tenant networks
- Any external subnets used
Rhev:
The VM is hosted on Rhev so a single network interface attached to the network not tagged.
OS:
OVS or Openvswitch is used to configure the interfaces in the operating system. It looks like this: