Skip to content

Commit e68b9ce

Browse files
karelyatinopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
Exclude incompatible ceph-common
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
1 parent f09d21e commit e68b9ce

File tree

1 file changed

+3
-0
lines changed
  • tests/roles/dataplane_adoption/defaults

1 file changed

+3
-0
lines changed

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ edpm_bootstrap_command: |
106106
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
107107
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
108108
{%+ if compute_adoption|bool +%}
109+
# Exclude ceph-common-18.2.7 as it's pulling newer openssl not compatible
110+
# with rhel 9.2 openssh
111+
dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.7" --save
109112
# FIXME: perform dnf upgrade for other packages in EDPM ansible
110113
# here we only ensuring that decontainerized libvirt can start
111114
dnf -y upgrade openstack-selinux

0 commit comments

Comments
 (0)