Skip to content

Commit 2def62f

Browse files
Merge pull request #957 from openshift-cherrypick-robot/cherry-pick-954-to-18.0-fr2
[18.0-fr2] [dataplane_adoption] Exclude incompatible ceph-common
2 parents f09d21e + e68b9ce commit 2def62f

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)