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 c2e3bbe + 7ce54fa commit 1084331Copy full SHA for 1084331
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