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

53 lines
1.4 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _installation:
Installation Guide
-------------------
Installing FWaaS plugin
+++++++++++++++++++++++
#. Download the plug­in from `Fuel Plugins Catalog`_.
#. 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>:~/
#. Log into the Fuel Master node. Install the plugin::
[root@fuel ~]# fuel plugins --install fwaas-plugin-1.1-1.1.0-1.noarch.rpm
#. 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
+++++++++++++++++++++++++++++++
#. After plug­in is installed, create a new OpenStack environment with Neutron
as a network provider.
#. `Configure your environment`_.
#. Open the Settings tab of the Fuel web UI and scroll down the page. Select
FWaaS plugin checkbox:
.. image:: _static/fwaas_in_fuel_ui.png
#. `Deploy your environment`_.
**********
References
**********
.. target-notes::
.. _Fuel Plugins Catalog: https://software.mirantis.com/download-mirantis-openstack-fuel-plug-ins
.. _Configure your environment: http://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#configure-your-environment
.. _Deploy your environment: http://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#deploy-changes