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
1921ifeval::["{context} " == "installing-aws-customizations"]
@@ -60,6 +62,14 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
6062:osp:
6163:osp-kuryr:
6264endif::[]
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
259269ifdef::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+
332360endif::osp[]
333361
334362ifdef::azure[]
@@ -465,3 +493,11 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
465493:!osp:
466494:!osp-kuryr:
467495endif::[]
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