fuel-plugin-mellanox/doc/source/installation.rst

1.9 KiB
Raw Blame History

Installation Guide

Mellanox plugin installation

To install Mellanox plugin, follow these steps:

  1. Download the plugin from Fuel Plugins Catalog.

  2. Copy the plugin on already installed Fuel Master node. If you do not have the Fuel Master node yet, see Quick Start Guide :

    # scp mellanox-plugin-2.0-2.0.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
  3. Install the plugin:

    # cd /tmp
    # fuel plugins --install mellanox-plugin-2.0-2.0.0-1.noarch.rpm

    Note

    Mellanox plugin installation replaces your bootstrap image only in Fuel 6.1 at this stage. The original image is backed up in /opt/old_bootstrap_image/.

  4. Verify the plugin was installed successfully by having it listed using fuel plugins command:

    # fuel plugins
    id | name              | version | package_version
    ---|-------------------|---------|----------------
    1  | mellanox-plugin   | 2.0.0   | 2.0.0
  5. You must boot your target nodes with the new bootstrap image (installed by the plugin) after the plugin is installed. (In Fuel 7.0, the plugin doesnt replace bootstrap images and uses Mirantis bootstrap images) Check your Fuels node status by running fuel node command:

  • If you already have nodes in discover status (with the original bootstrap image) like in the screenshot below:

    A screenshot of the nodes list

    use the reboot_bootstrap_nodes script to reboot your nodes with the new image.

    Note

    For more info about using the script, run reboot_bootstrap_nodes --help.

  • If fuel node command doesnt show any nodes, you can boot your nodes only once after the plugin is installed.