Skip to content

Commit c76f080

Browse files
Merge pull request #1368 from klgill/docs-update-bridge-mappings
updated bridge mapping formatting
2 parents 8fdee71 + c9112c4 commit c76f080

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ endif::[]
511511
edpm_nodes_validation_validate_gateway_icmp: false
512512
513513
# edpm ovn-controller configuration
514-
edpm_ovn_bridge_mappings: <bridge_mappings>
514+
edpm_ovn_bridge_mappings: [<"bridge_mappings">]
515515
edpm_ovn_bridge: br-int
516516
edpm_ovn_encap_type: geneve
517517
ovn_monitor_all: true
@@ -576,7 +576,7 @@ done
576576
* `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If it is enabled, change `tlsEnabled` to `true`.
577577
* `spec.services` specifies the services to be adopted. If you are not adopting telemetry services, omit it from the services list.
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.
579-
*`edpm_ovn_bridge_mappings: <bridge_mappings>` specifies the value of the bridge mappings in your configuration, for example, `"datacentre:br-ctlplane"`.
579+
* `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.
581581
+
582582
[NOTE]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ endif::[]
213213
edpm_nodes_validation_validate_gateway_icmp: false
214214
215215
# edpm ovn-controller configuration
216-
edpm_ovn_bridge_mappings: <bridge_mappings>
216+
edpm_ovn_bridge_mappings: [<"bridge_mappings">]
217217
edpm_ovn_bridge: br-int
218218
edpm_ovn_encap_type: geneve
219219
ovn_monitor_all: true
@@ -263,7 +263,7 @@ EOF
263263
----
264264
+
265265
* `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If TLS is enabled, change `spec:tlsEnabled` to `true`.
266-
* `edpm_ovn_bridge_mappings: <bridge_mappings>` specifies the bridge mapping values that you used in your {rhos_prev_long} {rhos_prev_ver} deployment.
266+
* `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.
268268
ifeval::["{build}" != "downstream"]
269269
+

0 commit comments

Comments
 (0)