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 d9e12cc + f8332c0 commit 54863e2Copy full SHA for 54863e2
1 file changed
tests/roles/dataplane_adoption/defaults/main.yaml
@@ -118,9 +118,9 @@ edpm_bootstrap_command: |
118
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
119
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
120
{%+ if compute_adoption|bool +%}
121
- # Exclude ceph-common-18.2.7 as it's pulling newer openssl not compatible
+ # Exclude ceph-common-18.2.7|8|9 as it's pulling newer openssl not compatible
122
# with rhel 9.2 openssh
123
- dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.7" --save
+ dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.[7|8|9]" --save
124
dnf -y upgrade openstack-selinux
125
rm -f /run/virtlogd.pid
126
{%+ endif +%}
0 commit comments