Update README.md
Change-Id: Ic28348c7888e487b9e450838c9f615cd7abc58d7
This commit is contained in:
parent
1387fd56b8
commit
407d6cf127
21
README.md
21
README.md
@ -1,20 +1,23 @@
|
||||
VPNaaS plugin
|
||||
============
|
||||
=============
|
||||
|
||||
VPNaaS (VPN-as-a-Service) is a Neutron extension that introduces VPN feature set.
|
||||
|
||||
This repo contains all necessary files to build VPNaaS Fuel plugin.
|
||||
Currently the only supported Fuel version is 6.0.
|
||||
Currently the only supported Fuel versions are 6.0 and higher.
|
||||
|
||||
Building the plugin
|
||||
-------------------
|
||||
1. Clone the fuel-plugins repo from https://github.com/stackforge/fuel-plugins
|
||||
2. Install Fuel Plugin Builder using documentation from the fuel-plugins repo
|
||||
3. Execute fpb --build <path>, where <path> is the path to the plugin's main
|
||||
folder (vpnaas)
|
||||
4. vpnaas-plugin-1.0.0.fp plugin file will be created
|
||||
5. Move this file to the Fuel master node and install it using
|
||||
the following command: fuel plugins --install vpnaas-plugin-1.0.0.fp
|
||||
1. Clone the fuel-plugin repo from:
|
||||
git clone https://github.com/stackforge/fuel-plugin-neutron-vpnaas
|
||||
2. Install Fuel Plugin Builder:
|
||||
pip install fuel-plugin-builder
|
||||
3. Build VPNaaS Fuel plugin:
|
||||
fpb --build fuel-plugin-neutron-vpnaas/
|
||||
4. vpnaas-plugin-x.x.x.fp plugin file will be created in the plugin folder
|
||||
ll fuel-plugin-neutron-vpnaas/
|
||||
5. Move this file to the Fuel master node and install
|
||||
fuel plugins --install vpnaas-plugin-x.x.x.fp
|
||||
6. Plugin is ready to use and can be enabled via Fuel WebUI ('Settings' tab)
|
||||
|
||||
Deployment details
|
||||
|
Loading…
Reference in New Issue
Block a user