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

1.1 KiB

Neutron role for OpenStack-Ansible

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.

Default variables

../../defaults/main.yml

Dependencies

This role needs pip >= 7.1 installed on the target host.

Example playbook

../../examples/playbook.yml

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.