Wei Zhou
Wei Zhou
### Description This PR fixes the issue that the IPs are associated to wrong interfaces when reboot a VR on vmware/xen environment. However, VR will be broken if it is...
### Description This PR extends the vm autoscaling feature to support CloudStack Virtual router as LB provider The following changes need be considered - support cloudstack virtual routers and vpc...
### Description This PR fixes that the /etc/network/interfaces is misconfigured in VPC VR startup, which causes VPC VR to be stuck for 1 minute and continue working. The issue is...
when I input the `External load balancer IP address`, I got the exception ``` externalloadbalanceripaddress parameter must be specified along with Shared type of network ``` when I did not...
### Description This PR fixes #8598 with this change ``` root@r-575-VM:~# cat /etc/dnsmasq.d/cloud.conf dhcp-hostsfile=/etc/dhcphosts.txt listen-address=127.0.0.1,172.17.1.1,172.17.2.1,172.17.3.1 dhcp-range=set:interface-eth2-0,172.17.1.1,static dhcp-option=tag:interface-eth2-0,15,cs2cloud.internal dhcp-option=tag:interface-eth2-0,6,172.17.1.1,10.0.32.1,8.8.8.8 dhcp-option=tag:interface-eth2-0,3,172.17.1.1 dhcp-option=eth2,26,1500 dhcp-option=tag:interface-eth2-0,1,255.255.255.0 dhcp-range=set:interface-eth3-1,172.17.2.1,static dhcp-option=tag:interface-eth3-1,15,cs2cloud.internal dhcp-option=tag:interface-eth3-1,6,172.17.2.1,8.8.8.8,1.1.1.1 dhcp-option=tag:interface-eth3-1,3,172.17.2.1 dhcp-option=eth3,26,1500 dhcp-option=tag:interface-eth3-1,1,255.255.255.0 dhcp-range=set:interface-eth4-2,172.17.3.1,static dhcp-option=tag:interface-eth4-2,15,cs2cloud.internal dhcp-option=tag:interface-eth4-2,6,172.17.3.1,8.8.8.8,1.1.1.1...
### Description This PR fixes #8363 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
### Description This PR fixes #8604 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
### Description This PR fixes #7647 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
While testing #8497 , I found that there are some test failures with xcpng81/xcpng82, but not with xenserver-71 - [ ] fix test_guest_os (should be fixed by #8659) - [...
This should fix https://github.com/apache/cloudstack/issues/8975