tripleo-common/image-yaml/overcloud-hardened-images-uefi-centos8.yaml
Haresh Khandelwal cd5c95441c add kernel-modules-extra in overcloud image needed for HWOL
In case of ovs-hw-offload, without k-m-e installed,
it will have a performance impact because of excessive upcalls
due to the lack of act_ct.

This patch is intended to provision k-m-e in overcloud image
building.

act_ct would be added to kernel-core in rhel9.
So, k-m-e doesnt required in rhel9,centos9.

Closes-Bug: #1946227
Change-Id: If398172876059559ce70ebb868ada82da009a02d
2021-10-11 23:13:10 +05:30

20 lines
373 B
YAML

disk_images:
-
imagename: overcloud-hardened-uefi-full
type: qcow2
distro: centos
release: 8
elements:
- selinux-permissive
- interface-names
packages:
- kernel-modules-extra
-
imagename: ironic-python-agent
type: qcow2
distro: centos
release: 8
elements:
- selinux-permissive
- interface-names