RETIRED, Fuel plugin for FWaaS for Neutron
Go to file
Andrey Epifanov 545652d5d8 Migrate plugin from 1.0.0 to 2.0.0 package version
Change-Id: I193003b3666f6e0ddce11eaefe0c4f1476b3f47a
2015-03-13 10:25:05 +03:00
deployment_scripts/puppet Code refactoring 2015-02-24 13:23:58 +03:00
repositories Init commit 2015-01-26 15:39:53 +03:00
specs Blueprint: support-fwaas-in-mos 2015-02-02 22:39:38 +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 Init commit 2015-01-26 15:39:53 +03:00
environment_config.yaml Init commit 2015-01-26 15:39:53 +03:00
metadata.yaml Migrate plugin from 1.0.0 to 2.0.0 package version 2015-03-13 10:25:05 +03:00
pre_build_hook Init commit 2015-01-26 15:39:53 +03:00
tasks.yaml Init commit 2015-01-26 15:39:53 +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 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 (fwaas)
  4. fwaas-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 fwaas-plugin-1.0.0.fp
  6. Plugin is ready to use and can be enabled via Fuel WebUI ('Settings' tab)

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 in Openstack Dashboard: Project -> Network -> Firewall

Please use official Openstack documentation to obtain more information: