Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 39 additions & 3 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// * installing/installing_gcp/installing-gcp-vpc.adoc
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
// * installing/installing_openstack/installing-openstack-installer-kuryr.adoc
// * installing/installing_openstack/installing-openstack-user.adoc
// * installing/installing_openstack/installing-openstack-user-kuryr.adoc
// * installing/installing_rhv/installing-rhv-custom.adoc

ifeval::["{context}" == "installing-aws-customizations"]
Expand Down Expand Up @@ -60,6 +62,14 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
:osp:
:osp-kuryr:
endif::[]
ifeval::["{context}" == "installing-openstack-user"]
:osp:
:osp-custom:
endif::[]
ifeval::["{context}" == "installing-openstack-user-kuryr"]
:osp:
:osp-kuryr:
endif::[]


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

ifdef::osp[]
.Additional {rh-openstack-first} parameters
[cols=".^2m,.^3a,^3a,options="header"]
[%header, cols=".^2,.^3,.^5a"]
|====
|Parameter|Description|Values

Expand Down Expand Up @@ -297,13 +307,29 @@ ifdef::osp[]
|====

.Optional {rh-openstack} parameters
[cols=".^2m,.^3a,^3a,options="header"]
[%header, cols=".^2,.^3,.^5a"]
|====
|Parameter|Description|Values

|`compute.platform.openstack.additionalNetworkIDs`
|Additional networks that are associated with compute machines. Allowed address pairs are not created for additional networks.
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.

|`compute.platform.openstack.additionalSecurityGroupIDs`
|Additional security groups that are associated with compute machines.
|A list of one or more UUIDs as strings. For example, `7ee219f3-d2e9-48a1-96c2-e7429f1b0da7`.

|`controlPlane.platform.openstack.additionalNetworkIDs`
|Additional networks that are associated with control plane machines. Allowed address pairs are not created for additional networks.
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.

|`controlPlane.platform.openstack.additionalSecurityGroupIDs`
|Additional security groups that are associated with control plane machines.
|A list of one or more UUIDs as strings. For example, `7ee219f3-d2e9-48a1-96c2-e7429f1b0da7`.

|`platform.openstack.externalDNS`
|IP addresses for external DNS servers that cluster instances use for DNS resolution.
|A list of IP addresses as strings, for example `["8.8.8.8", "192.168.1.12"]`.
|A list of IP addresses as strings. For example, `["8.8.8.8", "192.168.1.12"]`.

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

|====


endif::osp[]

ifdef::azure[]
Expand Down Expand Up @@ -465,3 +493,11 @@ ifeval::["{context}" == "installing-openstack-installer-kuryr"]
:!osp:
:!osp-kuryr:
endif::[]
ifeval::["{context}" == "installing-openstack-user"]
:!osp:
:!osp-custom:
endif::[]
ifeval::["{context}" == "installing-openstack-user-kuryr"]
:!osp:
:!osp-kuryr:
endif::[]