VIP configured in a VLAN network should be reached
- Related issue: #1424 VIP configured in a VLAN network can not be reached
Category:
Environment Setup
- The network environment must have vlan network configured and also have DHCP server prepared on your testing vlan
Verification Steps
- Enable virtual network with
harvester-mgmt
- Open Network -> Create a virtual network
- Provide network name and correct vlan id
- Open Route, use the default
auto
setting
- Create a VM and use the created route
- SSH to harvester node
- Ping the IP of the created VM
- Create a virutal network
- Provide network name and correct vlan id
- Open Route, use the
manual
setting
- Provide the
CIDR
and Gateway
value
- Repeat step 5 - 7
Expected Results
- Check the
auto
route vlan can be detected with running
status
- Check the
manual
route vlan can be detected with running
status
- Check the VM can get IP based on
auto
or manual
vlan route
- Check can ping VM IP from harvester node