fuel-plugin-neutron-fwaas/doc/source/installation_guide.rst

1.4 KiB
Raw Blame History

Installation Guide

Installing FWaaS plugin

  1. Download the plug­in from Fuel Plugins Catalog.

  2. Copy the plug­in on already installed Fuel Master node:

    [user@home ~]$ scp fwaas-plugin-1.1-1.1.0-1.noarch.rpm root@:/
    <the_Fuel_Master_node_IP>:~/
  3. Log into the Fuel Master node. Install the plugin:

    [root@fuel ~]# fuel plugins --install fwaas-plugin-1.1-1.1.0-1.noarch.rpm
  4. Verify that the plugin is installed correctly:

    [root@fuel ~]# fuel plugins --list
    id | name         | version | package_version
    ---|--------------|---------|----------------
    1  | fwaas_plugin | 1.1.0   | 2.0.0

Creating Environment with FWaaS

  1. After plug­in is installed, create a new OpenStack environment with Neutron as a network provider.

  2. Configure your environment.

  3. Open the Settings tab of the Fuel web UI and scroll down the page. Select FWaaS plugin checkbox:

    image

  4. Deploy your environment.

References