Skip to content

Commit 65685da

Browse files
committed
syncing this PR with peer review edits on downstream branch
1 parent 5ead8e6 commit 65685da

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,12 @@ ifeval::["{build}" == "downstream"]
450450
rhc_release: 9.2
451451
rhc_repositories:
452452
- {name: "*", state: disabled}
453-
- {name: "rhel-9-for-x86_64-baseos-eus-rpms", state: enabled}
454-
- {name: "rhel-9-for-x86_64-appstream-eus-rpms", state: enabled}
455-
- {name: "rhel-9-for-x86_64-highavailability-eus-rpms", state: enabled}
456-
- {name: "rhoso-18.0-for-rhel-9-x86_64-rpms", state: enabled}
457-
- {name: "fast-datapath-for-rhel-9-x86_64-rpms", state: enabled}
458-
- {name: "rhceph-7-tools-for-rhel-9-x86_64-rpms", state: enabled}
453+
- {name: "<repository_name1>", state: enabled}
454+
- {name: "<repository_name2>", state: enabled}
455+
- {name: "<repository_name3>", state: enabled}
456+
- {name: "<repository_name4>", state: enabled}
457+
- {name: "<repository_name5>", state: enabled}
458+
- {name: "<repository_name6>", state: enabled}
459459
endif::[]
460460
edpm_bootstrap_release_version_package: []
461461
# edpm_network_config
@@ -578,6 +578,7 @@ done
578578
* `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.
579579
* `edpm_ovn_bridge_mappings`: Replace `[<"bridge_mappings">]` with the value of the bridge mappings in your configuration, for example, `["datacentre:br-ctlplane"]`.
580580
* `path: /dev/hugepages<size>` and `opts: pagesize=<size>` configures huge pages. Replace `<size>` 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.
581+
* `<repository_name1>`, `<repository_name2>`, `<repository_name3>`, `<repository_name4>`, `<repository_name5>`, `<repository_name6>` 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].
581582
+
582583
[NOTE]
583584
====

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ ifeval::["{build}" == "downstream"]
157157
rhc_release: 9.2
158158
rhc_repositories:
159159
- {name: "*", state: disabled}
160-
- {name: "rhel-9-for-x86_64-baseos-eus-rpms", state: enabled}
161-
- {name: "rhel-9-for-x86_64-appstream-eus-rpms", state: enabled}
162-
- {name: "rhel-9-for-x86_64-highavailability-eus-rpms", state: enabled}
163-
- {name: "rhoso-18.0-for-rhel-9-x86_64-rpms", state: enabled}
164-
- {name: "fast-datapath-for-rhel-9-x86_64-rpms", state: enabled}
165-
- {name: "rhceph-7-tools-for-rhel-9-x86_64-rpms", state: enabled}
160+
- {name: "<repository_name1>", state: enabled}
161+
- {name: "<repository_name2>", state: enabled}
162+
- {name: "<repository_name3>", state: enabled}
163+
- {name: "<repository_name4>", state: enabled}
164+
- {name: "<repository_name5>", state: enabled}
165+
- {name: "<repository_name6>", state: enabled}
166166
endif::[]
167167
edpm_bootstrap_release_version_package: []
168168
# edpm_network_config
@@ -265,6 +265,7 @@ EOF
265265
* `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If TLS is enabled, change `spec:tlsEnabled` to `true`.
266266
* `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"]`.
267267
* `edpm_enable_chassis_gw` specifies whether to run `ovn-controller` in gateway mode.
268+
* `<repository_name1>`, `<repository_name2>`, `<repository_name3>`, `<repository_name4>`, `<repository_name5>`, `<repository_name6>` 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].
268269
ifeval::["{build}" != "downstream"]
269270
+
270271
[IMPORTANT]

0 commit comments

Comments
 (0)