fuel-plugin-opendaylight/doc/source/build.rst

695 B

How to build the plugin from source

Plugin build process depends on followin list of tools:

After installing all needed dependencies start build process:

$ git clone https://github.com/openstack/fuel-plugin-opendaylight
$ cd fuel-plugin-opendaylight
$ fpb --build .

If you want to monitor what actions are performed during plugin build add --debug option:

$ fpb --debug --build .