VIP configured in a VLAN network should be reached

  • Related issue: #1424 VIP configured in a VLAN network can not be reached

Category:

  • Network

Environment Setup

  • The network environment must have vlan network configured and also have DHCP server prepared on your testing vlan

Verification Steps

  1. Enable virtual network with harvester-mgmt
  2. Open Network -> Create a virtual network
  3. Provide network name and correct vlan id image
  4. Open Route, use the default auto setting image
  5. Create a VM and use the created route
  6. SSH to harvester node
  7. Ping the IP of the created VM
  8. Create a virutal network
  9. Provide network name and correct vlan id
  10. Open Route, use the manual setting
  11. Provide the CIDR and Gateway value image
  12. Repeat step 5 - 7

Expected Results

  1. Check the auto route vlan can be detected with running status image
  2. Check the manual route vlan can be detected with running status
  3. Check the VM can get IP based on auto or manual vlan route
  4. Check can ping VM IP from harvester node