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

1.4 KiB
Raw Blame History

Installation Guide

Installing VPNaaS plugin

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

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

    [user@home ~]$ scp vpnaas-plugin-1.2-1.2.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 vpnaas-plugin-1.2-1.2.0-1.noarch.rpm
  4. Verify that the plugin is installed correctly:

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

Creating Environment with VPNaaS

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

  2. Configure your environment.

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

    image

  4. Deploy your environment.

References