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
14 changes: 3 additions & 11 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ endif::aws,bare,gcp,ibm-power,ibm-z,azure,ibm-power-vs[]

ifdef::aws,azure,gcp,bare[]
|`compute.architecture`
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`.
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`.
ifdef::aws,azure[]
Not all installation options support the 64-bit ARM architecture. To verify if your installation option is supported on your platform, see _Supported installation methods for different platforms_ in _Selecting a cluster installation method and preparing it for users_.
endif::aws,azure[]
Expand Down Expand Up @@ -537,7 +537,7 @@ endif::aws,bare,gcp,ibm-z,ibm-power,azure,ibm-power-vs[]

ifdef::aws,azure,gcp,bare[]
|`controlPlane.architecture`
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`.
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`.
ifdef::aws,azure[]
Not all installation options support the 64-bit ARM architecture. To verify if your installation option is supported on your platform, see _Supported installation methods for different platforms_ in _Selecting a cluster installation method and preparing it for users_.
endif::aws,azure[]
Expand Down Expand Up @@ -850,7 +850,7 @@ Additional {rh-openstack} configuration parameters are described in the followin
|`platform.openstack.cloud`
|The name of the {rh-openstack} cloud to use from the list of clouds in the `clouds.yaml` file.

In the cloud configuration in the `clouds.yaml` file, if possible, use application credentials rather than a user name and password combination. Using application credentials avoids disruptions from secret propogation that follow user name and password rotation.
In the cloud configuration in the `clouds.yaml` file, if possible, use application credentials rather than a user name and password combination. Using application credentials avoids disruptions from secret propogation that follow user name and password rotation.

|String, for example `MyCloud`.

Expand Down Expand Up @@ -1230,14 +1230,6 @@ Additional GCP configuration parameters are described in the following table:
|The name of the existing subnet where you want to deploy your compute machines.
|The subnet name.

|`platform.gcp.licenses`
|A list of license URLs that must be applied to the compute images.
[IMPORTANT]
====
The `licenses` parameter is a deprecated field and nested virtualization is enabled by default. It is not recommended to use this field.
====
|Any license available with the link:https://cloud.google.com/compute/docs/reference/rest/v1/licenses/list[license API], such as the license to enable link:https://cloud.google.com/compute/docs/instances/nested-virtualization/overview[nested virtualization]. You cannot use this parameter with a mechanism that generates pre-built images. Using a license URL forces the installation program to copy the source image before use.

|`platform.gcp.defaultMachinePlatform.zones`
|The availability zones where the installation program creates machines.
|A list of valid link:https://cloud.google.com/compute/docs/regions-zones#available[GCP availability zones], such as `us-central1-a`, in a
Expand Down