fuel-plugin-kafka/docs/source/install.rst

1.3 KiB

Install the plugin

Before you proceed with installing the plugin, see the limitations section.

To install the Kafka Plugin:

  1. Download the plugin from the Fuel Plugins Catalog.

  2. Copy the plugin's RPM file to the Fuel Master node using the secure copy scp command:

    # scp fuel-plugin-ceilometer-redis/kafka-1.0-0.1.0-1.noarch.rpm /
    root@:<the_Fuel_Master_node_IP address>:/tmp
  3. Log in to the Fuel Master node:

    # ssh root@:<the_Fuel_Master_node_IP address>
  4. Install the plugin:

    [root@fuel-master ~]# cd /tmp
    [root@fuel-master ~]# fuel plugins --install kafka-1.0-0.1.0-1.noarch.rpm
  5. Verify that the plugin is installed correctly:

    [root@fuel-master ~]# fuel plugins list
    id | name  | version | package_version | releases
    ---+-------+---------+-----------------+--------------------
    1  | kafka | 1.0.0   | 4.0.0           | ubuntu (mitaka-9.0)