Virtuozzo OnApp 5.5.0-50 Update
This update was released on Oct 18, 2017.
| Key | Release Notes | Affects Version/s |
|---|---|---|
| CORE-10612 | Added ability to set vCenter credentials for imported VSs to access the full functionality of the server. | |
| CORE-10611 | Added arbitrary type IP nets which include vCenter VS IPs that are not within the IP ranges in the imported vCenter networks. | |
| CORE-10610 | Improved the loading time for the Control Panel > Virtual Servers page in case there is a big number of virtual servers in the cloud. | |
| CORE-10783 | Fixed the issue when customer network related base resources were not removed from DB which led to issues in billing configuration. | 5.5 |
| CORE-10781 | Fixed the issue with edge gateway validation during new edge gateway creation. | 5.5 |
| CORE-10615 | Fixed the issue when the MKS console did not work for vCD VSs built on several Windows templates for vCD 8.20 vSphere 6.5 ESXi 6.5. | 5.4-5.5 |
| CORE-10613 | Fixed the issue when a duplicate network was created via sync if a network created in Virtuozzo OnApp was used to provision a VS on a vCenter compute resource. | 5.5 |
| CORE-10559 | Fixed the issue when snmp statistics were gathered on the buyer CP from a backup server to which a buyer has subscribed. | 5.5 |
| CORE-10541 | Fixed the issue when a non-operational VPN tunnel appeared in the VPN tunnels list in Virtuozzo OnApp and could not be deleted, while there was no such VPN tunnel listed in vCD. | 5.3-5.5 |
| CORE-10829 | Fixed the issue when the CP generated two API calls instead of one if the user was not activated in Aflexi. | 5.5 |
Patch Installation
To apply the patch into Control Panel (running 5.5.0 version):
Update Virtuozzo OnApp YUM repository file:
1# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpmRun the Control panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
Patch Installation for Clouds with High Availability Control Panel
To apply the patch for clouds with the High Availability Control Panel run the following commands on all Control Panel servers:
Disable managing resources on all nodes by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=trueUpdate Virtuozzo OnApp YUM repository file:
1# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpmRun the Control panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.shSwitch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=falseEnsure that the lsyncd service is not started during the whole CP upgrade procedure. In separate consoles, connect to all three CP servers and run the following command:
1watch /etc/init.d/lsyncd stop