We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f09d21e + e68b9ce commit 2def62fCopy full SHA for 2def62f
tests/roles/dataplane_adoption/defaults/main.yaml
@@ -106,6 +106,9 @@ edpm_bootstrap_command: |
106
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
107
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
108
{%+ 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
112
# FIXME: perform dnf upgrade for other packages in EDPM ansible
113
# here we only ensuring that decontainerized libvirt can start
114
dnf -y upgrade openstack-selinux
0 commit comments