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
This commit is contained in:
John Fulton 2019-03-11 10:19:45 -04:00
parent 82eabfadc9
commit 5e436fbe4c
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -11,6 +11,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"
}