From 407d6cf127b80d40588870c93193e83bf844ae95 Mon Sep 17 00:00:00 2001 From: Andrey Epifanov Date: Wed, 4 Feb 2015 19:35:43 +0300 Subject: [PATCH] Update README.md Change-Id: Ic28348c7888e487b9e450838c9f615cd7abc58d7 --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 79aadf0..ac889d0 100644 --- a/README.md +++ b/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 , where 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