overcloud-compute: add ndctl package to manage NVDIMMs

Adding `ndctl` package to manage NVDIMMs.
Package is used on compute nodes to create Persistent Memory (PMEM)
namespace which will be exposed to guests by Nova as vPMEM [0].

[0]: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html

Change-Id: Ic4dd90350a78c78f0b35523af49e3d08baf6861a
Closes-Bug: #1870455
(cherry picked from commit ae4079177f)
This commit is contained in:
Piotr Kopec 2020-04-14 15:21:51 +02:00
parent a6fef08b43
commit 226ce95729
2 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,4 @@ chrony_package
pacemaker_remote_package
sasl_scram_package
tuned_profiles_cpu_partitioning_package
ndctl_package

View File

@ -6,6 +6,7 @@
"chrony_package": "chrony",
"pacemaker_remote_package": "pacemaker-remote",
"sasl_scram_package": "cyrus-sasl-scram",
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning"
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning",
"ndctl_package": "ndctl"
}
}