add kernel-modules-extra in overcloud image

Bug #1946227 reported by Haresh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Undecided
Haresh

Bug Description

Currently on RHEL8, few kernel modules are not part of kernel-core and
added to kernel-modules-extra. Those are
 - bareudp (for bareudp tunnels support, which is for MPLSoUDP)
 - act_mpls (TC support for MPLS)
 - act_ct (TC support for CT)
 - sctp

In case of ovs-hw-offload, without k-m-e installed,
it will have a performance because of excessive upcalls due to the lack of act_ct.
MPLS stuff may hit a similar situation. Tt's better to have this module in overcloud image.

This patch is intended to provision k-m-e in overcloud image through tripleo-common.

Thanks

Haresh (hakhande)
Changed in tripleo:
assignee: nobody → Haresh (hakhande)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (master)
Changed in tripleo:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/812683
Committed: https://opendev.org/openstack/tripleo-common/commit/cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99
Submitter: "Zuul (22348)"
Branch: master

commit cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99
Author: Haresh Khandelwal <email address hidden>
Date: Wed Oct 6 18:51:50 2021 +0530

    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

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/tripleo-common/+/814663

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/tripleo-common/+/814664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/tripleo-common/+/814755

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/tripleo-common/+/814756

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/814663
Committed: https://opendev.org/openstack/tripleo-common/commit/146bb265571890b5b69065ece43788410388fb3b
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 146bb265571890b5b69065ece43788410388fb3b
Author: Haresh Khandelwal <email address hidden>
Date: Wed Oct 6 18:51:50 2021 +0530

    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
    (cherry picked from commit cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99)

tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/814664
Committed: https://opendev.org/openstack/tripleo-common/commit/e35b654e1d8770c00f5905f45e634a142ab9adbe
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit e35b654e1d8770c00f5905f45e634a142ab9adbe
Author: Haresh Khandelwal <email address hidden>
Date: Wed Oct 6 18:51:50 2021 +0530

    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
    (cherry picked from commit cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99)

tags: added: in-stable-victoria
tags: added: in-stable-ussuri
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/814755
Committed: https://opendev.org/openstack/tripleo-common/commit/e3f7c8f928afd190cb054a824b615bacef7b0ec5
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit e3f7c8f928afd190cb054a824b615bacef7b0ec5
Author: Haresh Khandelwal <email address hidden>
Date: Wed Oct 6 18:51:50 2021 +0530

    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
    (cherry picked from commit cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/814756
Committed: https://opendev.org/openstack/tripleo-common/commit/5cd928fe48dc7256bd425f863aa93b3e2be59551
Submitter: "Zuul (22348)"
Branch: stable/train

commit 5cd928fe48dc7256bd425f863aa93b3e2be59551
Author: Haresh Khandelwal <email address hidden>
Date: Wed Oct 6 18:51:50 2021 +0530

    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
    (cherry picked from commit cd5c95441cc56e7ab3f7f4cc1d558fce5bb98d99)

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-common 16.3.0

This issue was fixed in the openstack/tripleo-common 16.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-common 12.4.7

This issue was fixed in the openstack/tripleo-common 12.4.7 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-common 13.3.0

This issue was fixed in the openstack/tripleo-common 13.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-common train-eol

This issue was fixed in the openstack/tripleo-common train-eol release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.