ART-21453: Add image config for ose-haproxy-router-haproxy32#11725
Conversation
|
@ashwindasr: This pull request references ART-21453 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test art-konflux-delivery-repo-check |
Add new image configuration for ose-haproxy-router-haproxy32 to the OCP 5.0 build data. HAProxy 3.2 is being deployed as a sidecar of the router pod as part of OCPSTRAT-2943, mirroring the haproxy28 config added in ART-21452. Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
The Pyxis delivery repo is registered as openshift5/ose-haproxy-router-haproxy32-rhel9 (see pyxis-repo-configs), so delivery_repo_names must match. Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
921469d to
828b632
Compare
|
/test art-konflux-delivery-repo-check |
…entOS Stream 9 base Without okd.from.stream: centos_stream9, the OKD build inherits a CentOS Stream 10 base through openshift-enterprise-base-rhel9's OKD override (okd.distgit.branch: rhaos-5.0-rhel-10). The haproxy32 RPM from rhel-9-server-ose-rpms is an el9 package that requires libpcre.so.1 (PCRE1), which was removed in CentOS/RHEL 10. Mirrors the fix applied to ose-haproxy-router-haproxy28 (openshift-eng#11759) and the pattern used by ose-haproxy-router-base. Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pruan-rht, rayfordj The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3395f64
into
openshift-eng:openshift-5.0
Summary
Add new image configuration for
ose-haproxy-router-haproxy32to the OCP 5.0 build data.HAProxy 3.2 is being deployed as a sidecar of the router pod as part of OCPSTRAT-2943, mirroring the
ose-haproxy-router-haproxy28config added in ART-21452 (#11561, #11643).Details
containers/haproxy-router-haproxy32haproxy-router-haproxy32for_payload: true)openshift/router—/images/router/haproxy32/Dockerfile.ocpopenshift5/ose-haproxy-router-haproxy32-rhel9Includes the
okd:block from the start (haproxy28 needed a follow-up PR #11643 for this).delivery_repo_namesuses the-rhel9suffix to match how the delivery repo is actually registered in Pyxis (see pyxis-repo-configs MR !1117). The equivalent fix forhaproxy28is in #11726.