diff --git a/etc/kayobe/stackhpc-overcloud-dib.yml b/etc/kayobe/stackhpc-overcloud-dib.yml index 2607cf222..8ab614860 100644 --- a/etc/kayobe/stackhpc-overcloud-dib.yml +++ b/etc/kayobe/stackhpc-overcloud-dib.yml @@ -68,8 +68,10 @@ stackhpc_overcloud_dib_packages: - "less" - "logrotate" - "net-tools" + - "nvme-cli" - "pciutils" - "python3" + - "smartmontools" - "vim" - "{% if os_distribution == 'ubuntu' %}netbase{% endif %}" - "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}" diff --git a/releasenotes/notes/add-disk-utils-58b871d9afc9cbe8.yaml b/releasenotes/notes/add-disk-utils-58b871d9afc9cbe8.yaml new file mode 100644 index 000000000..570f725bd --- /dev/null +++ b/releasenotes/notes/add-disk-utils-58b871d9afc9cbe8.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Adds NVMe and S.M.A.R.T utilities to the overcloud host image built by DIB.