openstack-ansible-os_neutron/doc/source/index.rst
Jakub Jursa 3fe2242707 [docs] Add Open vSwitch Hardware Offloading (ASAP^2) Deployment Scenario
This patch adds documentation that can assist an operator in deploying
ASAP^2-accelerated[1] Open vSwitch - AKA Open vSwitch Hardware Offloading[2].
This feature requires Mellanox ConnectX-4 Lx or ConnectX-5 NICs, and can be
deployed using existing OVS and SR-IOV-related tasks in OpenStack-Ansible.

[1] http://www.mellanox.com/page/asap2?mtag=asap2
[2] https://docs.openstack.org/neutron/latest/admin/config-ovs-offload.html

Co-Authored-By: James Denton <james.denton@outlook.com>
Change-Id: I0c93aca73f2b809ff1e525f75496982942ea3785
2019-02-26 03:44:41 +00:00

52 lines
1.1 KiB
ReStructuredText

==================================
Neutron role for OpenStack-Ansible
==================================
.. toctree::
:maxdepth: 2
configure-network-services.rst
app-openvswitch.rst
app-openvswitch-asap.rst
app-ovn.rst
app-nuage.rst
app-calico.rst
app-opendaylight.rst
:tags: openstack, neutron, cloud, ansible
:category: \*nix
This role installs the following Systemd services:
* neutron-server
* neutron-agents
To clone or view the source code for this repository, visit the role repository
for `os_neutron <https://github.com/openstack/openstack-ansible-os_neutron>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
~~~~
This role supports two tags: ``neutron-install`` and
``neutron-config``. The ``neutron-install`` tag can be used to install
and upgrade. The ``neutron-config`` tag can be used to maintain the
configuration of the service.