Add how to build plugin doc

Updated README.md with info on how to build plugin.

Change-Id: I92ce5eabb78d9e2d284bc422003582097cecd06a
This commit is contained in:
Aleksandr Didenko 2016-02-22 17:40:50 +01:00
parent ffc6f22a6d
commit 8b2c718a79
1 changed files with 12 additions and 0 deletions

View File

@ -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).