This is a standard Ansible role to install OPAE FPGA packages on hosts.
ansible-galaxy install git+https://github.com/redhat-openstack/fpga-rsu.git
This role can be included in playbooks to use as mentioned in below example.
You should download the OPAE FPGA package tarball from intel portal and set the correct values for role parameters.
-
fpga_rsu_driver_pkg_url: Path to the downloaded OPAE FPGA package tarball. Default to ""
-
fpga_rsu_driver_dir: Directory location where to untar the package. Default to '/usr/share/opae'.
Including an example of how to use your role:
- hosts: servers
become: true
roles:
- role: fpga-rsu
Patches should be submitted using git review to the GerritHub.
Apache 2.0
redhat-openstack