RETIRED, Fuel plugin for FWaaS for Neutron
Go to file
Jenkins aee1dac2be Merge "Add network group into metadata.yaml file." 2015-04-10 10:07:31 +00:00
deployment_scripts/puppet Fix puppet lint warnings 2015-03-19 12:24:18 +03:00
repositories Init commit 2015-01-26 15:39:53 +03:00
specs Adds information into plugin spec and readme file 2015-02-26 16:22:16 +03:00
.gitignore Add .gitreview and .gitignore files 2015-02-02 18:52:24 +03:00
.gitreview Add .gitreview and .gitignore files 2015-02-02 18:52:24 +03:00
LICENSE Init commit 2015-01-26 15:39:53 +03:00
README.md Adds information into plugin spec and readme file 2015-02-26 16:22:16 +03:00
environment_config.yaml Init commit 2015-01-26 15:39:53 +03:00
metadata.yaml Add network group into metadata.yaml file. 2015-04-10 12:29:34 +03:00
pre_build_hook Init commit 2015-01-26 15:39:53 +03:00
tasks.yaml Add 'primary-controller' role. 2015-04-09 13:42:09 +03:00

README.md

FWaaS plugin

FWaaS (Firewall-as-a-Service) is a Neutron extension that introduces Firewall feature set.

This repo contains all necessary files to build FWaaS Fuel plugin. Currently the only supported Fuel version is 6.0.

Building the plugin

  1. Clone the FWaaS plugin repo from https://github.com/stackforge/fuel-plugin-neutron-fwaas.

  2. Install Fuel Plugin Builder:

    pip install fuel-plugin-builder

  3. Execute fpb --build <path> command, where is the path to the plugin's main folder (fwaas). For example:

    ``fpb --build fuel-plugin-neutron-fwaas/

  4. The fwaas-plugin-1.0.0.fp plugin file will be created.

  5. Move this file to the Fuel Master node with secure copy (scp):

    scp fwaas-plugin-1.0.0.fp root@:<the_Fuel_Master_node_IP address>:/tmp cd /tmp

  6. Install it using the following command:

    fuel plugins --install fwaas-plugin-1.0.0.fp

  7. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.

Note that you can also download the built FWaaS plugin from the Fuel Plugins Catalog.

Deployment details

FWaaS deployment requires only adding a couple parameters in neutron.conf and enabling FWaaS tab in Horizon.

Accessing FWaaS functionality

Firewall settings can be found on the Openstack Dashboard (Horizon) in Project -> Network -> Firewall.

Please use official Openstack documentation to obtain more information: