Table of Contents

Pre-Requisites

This hotfix requires Odin Automation Premium 7.3 or later.

Fixed Issues

  • CCU-18514 Cloud Server Sales Wizard for Marketplace in UX1 for Customers
  • CCU-18403 Sign Up Wizard support for Cloud Server subscription
  • CCU-18496 Scheduled Backup operations blocked if number of backups which cannot find suitable node exceeds batchSize
  • CCU-18406 Configure_traffic_shaping.py sets 100Mbit/s unconditionally

Obtaining

The Cloud Infrastructure 17.13 hotfix 2 can be downloaded at http://download.automation.odin.com/oaci/17.13/latest.zip

Installation Procedure

To install the Cloud Infrastructure hotfix, do the following:

  1. On the management node, download the OACI package from http://download.automation.odin.com/oaci/17.13/latest.zip

    # wget http://download.automation.odin.com/oaci/17.13/latest.zip
    
  2. Unpack the OACI package:

    # unzip latest.zip
    
  3. Enter the folder with installation files:

    # cd oaci-17.13-XXX
    
  4. Run the precheck script, which checks compatibility with platform and its version. It also checks whether the Cloud Infrastructure application is already installed and its version.

    # python oaci_precheck.py
    
  5. Run the installation script.

    # python oaci_update.py
    

oaci_update.py script will install the hotfix.

Important: In case of OACI upgrade from 17.12 > 17.13 it is required to restart OA services on the Management Node after the Cloud Infrastructure Automation 17.13 package installation as the following:

# service pa-agent stop
# service pau stop
# service pau start
# service pa-agent start

Help Resources

Internal content