Step 1. Downloading and Installing Cloud Infrastructure Automation Package on Management Node

To install the Cloud Infrastructure Automation package, do the following:

  1. On the management node, download the Cloud Infrastructure Automation 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 Cloud Infrastructure Automation 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 Odin Automation platform and its version. It also checks whether the Cloud Infrastructure application is already installed and its version.

    # python oaci_precheck.py

    The detailed precheck log can be found in /var/log/pa/prechecks/oaci-precheck.log.

  5. Run the installation script.

    # python oaci_update.py

As a result, the Cloud Infrastructure module will appear in the OA Operations provider control panel > Infrastructure > Modules.