Skip to content

Commit f8332c0

Browse files
committed
[dataplane_adoption] Exclude incompatible ceph-common again
With the latest ceph adoption jobs broken again, also pinning the newest and upcoming release. A recent update to ceph also pulling latest openssl from centos 9-stream which is not compatible with installed rhel 9.2 openssh. So as a workaround excluding ceph-common. Related-Issue: #OSPCIX-843 Signed-off-by: Yatin Karel <ykarel@redhat.com>
1 parent 7e659f3 commit f8332c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/roles/dataplane_adoption/defaults

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ edpm_bootstrap_command: |
118118
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
119119
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
120120
{%+ if compute_adoption|bool +%}
121-
# Exclude ceph-common-18.2.7 as it's pulling newer openssl not compatible
121+
# Exclude ceph-common-18.2.7|8|9 as it's pulling newer openssl not compatible
122122
# with rhel 9.2 openssh
123-
dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.7" --save
123+
dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.[7|8|9]" --save
124124
dnf -y upgrade openstack-selinux
125125
rm -f /run/virtlogd.pid
126126
{%+ endif +%}

0 commit comments

Comments
 (0)