Skip to content

Commit 55c089b

Browse files
authored
Secondary NIC support for OSP IPI - OSDOCS-1033 (#22174)
1 parent c820d72 commit 55c089b

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// * installing/installing_gcp/installing-gcp-vpc.adoc
1515
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
1616
// * installing/installing_openstack/installing-openstack-installer-kuryr.adoc
17+
// * installing/installing_openstack/installing-openstack-user.adoc
18+
// * installing/installing_openstack/installing-openstack-user-kuryr.adoc
1719
// * installing/installing_rhv/installing-rhv-custom.adoc
1820

1921
ifeval::["{context}" == "installing-aws-customizations"]
@@ -60,6 +62,14 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
6062
:osp:
6163
:osp-kuryr:
6264
endif::[]
65+
ifeval::["{context}" == "installing-openstack-user"]
66+
:osp:
67+
:osp-custom:
68+
endif::[]
69+
ifeval::["{context}" == "installing-openstack-user-kuryr"]
70+
:osp:
71+
:osp-kuryr:
72+
endif::[]
6373

6474

6575
[id="installation-configuration-parameters_{context}"]
@@ -258,7 +268,7 @@ endif::aws[]
258268

259269
ifdef::osp[]
260270
.Additional {rh-openstack-first} parameters
261-
[cols=".^2m,.^3a,^3a,options="header"]
271+
[%header, cols=".^2,.^3,.^5a"]
262272
|====
263273
|Parameter|Description|Values
264274

@@ -297,13 +307,29 @@ ifdef::osp[]
297307
|====
298308

299309
.Optional {rh-openstack} parameters
300-
[cols=".^2m,.^3a,^3a,options="header"]
310+
[%header, cols=".^2,.^3,.^5a"]
301311
|====
302312
|Parameter|Description|Values
303313

314+
|`compute.platform.openstack.additionalNetworkIDs`
315+
|Additional networks that are associated with compute machines. Allowed address pairs are not created for additional networks.
316+
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
317+
318+
|`compute.platform.openstack.additionalSecurityGroupIDs`
319+
|Additional security groups that are associated with compute machines.
320+
|A list of one or more UUIDs as strings. For example, `7ee219f3-d2e9-48a1-96c2-e7429f1b0da7`.
321+
322+
|`controlPlane.platform.openstack.additionalNetworkIDs`
323+
|Additional networks that are associated with control plane machines. Allowed address pairs are not created for additional networks.
324+
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
325+
326+
|`controlPlane.platform.openstack.additionalSecurityGroupIDs`
327+
|Additional security groups that are associated with control plane machines.
328+
|A list of one or more UUIDs as strings. For example, `7ee219f3-d2e9-48a1-96c2-e7429f1b0da7`.
329+
304330
|`platform.openstack.externalDNS`
305331
|IP addresses for external DNS servers that cluster instances use for DNS resolution.
306-
|A list of IP addresses as strings, for example `["8.8.8.8", "192.168.1.12"]`.
332+
|A list of IP addresses as strings. For example, `["8.8.8.8", "192.168.1.12"]`.
307333

308334
|`platform.openstack.defaultMachinePlatform`
309335
|The default machine pool platform configuration.
@@ -329,6 +355,8 @@ If you deploy to a custom subnet, you cannot specify an external DNS server to t
329355
|A UUID as a string, for example `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
330356

331357
|====
358+
359+
332360
endif::osp[]
333361

334362
ifdef::azure[]
@@ -465,3 +493,11 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
465493
:!osp:
466494
:!osp-kuryr:
467495
endif::[]
496+
ifeval::["{context}" == "installing-openstack-user"]
497+
:!osp:
498+
:!osp-custom:
499+
endif::[]
500+
ifeval::["{context}" == "installing-openstack-user-kuryr"]
501+
:!osp:
502+
:!osp-kuryr:
503+
endif::[]

0 commit comments

Comments
 (0)