Add nvme-cli package to IPA image

This change adds nvme-cli utility to the IPA image, which is required to
enable IPA to perform NVMe specific cleaning on supported devices.

Story: 2008290
Task: 41168
Change-Id: I2f63db9b739e53699bd5f164b79640927bf757d7
This commit is contained in:
Jacob Anders 2021-02-02 08:55:14 +10:00
parent 55972ab6fb
commit 1a5a89610c
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,7 @@ efibootmgr:
efivar:
chrony:
e2fsprogs:
nvme-cli:
libffi-dev:
build-only: true

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds nvme-cli package required for ``ironic-python-agent`` to
be able to fetch information from NVMe controllers and perform NVMe-native
cleaning operations.