Upgrading
Important: This documentation is for the APS-based Azure integration solution. If you are using a Connect-based Azure integration solution, please refer to the Connect documentation.
To upgrade to Azure CSP NCE 1.5, you need to have Azure CSP NCE 1.4. Upgrade from earlier versions is not supported.
-
Obtain the new application packages from your account manager or a support representative. These packages are azure-nce-<version>.noarch.rpm and AzureCloudSolutionProviderNCE-<version>.app.zip.
- Log in as an admin user to the Provider Panel.
- Go to Operations > Tasks > Background tab, and check if there are unprocessed Azure-related background tasks.
- Go to the Periodic tab, select the checkbox next to the Azure Cloud Solution Provider NCE * Periodic Tasks Manager item and click Cancel Tasks.
-
Upgrade the back end on the end-point node:
-
Log in as root over SSH to the end-point node.
-
Upgrade the back end by using the command
rpm -Uhv azure-nce-<version>.noarch.rpm
. -
Check for differences in the configurations by using the command
diff -U 0 /usr/local/azure-nce/application.yml{,.template}
. -
Run the command
vim -d /usr/local/azure-nce/application.yml{,.template}
, add new options from the fileapplication.yml.template
toapplication.yml
, and remove obsolete options from the fileapplication.yml
. -
Restart the application to apply all changes by using the command
systemctl restart azure-nce
.
-
-
Upgrade the UI-related part of the application and application instances:
Log in to CloudBlue Commerce as a provider, go to Services > Applications > APS Connectors tab > Import Package > Download the package from the local file, select the
AzureCloudSolutionProviderNCE-<version>.app.zip
package, and click Submit. -
Go to Services > Applications > APS Connectors tab > Azure Cloud Solution Provider (NCE), select the checkboxes next to instances, and click Upgrade.
- Go to Operations > Tasks > Periodic tab, select the checkbox next to the Azure Cloud Solution Provider NCE * Periodic Tasks Manager item and click Run Tasks.