diff --git a/README.md b/README.md index 39a46ba..09fe85a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ fuel-plugin-external-lb * [Purpose](#purpose) * [Compatibility](#compatibility) + * [How to build plugin](#how-to-build-plugin) * [Requirements](#requirements) * [Known limitations](#known-limitations) * [Configuration](#configuration) @@ -32,6 +33,17 @@ It can also allow cloud operators to move controllers into different racks (see | -------------- | ------------ | | 1.x.x | Fuel-8.x | +## How to build plugin + +* Install fuel plugin builder (fpb) +* Clone plugin repo and run fpb there: + ``` + git clone https://github.com/openstack/fuel-plugin-external-lb + cd fuel-plugin-external-lb + fpb --build . + ``` +* Check if file `external_loadbalancer-*.noarch.rpm` was created. + ## Requirements External load balancer configuration is out of scope of this plugin. We assume that you configure load balancer by other means (manually or by some other Fuel plugin).