Add numactl to overcloud image

There are cases where it's necessary to start Ceph OSD
containers using numactl to avoid performance problems.
ceph-ansible can do this but because the numactl package
is missing from the overcloud image it will not work.
This change adds the package so it will work.

Change-Id: Id372ede01bef45cf3fcc686fccfa2344a4ae7aa8
Closes-Bug: #1819465
(cherry picked from commit 5e436fbe4c)
This commit is contained in:
John Fulton 2019-03-11 10:19:45 -04:00
parent 90f236b504
commit 1c906bc566
2 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,5 @@ python_docker_py
python_ipaddr
openstack_selinux
net_snmp
numactl
iptables_services

View File

@ -10,6 +10,7 @@
"python_ipaddr": "python-ipaddr",
"openstack_selinux": "openstack-selinux",
"net_snmp": "net-snmp",
"numactl": "numactl",
"yum_plugin_priorities_package": "yum-plugin-priorities",
"iptables_services": "iptables-services"
}