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

1.1 KiB

Installation Guide

Installing LDAP plugin

To install LDAP plugin, follow these steps:

  1. Download the plugin from the Fuel Plugins Catalog <https://www.mirantis.com/products/ openstack-drivers-and-plugins/fuel-plugins/>.

  2. Copy the plugin on an already installed Fuel Master node (SSH can be used for that). If you do not have the Fuel Master node yet, see Quick Start Guide:

    # scp ldap-1.0-1.0.0-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
  3. Log into the Fuel Master node. Install the plugin:

    # cd /tmp
    # fuel plugins --install ldap-1.0-1.0.0-1.noarch.rpm
  4. Check if the plugin was installed successfully

    # fuel plugins
    id | name         | version  | package_version
    ---|--------------|----------|----------------
    1  | ldap         | 1.0.0    | 2.0.0
  5. MU-3 (Maintenance Update) should be installed to provide proper work of keystone providers with domains during deployment process.