ovirt-ansible-dpdk-testing
================
The oVirt.dpdk-setup
role enables you to set up Open vSwitch with DPDK support.
Requirements:
- Ansible version 2.4 or higher
- NICS must support DPDK
- Hardware support: Make sure VT-d / AMD-Vi is enabled in BIOS
Role Variables
Name | Default value | |
---|---|---|
pci_drivers | {} | PCI address to driver mapping. |
Dependencies
No.
Example Playbook
---
- name: oVirt DPDK setup
hosts: some_host
gather_facts: false
vars:
pci_drivers:
"0000:00:04.0": "vfio-pci"
"0000:00:04.1": "igb"
"0000:00:04.2": ""
roles:
- oVirt.dpdk-setup
License
Apache License 2.0
About
Setup DPDK compatible NIC's to use DPDK via Open vSwitch.
Install
ansible-galaxy install leongold/ovirt-ansible-dpdk-testing
License
apache-2.0
Downloads
146
Owner