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

1.3 KiB

Installation

Where to download the plugin

The plugin in not yet distribuited as package. You have to build it yourself.

The code is hosted on github openstack.

How to build the plugin

Please refer to the Fuel Plugins wiki to build the plugin by yourself, version 2.0.0 (or higher) of the Fuel Plugin Builder is required.

git clone https://github.com/openstack/fuel-plugin-openbook.git
cd fuel-plugin-openbook
git checkout 6.1
fpb --build .

How to install the plugin

Copy the plugin file to the Fuel Master node.

scp openbook*rpm root@<Fuel Master node IP address>:

Install the plugin using the fuel command line:

ssh root@<Fuel Master node IP address>
fuel plugins --install openbook*.rpm

Verify that the plugin is installed correctly:

[root@fuel ~]# fuel plugins
id | name     | version | package_version
---|----------|---------|----------------
1  | openbook | 1.0.0   | 2.0.0          

References