Skip to content

Commit 7668e6f

Browse files
Merge pull request #1460 from jistr/f/remove-fips-workaround
Remove FIPS workaround
2 parents 89b86f9 + 4da3947 commit 7668e6f

5 files changed

Lines changed: 0 additions & 25 deletions

File tree

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,6 @@ ifeval::["{build}" != "downstream"]
534534
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
535535
python3 -m venv ./venv
536536
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
537-
# This is required for FIPS enabled until trunk.rdoproject.org
538-
# is not being served from a centos7 host, tracked by
539-
# https://issues.redhat.com/browse/RHOSZUUL-1517
540-
sudo dnf -y install crypto-policies
541-
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
542537
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
543538
sudo dnf -y upgrade openstack-selinux
544539
sudo rm -f /run/virtlogd.pid

docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ ifeval::["{build}" != "downstream"]
239239
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
240240
python3 -m venv ./venv
241241
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
242-
# This is required for FIPS enabled until trunk.rdoproject.org
243-
# is not being served from a centos7 host, tracked by
244-
# https://issues.redhat.com/browse/RHOSZUUL-1517
245-
sudo dnf -y install crypto-policies
246-
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
247242
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
248243
sudo rm -rf repo-setup-main
249244
endif::[]

docs_user/modules/proc_converting-object-storage-nodes.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ ifeval::["{build}" != "downstream"]
197197
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
198198
python3 -m venv ./venv
199199
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
200-
# This is required for FIPS enabled until trunk.rdoproject.org
201-
# is not being served from a centos7 host, tracked by
202-
# https://issues.redhat.com/browse/RHOSZUUL-1517
203-
sudo dnf -y install crypto-policies
204-
sudo update-crypto-policies --set FIPS:NO-ENFORCE-EMS
205200
sudo ./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
206201
sudo dnf -y upgrade openstack-selinux
207202
sudo rm -f /run/virtlogd.pid

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ edpm_bootstrap_command: |
108108
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
109109
python3 -m venv ./venv
110110
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
111-
# This is required for FIPS enabled until trunk.rdoproject.org
112-
# is not being served from a centos7 host, tracked by
113-
# https://issues.redhat.com/browse/RHOSZUUL-1517
114-
dnf -y install crypto-policies
115-
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
116111
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
117112
{%+ if compute_adoption|bool +%}
118113
# Exclude ceph-common-18.2.7|8|9 as it's pulling newer openssl not compatible

tests/roles/swift_conversion/defaults/main.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ edpm_bootstrap_command: |
1616
curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
1717
python3 -m venv ./venv
1818
PBR_VERSION=0.0.0 ./venv/bin/pip install ./repo-setup-main
19-
# This is required for FIPS enabled until trunk.rdoproject.org
20-
# is not being served from a centos7 host, tracked by
21-
# https://issues.redhat.com/browse/RHOSZUUL-1517
22-
dnf -y install crypto-policies
23-
update-crypto-policies --set FIPS:NO-ENFORCE-EMS
2419
./venv/bin/repo-setup current-podified -b antelope -d centos9 --stream
2520
rm -rf repo-setup-main
2621

0 commit comments

Comments
 (0)