File tree Expand file tree Collapse file tree
tests/roles/dataplane_adoption/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -530,17 +530,14 @@ ifeval::["{build}" != "downstream"]
530530 # https://issues.redhat.com/browse/RHOSZUUL-1517
531531 dnf -y install crypto-policies
532532 update-crypto-policies --set FIPS:NO-ENFORCE-EMS
533- # FIXME: perform dnf upgrade for other packages in EDPM ansible
534- # here we only ensuring that decontainerized libvirt can start
535533 ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
536534 dnf -y upgrade openstack-selinux
537535 rm -f /run/virtlogd.pid
538536 rm -rf repo-setup-main
539537endif::[]
540538ifeval::["{build}" == "downstream"]
541539 edpm_bootstrap_command: |
542- # FIXME: perform dnf upgrade for other packages in EDPM ansible
543- # here we only ensuring that decontainerized libvirt can start
540+ set -euxo pipefail
544541 dnf -y upgrade openstack-selinux
545542 rm -f /run/virtlogd.pid
546543endif::[]
Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ edpm_bootstrap_command: |
121121 # Exclude ceph-common-18.2.7 as it's pulling newer openssl not compatible
122122 # with rhel 9.2 openssh
123123 dnf config-manager --setopt centos9-storage.exclude="ceph-common-18.2.7" --save
124- # FIXME: perform dnf upgrade for other packages in EDPM ansible
125- # here we only ensuring that decontainerized libvirt can start
126124 dnf -y upgrade openstack-selinux
127125 rm -f /run/virtlogd.pid
128126 {%+ endif +%}
You can’t perform that action at this time.
0 commit comments