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: #1870455changes/57/719957/1
parent
4f2cac2277
commit
ae4079177f
|
@ -5,3 +5,4 @@ chrony_package
|
|||
pacemaker_remote_package
|
||||
sasl_scram_package
|
||||
tuned_profiles_cpu_partitioning_package
|
||||
ndctl_package
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue