leongold.ovirt-ansible-dpdk-testing

================

The oVirt.dpdk-setup role helps you set up Open vSwitch with DPDK support.

Requirements:

  • You need Ansible version 2.4 or higher.
  • Network cards (NICs) must support DPDK.
  • Make sure VT-d / AMD-Vi is enabled in your BIOS for hardware support.

Role Variables

Name Default value Description
pci_drivers {} Mapping of PCI addresses to drivers.

Dependencies

None.

Example Playbook

---
- name: Set up oVirt DPDK
  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

Informazioni sul progetto

Setup DPDK compatible NIC's to use DPDK via Open vSwitch.

Installa
ansible-galaxy install leongold.ovirt-ansible-dpdk-testing
Licenza
apache-2.0
Download
158
Proprietario