Skip to content
Merged
Changes from 4 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
34 changes: 29 additions & 5 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@ ifdef::osp[]
`clouds.yaml` file.
|String, for example `MyCloud`.

|`platform.openstack.externalDNS`
|_Optional_. 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"]`.

|`platform.openstack.externalNetwork`
|The {rh-openstack} external network name to be used for installation.
|String, for example `external`.
Expand All @@ -299,9 +295,35 @@ ifdef::osp[]
|`platform.openstack.lbFloatingIP`
|An existing floating IP address to associate with the load balancer API.
|An IP address, for example `128.0.0.1`.
|====

.Optional {rh-openstack} parameters
[cols=".^2m,.^3a,^3a,options="header"]
|====
|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`.
Comment thread
maxwelldb marked this conversation as resolved.
Outdated

|`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"]`.

|`platform.openstack.defaultMachinePlatform`
| _Optional_. The default machine pool platform configuration.
|The default machine pool platform configuration.
|
[source,json]
----
Expand All @@ -314,6 +336,8 @@ ifdef::osp[]
}
----
|====


endif::osp[]

ifdef::azure[]
Expand Down