Step 2. Install Cloud Infrastructure Automation Package on Management Node

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

  1. On the MN, download the Cloud Infrastructure Automation package from http://download.automation.odin.com/oaci/18.0/latest.zip

    # wget http://download.automation.odin.com/oaci/18.0/latest.zip
  2. Unpack the Cloud Infrastructure Automation package:

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

    # cd oaci-18.0-XXX
  4. Run the precheck script, which checks compatibility with CloudBlue Commerce platform and its version. It also checks whether the Cloud Infrastructure application is already installed and its version, if the CI Endpoint node is registered.

    # 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 Operations provider control panel > Infrastructure > Modules.