You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_add_random_suffix_code_engine_project"></a> [add\_random\_suffix\_code\_engine\_project](#input\_add\_random\_suffix\_code\_engine\_project)| Whether to add a randomly generated 4-character suffix to the newly created Code Engine project. Only applies if `code_engine_project_id` is `null`. |`bool`|`true`| no |
102
102
| <aname="input_add_random_suffix_icr_namespace"></a> [add\_random\_suffix\_icr\_namespace](#input\_add\_random\_suffix\_icr\_namespace)| Whether to add a randomly generated 4-character suffix to the newly created ICR namespace. |`bool`|`true`| no |
103
-
| <aname="input_cloud_pak_deployer_image"></a> [cloud\_pak\_deployer\_image](#input\_cloud\_pak\_deployer\_image)| Cloud Pak Deployer image to use. If `null`, the image will be built using Code Engine and publish to a private Container Registry namespace. |`string`|`"quay.io/cloud-pak-deployer/cloud-pak-deployer:v3.1.8@sha256:e9cde204359a3014a3cee6a43c1e945a7dcb31d5fa92439326d4e5ab2191b48f"`| no |
104
-
| <aname="input_cloud_pak_deployer_release"></a> [cloud\_pak\_deployer\_release](#input\_cloud\_pak\_deployer\_release)| The GIT release of Cloud Pak Deployer version to build from. Only applies if `cloud_pak_deployer_image` is `null`. View releases at: https://github.com/IBM/cloud-pak-deployer/releases.|`string`|`"v3.1.8"`| no |
103
+
| <aname="input_cloud_pak_deployer_image"></a> [cloud\_pak\_deployer\_image](#input\_cloud\_pak\_deployer\_image)| Cloud Pak Deployer image to use. If `null`, the image will be built using Code Engine and publish to a private Container Registry namespace. |`string`|`"quay.io/cloud-pak-deployer/cloud-pak-deployer:v3.2.1@sha256:311952546b0cbec425435269e9a1e7d8a4230dbcde6f257d1bd80461cb82f284"`| no |
104
+
| <aname="input_cloud_pak_deployer_release"></a> [cloud\_pak\_deployer\_release](#input\_cloud\_pak\_deployer\_release)| The GIT release of Cloud Pak Deployer version to build from. Only applies if `cloud_pak_deployer_image` is `null`. View releases at: https://github.com/IBM/cloud-pak-deployer/releases.|`string`|`"v3.2.1"`| no |
105
105
| <aname="input_cloud_pak_deployer_secret"></a> [cloud\_pak\_deployer\_secret](#input\_cloud\_pak\_deployer\_secret)| Secret for accessing the Cloud Pak Deployer image. If `null`, a default secret will be created. | <pre>object({<br/> username = string<br/> password = string<br/> server = string<br/> email = string<br/> })</pre> |`null`| no |
106
106
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of an existing Red Hat OpenShift cluster to install watsonX onto |`string`| n/a | yes |
107
107
| <aname="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id)| The resource group ID of the cluster provided in `cluster_name`|`string`| n/a | yes |
@@ -111,11 +111,11 @@ For more information on access and permissions, see [IBM Cloud IAM service roles
111
111
| <aname="input_cpd_accept_license"></a> [cpd\_accept\_license](#input\_cpd\_accept\_license)| When set to 'true', it is understood that the user has read the terms of the Cloud Pak license(s) and agrees to the terms outlined. |`bool`|`true`| no |
112
112
| <aname="input_cpd_admin_password"></a> [cpd\_admin\_password](#input\_cpd\_admin\_password)| Password for the Cloud Pak for Data admin user. |`string`| n/a | yes |
113
113
| <aname="input_cpd_entitlement_key"></a> [cpd\_entitlement\_key](#input\_cpd\_entitlement\_key)| Cloud Pak for Data entitlement key for access to the IBM Entitled Registry. Can be fetched from https://myibm.ibm.com/products-services/containerlibrary.|`string`| n/a | yes |
114
-
| <aname="input_cpd_version"></a> [cpd\_version](#input\_cpd\_version)| Cloud Pak for Data version to install. Only version 5.x.x is supported, latest versions can be found [here](https://www.ibm.com/docs/en/cloud-paks/cp-data?topic=versions-cloud-pak-data). |`string`|`"5.0.3"`| no |
114
+
| <aname="input_cpd_version"></a> [cpd\_version](#input\_cpd\_version)| Cloud Pak for Data version to install. Only version 5.x.x is supported, latest versions can be found [here](https://www.ibm.com/docs/en/cloud-paks/cp-data?topic=versions-cloud-pak-data). |`string`|`"5.1.3"`| no |
115
115
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| The IBM Cloud API key to deploy resources. |`string`| n/a | yes |
116
116
| <aname="input_install_odf_cluster_addon"></a> [install\_odf\_cluster\_addon](#input\_install\_odf\_cluster\_addon)| Install the ODF cluster add-on. |`bool`|`true`| no |
| <aname="input_odf_version"></a> [odf\_version](#input\_odf\_version)| Version of OpenShift Data Foundation (ODF) add-on to install. Only applies if `install_odf_cluster_addon` is true. |`string`|`"4.16.0"`| no |
| <aname="input_odf_version"></a> [odf\_version](#input\_odf\_version)| Version of OpenShift Data Foundation (ODF) add-on to install. Only applies if `install_odf_cluster_addon` is true. |`string`|`"4.18.0"`| no |
119
119
| <aname="input_region"></a> [region](#input\_region)| Region where Code Engine and Container Registry resources will be provisioned. Only applies if `cloud_pak_deployer_image` is `null`. To use the 'Global' Container Registry location set `use_global_container_registry_location` to true. |`string`|`"us-south"`| no |
120
120
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The ID of the resource group where Code Engine and Container Registry resources will be provisioned. Only applies if `cloud_pak_deployer_image` is `null`. If not set, Default resource group will be used. |`string`|`null`| no |
121
121
| <aname="input_use_global_container_registry_location"></a> [use\_global\_container\_registry\_location](#input\_use\_global\_container\_registry\_location)| Set to true to create the Container Registry namespace in the 'Global' location. If set to false, the namespace will be created in the region provided in the `region` input value. Only applies if `cloud_pak_deployer_image` is `null`. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: solutions/fully-configurable/variables.tf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ variable "prefix" {
49
49
variable"cloud_pak_deployer_image" {
50
50
description="Cloud Pak Deployer image to use. If `null`, the image will be built using Code Engine and publish to a private Container Registry namespace."
description="Cloud Pak for Data version to install. Only version 5.x.x is supported, latest versions can be found [here](https://www.ibm.com/docs/en/cloud-paks/cp-data?topic=versions-cloud-pak-data)."
99
100
type=string
100
-
default="5.0.3"
101
+
default="5.1.3"
101
102
102
103
validation {
103
104
error_message="Cloud pak for data major version 5 is supported."
description="The GIT release of Cloud Pak Deployer version to build from. Only applies if `cloud_pak_deployer_image` is `null`. View releases at: https://github.com/IBM/cloud-pak-deployer/releases."
241
241
type=string
242
-
default="v3.1.8"# TODO: manage this version with renovate - https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/issues/36
242
+
default="v3.2.1"# TODO: manage this version with renovate - https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/issues/36
Copy file name to clipboardExpand all lines: tests/resources/main.tf
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,14 @@ locals {
63
63
pool_name ="default"# ibm_container_vpc_cluster automatically names default pool "default" (See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2849)
64
64
machine_type ="bx2.16x64"
65
65
workers_per_zone =3# Minimum 3 workers to install ODF and ensure high availability
Copy file name to clipboardExpand all lines: variables.tf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ variable "ibmcloud_api_key" {
11
11
variable"cloud_pak_deployer_image" {
12
12
description="Cloud Pak Deployer image to use. If `null`, the image will be built using Code Engine and publish to a private Container Registry namespace."
description="Cloud Pak for Data version to install. Only version 5.x.x is supported, latest versions can be found [here](https://www.ibm.com/docs/en/cloud-paks/cp-data?topic=versions-cloud-pak-data)."
58
59
type=string
59
-
default="5.0.3"
60
+
default="5.1.3"
60
61
61
62
validation {
62
63
error_message="Cloud pak for data major version 5 is supported."
description="The GIT release of Cloud Pak Deployer version to build from. Only applies if `cloud_pak_deployer_image` is `null`. View releases at: https://github.com/IBM/cloud-pak-deployer/releases."
195
195
type=string
196
-
default="v3.1.8"# TODO: manage this version with renovate - https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/issues/36
196
+
default="v3.2.1"# TODO: manage this version with renovate - https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/issues/36
0 commit comments