diff --git a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc index d23d9e6df..0ed960a40 100644 --- a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc +++ b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc @@ -537,18 +537,18 @@ ifeval::["{build}" != "downstream"] # 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 - dnf -y upgrade openstack-selinux - rm -f /run/virtlogd.pid - rm -rf repo-setup-main + 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 + sudo rm -rf repo-setup-main endif::[] ifeval::["{build}" == "downstream"] edpm_bootstrap_command: | set -euxo pipefail - dnf -y upgrade openstack-selinux - rm -f /run/virtlogd.pid + sudo dnf -y upgrade openstack-selinux + sudo rm -f /run/virtlogd.pid endif::[] gather_facts: false diff --git a/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc b/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc index 80e5cfada..11d45bdeb 100644 --- a/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc +++ b/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc @@ -242,10 +242,10 @@ ifeval::["{build}" != "downstream"] # 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 + 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::[] gather_facts: false diff --git a/docs_user/modules/proc_converting-object-storage-nodes.adoc b/docs_user/modules/proc_converting-object-storage-nodes.adoc index 8dbf65cde..2ce64cfc3 100644 --- a/docs_user/modules/proc_converting-object-storage-nodes.adoc +++ b/docs_user/modules/proc_converting-object-storage-nodes.adoc @@ -200,12 +200,12 @@ ifeval::["{build}" != "downstream"] # 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 - dnf -y upgrade openstack-selinux - rm -f /run/virtlogd.pid - rm -rf repo-setup-main + 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 + sudo rm -rf repo-setup-main endif::[] ifeval::["{build}" == "downstream"] rhc_release: 9.2