Skip to content

Commit bec8d9c

Browse files
authored
Merge pull request #60050 from maxwelldb/60048-syntax-fixes-in-failure-domains-module
[GH#60048] Fix syntax in failure domains param section
2 parents 96d80a3 + 6115cff commit bec8d9c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,10 +1093,12 @@ For more information about the support scope of Red Hat Technology Preview featu
10931093
Beginning with {product-title} 4.13, there is a unified definition of failure domains for {rh-openstack} deployments that covers all supported availability zone types. You can use failure domains to control related aspects of Nova, Neutron, and Cinder configurations from a single place.
10941094

10951095
In {rh-openstack}, a port describes a network connection and maps to an interface inside a compute machine. A port also:
1096+
10961097
* Is defined by a network or by one more or subnets
10971098
* Connects a machine to one or more subnets
10981099

10991100
Failure domains group the services of your deployment by using ports. If you use failure domains, each machine connects to:
1101+
11001102
* The `portTarget` object with the ID `control-plane` while that object exists.
11011103
* All non-control-plane `portTarget` objects within its own failure domain.
11021104
* All networks in the machine pool's `additionalNetworkIDs` list.
@@ -1126,16 +1128,16 @@ To configure failure domains for a machine pool, edit availability zone and port
11261128

11271129
|`platform.openstack.failuredomains.portTargets.portTarget.network`
11281130
|Required. The name or ID of the network to attach to machines in the failure domain.
1129-
|A `network` object that contains either a name or UUID. For example:
1130-
+
1131+
a|A `network` object that contains either a name or UUID. For example:
1132+
11311133
[source,yaml]
11321134
----
11331135
network:
11341136
id: 8db6a48e-375b-4caa-b20b-5b9a7218bfe6
11351137
----
1136-
+
1138+
11371139
or:
1138-
+
1140+
11391141
[source,yaml]
11401142
----
11411143
network:

modules/installation-osp-failure-domains-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following section of an `install-config.yaml` file demonstrates the use of f
1313

1414
[source,yaml]
1515
----
16-
...
16+
# ...
1717
controlPlane:
1818
name: master
1919
platform:
@@ -39,5 +39,5 @@ controlPlane:
3939
network:
4040
id: 8e4b4e0d-3865-4a9b-a769-559270271242
4141
featureSet: TechPreviewNoUpgrade
42-
...
42+
# ...
4343
----

0 commit comments

Comments
 (0)