Skip to content

Commit 74e1b3a

Browse files
committed
OSDOCS:8142: Removed platform.gcp.licenses parameter
1 parent d168966 commit 74e1b3a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ endif::aws,bare,gcp,ibm-power,ibm-z,azure,ibm-power-vs[]
467467

468468
ifdef::aws,azure,gcp,bare[]
469469
|`compute.architecture`
470-
|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`.
470+
|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`.
471471
ifdef::aws,azure[]
472472
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_.
473473
endif::aws,azure[]
@@ -537,7 +537,7 @@ endif::aws,bare,gcp,ibm-z,ibm-power,azure,ibm-power-vs[]
537537

538538
ifdef::aws,azure,gcp,bare[]
539539
|`controlPlane.architecture`
540-
|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`.
540+
|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`.
541541
ifdef::aws,azure[]
542542
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_.
543543
endif::aws,azure[]
@@ -850,7 +850,7 @@ Additional {rh-openstack} configuration parameters are described in the followin
850850
|`platform.openstack.cloud`
851851
|The name of the {rh-openstack} cloud to use from the list of clouds in the `clouds.yaml` file.
852852

853-
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.
853+
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.
854854

855855
|String, for example `MyCloud`.
856856

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

1233-
|`platform.gcp.licenses`
1234-
|A list of license URLs that must be applied to the compute images.
1235-
[IMPORTANT]
1236-
====
1237-
The `licenses` parameter is a deprecated field and nested virtualization is enabled by default. It is not recommended to use this field.
1238-
====
1239-
|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.
1240-
12411233
|`platform.gcp.defaultMachinePlatform.zones`
12421234
|The availability zones where the installation program creates machines.
12431235
|A list of valid link:https://cloud.google.com/compute/docs/regions-zones#available[GCP availability zones], such as `us-central1-a`, in a

0 commit comments

Comments
 (0)