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 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 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
The instructions below are relevant if you already run OnApp 5.5.0 version. If you are upgrading from OnApp 5.4.x. version, run the full upgrade procedure. For more information refer to the Upgrade Guide.
To apply the patch into Control Panel (running 5.5.0 version):
Update OnApp YUM repository file:
# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpm
Run the Control panel installer:
# /onapp/onapp-cp-install/onapp-cp-install.sh
Patch Installation for Clouds with High Availability Control Panel
If you are a High Availability Control Panel customer, it is recommended that you contact support for help with the procedure described below. Be aware, that if the configuration below is performed incorrectly it may cause damage to your cloud.
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:
# crm configure property maintenance-mode=true
Update OnApp YUM repository file:
# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpm
Run the Control panel installer:
# /onapp/onapp-cp-install/onapp-cp-install.sh
Switch all nodes back online by running the following command once on any of the nodes:
# crm configure property maintenance-mode=false
Ensure thatthelsyncdserviceis not started during the whole CP upgrade procedure. In separate consoles, connect to all three CP servers and run the following command:
watch /etc/init.d/lsyncd stop