diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2021-11-12 13:31:12 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-12-21 06:59:31 +0000 |
commit | d645f8b1cac7a9727bbfa77de1847fdf03a60631 (patch) | |
tree | 1e062b65e47dd88cef0f2c1505d7a08b5085f3e9 /fdio.infra.ansible/vpp_device.yaml | |
parent | d24bcf6e10fdee8e6ba1a0ef2f75e69d9e9d0a40 (diff) |
ansible: add kernel pinning to vpp device
Change-Id: Ife26766e5f92ab95b537b39c25202fec6be27db3
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'fdio.infra.ansible/vpp_device.yaml')
-rw-r--r-- | fdio.infra.ansible/vpp_device.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fdio.infra.ansible/vpp_device.yaml b/fdio.infra.ansible/vpp_device.yaml index fbf7ba12ed..ced882a148 100644 --- a/fdio.infra.ansible/vpp_device.yaml +++ b/fdio.infra.ansible/vpp_device.yaml @@ -18,6 +18,8 @@ tags: baremetal - role: common tags: common + - role: kernel + tags: kernel - role: intel tags: intel - role: docker |