From f528c67c0b98422bf10d8e47d45c9e888a6781dd Mon Sep 17 00:00:00 2001 From: Rawan Herzallah Date: Mon, 4 Apr 2016 13:08:49 +0000 Subject: [PATCH] Fixing readme.md file Added fixes and sections to readme.md file Change-Id: I87c8b750de952cdca0fffbc0435f138a5a38dfc1 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 292b53c..3d4e7e1 100644 --- a/README.md +++ b/README.md @@ -67,27 +67,36 @@ To install Mellanox plugin, follow these steps: 1. Install Fuel Master node. For more information on how to create a Fuel Master node, please see [Mirantis Fuel 8.0 documentation](https://docs.mirantis.com/openstack/fuel/fuel-8.0/) + 2. Download the plugin rpm file for MOS 8.0 from [Fuel Plugin Catalog](https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins) + 3. Copy the plugin on already installed Fuel Master. scp can be used for that: + ``` # scp mellanox-plugin-3.0-3.0.0-1.noarch.rpm root@:/tmp ``` + 4. Install the plugin: + ``` # cd /tmp # fuel plugins --install mellanox-plugin-3.0-3.0.0-1.noarch.rpm ``` + 5. Verify the plugin was installed successfully by having it listed using ``fuel plugins`` command: + ``` # fuel plugins # id | name | version | package_version # ---|-------------------|---------|---------------- # 1 | mellanox-plugin | 3.0.0 | 3.0.0 ``` + 6. Create new bootstrap image for supporting infiniband networks ``create_mellanox_vpi_bootstrap`` can be used + ``` [root@fuel ~]# create_mellanox_vpi_bootstrap Try to build image with data: @@ -99,6 +108,7 @@ can be used . . . Bootstrap image f790e9f8-5bc5-4e61-9935-0640f2eed949 has been activated. ``` + 7. In case of using the customized bootstrap image, you must reboot your target nodes with the new bootstrap image you just created. If you already have discovered nodes you can either reboot them manually or use `reboot_bootstrap_nodes` command. Run `reboot_bootstrap_nodes -h` for help.