https://github.com/openstack-charmers/sriov-netplan-shim
SR-IOV VF device configuration
https://github.com/openstack-charmers/sriov-netplan-shim
Last synced: 5 months ago
JSON representation
SR-IOV VF device configuration
- Host: GitHub
- URL: https://github.com/openstack-charmers/sriov-netplan-shim
- Owner: openstack-charmers
- License: apache-2.0
- Created: 2019-10-31T10:48:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T15:54:08.000Z (over 4 years ago)
- Last Synced: 2025-11-27T23:13:17.385Z (7 months ago)
- Language: Python
- Homepage: https://bugs.launchpad.net/sriov-netplan-shim
- Size: 53.7 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/openstack-charmers/sriov-netplan-shim)
# SR-IOV VF device configuration
A simple utility that configures SR-IOV VF devices on network adapters
on boot.
Configuration is read from ``/etc/sriov-netplan-shim/interfaces.yaml``
using the following format:
```yaml
interfaces:
enp3s0f0:
num_vfs: 64
enp3s0f1:
num_vfs: 64
```
Interfaces will be configured with the supplied number or the maximum
number of VF's that the device can support (if num\_vfs exceeds the
device maximum value).
Devices not found on the installed system will be skipped.