File tree Expand file tree Collapse file tree
dataplane_adoption/defaults
swift_conversion/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
249244endif::[]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments