Skip to content

Commit 54863e2

Browse files
authored
Merge pull request #1329 from karelyatin/OSPCIX-843-again
[dataplane_adoption] Exclude incompatible ceph-common again
2 parents d9e12cc + f8332c0 commit 54863e2

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)