Support multiple VLAN physical interfaces

  • Related issues: #2259 [FEATURE] Support multiple VLAN physical interfaces

Category:

  • Network

Verification Steps

  1. Create cluster network cn1 image

  2. Create a vlanconfig config-n1 on cn1 which applied to node 1 only image

  3. Select an available NIC on the Uplink image

  4. Create a vlan, the cluster network cn1 vlanconfig and provide valid vlan id 91 image

  5. Create cluster network cn2 image

  6. Create a vlanconfig config-n2 on cn2 which applied to node 2 only image

  7. Select an available NIC on the Uplink image image

  8. Create a vlan, the cluster network cn2 vlanconfig and provide valid vlan id 92 image image image

  9. Create cluster network cn3 image

  10. Create a vlanconfig config-n3 on cn3 which applied to node 3 only image

  11. Select an available NIC on the Uplink image

  12. Create a vlan, select the cluster network cn3 vlanconfig and provide valid vlan id 93 image image

  13. Create a VM, use the vlan id 1 and specific at any node image

  14. Create a VM, use the vlan id 91 and specified at node1 image

  15. Create another VM, use the vlan id 92 image

Expected Results

  1. Can create different vlan on each cluster network image

  2. Can create VM using vlan id 91 and retrieve IP address correctly image

  3. Can create VM using vlan id 92 and retrieve IP address correctly image

  4. Can create VM using vlan id 1 and retrieve IP address correctly image