Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,6 @@ ifeval::["{build}" != "downstream"]
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
python3 -m venv ./venv
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
# This is required for FIPS enabled until trunk.rdoproject.org
# is not being served from a centos7 host, tracked by
# https://issues.redhat.com/browse/RHOSZUUL-1517
sudo dnf -y install crypto-policies
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
sudo dnf -y upgrade openstack-selinux
sudo rm -f /run/virtlogd.pid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ ifeval::["{build}" != "downstream"]
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
python3 -m venv ./venv
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
# This is required for FIPS enabled until trunk.rdoproject.org
# is not being served from a centos7 host, tracked by
# https://issues.redhat.com/browse/RHOSZUUL-1517
sudo dnf -y install crypto-policies
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
sudo rm -rf repo-setup-main
endif::[]
Expand Down
5 changes: 0 additions & 5 deletions docs_user/modules/proc_converting-object-storage-nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ ifeval::["{build}" != "downstream"]
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
python3 -m venv ./venv
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
# This is required for FIPS enabled until trunk.rdoproject.org
# is not being served from a centos7 host, tracked by
# https://issues.redhat.com/browse/RHOSZUUL-1517
sudo dnf -y install crypto-policies
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
sudo dnf -y upgrade openstack-selinux
sudo rm -f /run/virtlogd.pid
Expand Down
5 changes: 0 additions & 5 deletions tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ edpm_bootstrap_command: |
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
python3 -m venv ./venv
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
# This is required for FIPS enabled until trunk.rdoproject.org
# is not being served from a centos7 host, tracked by
# https://issues.redhat.com/browse/RHOSZUUL-1517
dnf -y install crypto-policies
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|8|9 as it's pulling newer openssl not compatible
Expand Down
5 changes: 0 additions & 5 deletions tests/roles/swift_conversion/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ edpm_bootstrap_command: |
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
python3 -m venv ./venv
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
# This is required for FIPS enabled until trunk.rdoproject.org
# is not being served from a centos7 host, tracked by
# https://issues.redhat.com/browse/RHOSZUUL-1517
dnf -y install crypto-policies
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
rm -rf repo-setup-main
Expand Down
Loading