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 91f3cbe8f..e3857dd5a 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 @@ -450,12 +450,12 @@ ifeval::["{build}" == "downstream"] rhc_release: 9.2 rhc_repositories: - {name: "*", state: disabled} - - {name: "rhel-9-for-x86_64-baseos-eus-rpms", state: enabled} - - {name: "rhel-9-for-x86_64-appstream-eus-rpms", state: enabled} - - {name: "rhel-9-for-x86_64-highavailability-eus-rpms", state: enabled} - - {name: "rhoso-18.0-for-rhel-9-x86_64-rpms", state: enabled} - - {name: "fast-datapath-for-rhel-9-x86_64-rpms", state: enabled} - - {name: "rhceph-7-tools-for-rhel-9-x86_64-rpms", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} endif::[] edpm_bootstrap_release_version_package: [] # edpm_network_config @@ -578,6 +578,7 @@ done * `neutron_physical_bridge_name: br-ctlplane` specifies the bridge name. The bridge name and other OVN and {networking_service}-specific values must match the source cloud configuration to avoid data plane connectivity downtime. * `edpm_ovn_bridge_mappings`: Replace `[<"bridge_mappings">]` with the value of the bridge mappings in your configuration, for example, `["datacentre:br-ctlplane"]`. * `path: /dev/hugepages` and `opts: pagesize=` configures huge pages. Replace `` with the size of the page. To configure multi-sized huge pages, create more items in the list. Note that the mount points must match the source cloud configuration. +* ``, ``, ``, ``, ``, `` specifies the name of the repository to enable. For more information about which repositories are required, see link:https://access.redhat.com/articles/7139612[Required repositories for Red Hat OpenStack Services on OpenShift 18.0]. + [NOTE] ==== 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 44dcd8e0c..c223178eb 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 @@ -157,12 +157,12 @@ ifeval::["{build}" == "downstream"] rhc_release: 9.2 rhc_repositories: - {name: "*", state: disabled} - - {name: "rhel-9-for-x86_64-baseos-eus-rpms", state: enabled} - - {name: "rhel-9-for-x86_64-appstream-eus-rpms", state: enabled} - - {name: "rhel-9-for-x86_64-highavailability-eus-rpms", state: enabled} - - {name: "rhoso-18.0-for-rhel-9-x86_64-rpms", state: enabled} - - {name: "fast-datapath-for-rhel-9-x86_64-rpms", state: enabled} - - {name: "rhceph-7-tools-for-rhel-9-x86_64-rpms", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} + - {name: "", state: enabled} endif::[] edpm_bootstrap_release_version_package: [] # edpm_network_config @@ -265,6 +265,7 @@ EOF * `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If TLS is enabled, change `spec:tlsEnabled` to `true`. * `edpm_ovn_bridge_mappings`: Replace `[<"bridge_mappings">]` with the bridge mapping values that you used in your {rhos_prev_long} {rhos_prev_ver} deployment, for example, `["datacentre:br-ctlplane"]`. * `edpm_enable_chassis_gw` specifies whether to run `ovn-controller` in gateway mode. +* ``, ``, ``, ``, ``, `` specifies the name of the repository to enable. For more information about which repositories are required, see link:https://access.redhat.com/articles/7139612[Required repositories for Red Hat OpenStack Services on OpenShift 18.0]. ifeval::["{build}" != "downstream"] + [IMPORTANT]