Skip to content

[18.0-fr2] [dataplane_adoption] Exclude incompatible ceph-common #957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ edpm_bootstrap_command: |
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
{%+ if compute_adoption|bool +%}
# Exclude ceph-common-18.2.7 as it's pulling newer openssl not compatible
# with rhel 9.2 openssh
dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.7" --save

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's with 'centos9-storage' here - is that right for downstream testing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for downstream but it may be needed for upstream periodic. We should probably add a condition around this line to execute it only if the host OS is CentOS (=> in upstream jobs). But not in this backport, it should be done on main branch too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have edpm_bootstrap_command override in downstream and centos9-storage is not used there at all.
In upstream all jobs has centos9-storage enabled and so condition around this line doesn't make sense.

# FIXME: perform dnf upgrade for other packages in EDPM ansible
# here we only ensuring that decontainerized libvirt can start
dnf -y upgrade openstack-selinux
Expand Down