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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ We recommend you install the following CLI tools:
127
127
| <aname="input_aws_billing_account_id"></a> [aws\_billing\_account\_id](#input\_aws\_billing\_account\_id)| The AWS billing account identifier where all resources are billed. If no information is provided, the data will be retrieved from the currently connected account. |`string`|`null`| no |
128
128
| <aname="input_aws_subnet_ids"></a> [aws\_subnet\_ids](#input\_aws\_subnet\_ids)| The Subnet IDs to use when installing the cluster. |`list(string)`| n/a | yes |
129
129
| <aname="input_base_dns_domain"></a> [base\_dns\_domain](#input\_base\_dns\_domain)| Base DNS domain name previously reserved, e.g. '1vo8.p3.openshiftapps.com'. |`string`|`null`| no |
130
+
| <aname="input_channel"></a> [channel](#input\_channel)| Y-stream specific channel for the cluster version (e.g., 'stable-4.16'). This parameter specifies the upgrade path for the cluster. Cannot be used together with 'version\_channel\_group'. |`string`|`null`| no |
130
131
| <aname="input_cluster_autoscaler_enabled"></a> [cluster\_autoscaler\_enabled](#input\_cluster\_autoscaler\_enabled)| Enable Autoscaler for this cluster. This resource is currently unavailable and using will result in error 'Autoscaler configuration is not available' |`bool`|`false`| no |
131
132
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the cluster. After the creation of the resource, it is not possible to update the attribute value. |`string`| n/a | yes |
132
133
| <aname="input_compute_machine_type"></a> [compute\_machine\_type](#input\_compute\_machine\_type)| Identifies the Instance type used by the default worker machine pool e.g. `m5.xlarge`. Use the `rhcs_machine_types` data source to find the possible values. |`string`|`null`| no |
@@ -171,7 +172,7 @@ We recommend you install the following CLI tools:
171
172
| <aname="input_tags"></a> [tags](#input\_tags)| Apply user defined tags to all cluster resources created in AWS. After the creation of the cluster is completed, it is not possible to update this attribute. |`map(string)`|`null`| no |
172
173
| <aname="input_trust_policy_external_id"></a> [trust\_policy\_external\_id](#input\_trust\_policy\_external\_id)| External ID for trust policy condition in account roles |`string`|`null`| no |
173
174
| <aname="input_upgrade_acknowledgements_for"></a> [upgrade\_acknowledgements\_for](#input\_upgrade\_acknowledgements\_for)| Indicates acknowledgement of agreements required to upgrade the cluster version between minor versions (e.g. a value of "4.12" indicates acknowledgement of any agreements required to upgrade to OpenShift 4.12.z from 4.11 or before). |`string`|`null`| no |
174
-
| <aname="input_version_channel_group"></a> [version\_channel\_group](#input\_version\_channel\_group)| Desired channel group of the version [stable, candidate, fast, nightly]. |`string`|`"stable"`| no |
175
+
| <aname="input_version_channel_group"></a> [version\_channel\_group](#input\_version\_channel\_group)| Desired channel group of the version [stable, candidate, fast, nightly]. Cannot be used together with 'channel'. |`string`|`null`| no |
175
176
| <aname="input_wait_for_create_complete"></a> [wait\_for\_create\_complete](#input\_wait\_for\_create\_complete)| Wait until the cluster is either in a ready state or in an error state. The waiter has a timeout of 20 minutes. (default: true) |`bool`|`true`| no |
176
177
| <aname="input_wait_for_std_compute_nodes_complete"></a> [wait\_for\_std\_compute\_nodes\_complete](#input\_wait\_for\_std\_compute\_nodes\_complete)| Wait until the initial set of machine pools to be available. The waiter has a timeout of 60 minutes. (default: true) |`bool`|`true`| no |
177
178
@@ -184,6 +185,7 @@ We recommend you install the following CLI tools:
184
185
| <aname="output_cluster_admin_password"></a> [cluster\_admin\_password](#output\_cluster\_admin\_password)| The password of the admin user. |
185
186
| <aname="output_cluster_admin_username"></a> [cluster\_admin\_username](#output\_cluster\_admin\_username)| The username of the admin user. |
186
187
| <aname="output_cluster_api_url"></a> [cluster\_api\_url](#output\_cluster\_api\_url)| The URL of the API server. |
188
+
| <aname="output_cluster_channel"></a> [cluster\_channel](#output\_cluster\_channel)| The Y-stream channel for the cluster version, for example 'stable-4.16'. |
187
189
| <aname="output_cluster_console_url"></a> [cluster\_console\_url](#output\_cluster\_console\_url)| The URL of the console. |
188
190
| <aname="output_cluster_current_version"></a> [cluster\_current\_version](#output\_cluster\_current\_version)| The currently running version of OpenShift on the cluster, for example '4.11.0'. |
189
191
| <aname="output_cluster_domain"></a> [cluster\_domain](#output\_cluster\_domain)| The DNS domain of cluster. |
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| The full name of the AWS region used for the ROSA cluster installation, for example 'us-east-1'. If no information is provided, the data will be retrieved from the currently connected account. |`string`|`null`| no |
87
87
| <aname="input_aws_subnet_ids"></a> [aws\_subnet\_ids](#input\_aws\_subnet\_ids)| The Subnet IDs to use when installing the cluster. |`list(string)`| n/a | yes |
88
88
| <aname="input_base_dns_domain"></a> [base\_dns\_domain](#input\_base\_dns\_domain)| Base DNS domain name previously reserved, e.g. '1vo8.p3.openshiftapps.com'. |`string`|`null`| no |
89
+
| <aname="input_channel"></a> [channel](#input\_channel)| Y-stream specific channel for the cluster version (e.g., 'stable-4.16'). This parameter specifies the upgrade path for the cluster. Cannot be used together with 'version\_channel\_group'. |`string`|`null`| no |
89
90
| <aname="input_cluster_autoscaler_enabled"></a> [cluster\_autoscaler\_enabled](#input\_cluster\_autoscaler\_enabled)| Enable Autoscaler for this cluster. This resource is currently unavailable and using will result in error 'Autoscaler configuration is not available' |`bool`|`false`| no |
90
91
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the cluster. After the creation of the resource, it is not possible to update the attribute value. |`string`| n/a | yes |
91
92
| <aname="input_compute_machine_type"></a> [compute\_machine\_type](#input\_compute\_machine\_type)| Identifies the Instance type used by the default worker machine pool e.g. `m5.xlarge`. Use the `rhcs_machine_types` data source to find the possible values. |`string`|`null`| no |
@@ -120,7 +121,7 @@ No modules.
120
121
| <aname="input_tags"></a> [tags](#input\_tags)| Apply user defined tags to all cluster resources created in AWS. After the creation of the cluster is completed, it is not possible to update this attribute. |`map(string)`|`null`| no |
121
122
| <aname="input_trust_policy_external_id"></a> [trust\_policy\_external\_id](#input\_trust\_policy\_external\_id)| External ID for trust policy condition in account roles |`string`|`null`| no |
122
123
| <aname="input_upgrade_acknowledgements_for"></a> [upgrade\_acknowledgements\_for](#input\_upgrade\_acknowledgements\_for)| Indicates acknowledgement of agreements required to upgrade the cluster version between minor versions (e.g. a value of "4.12" indicates acknowledgement of any agreements required to upgrade to OpenShift 4.12.z from 4.11 or before). |`string`|`null`| no |
123
-
| <aname="input_version_channel_group"></a> [version\_channel\_group](#input\_version\_channel\_group)| Desired channel group of the version [stable, candidate, fast, nightly]. |`string`|`"stable"`| no |
124
+
| <aname="input_version_channel_group"></a> [version\_channel\_group](#input\_version\_channel\_group)| Desired channel group of the version [stable, candidate, fast, nightly]. Cannot be used together with 'channel'. |`string`|`null`| no |
124
125
| <aname="input_wait_for_create_complete"></a> [wait\_for\_create\_complete](#input\_wait\_for\_create\_complete)| Wait until the cluster is either in a ready state or in an error state. The waiter has a timeout of 20 minutes. (default: true) |`bool`|`true`| no |
125
126
| <aname="input_wait_for_std_compute_nodes_complete"></a> [wait\_for\_std\_compute\_nodes\_complete](#input\_wait\_for\_std\_compute\_nodes\_complete)| Wait until the cluster standard compute nodes are available. The waiter has a timeout of 60 minutes. (default: true) |`bool`|`true`| no |
126
127
| <aname="input_worker_role_arn"></a> [worker\_role\_arn](#input\_worker\_role\_arn)| The Amazon Resource Name (ARN) associated with the AWS IAM role that will be used by the cluster's compute instances. |`string`|`null`| no |
@@ -132,6 +133,7 @@ No modules.
132
133
| <aname="output_cluster_admin_password"></a> [cluster\_admin\_password](#output\_cluster\_admin\_password)| The password of the admin user. |
133
134
| <aname="output_cluster_admin_username"></a> [cluster\_admin\_username](#output\_cluster\_admin\_username)| The username of the admin user. |
134
135
| <aname="output_cluster_api_url"></a> [cluster\_api\_url](#output\_cluster\_api\_url)| The URL of the API server. |
136
+
| <aname="output_cluster_channel"></a> [cluster\_channel](#output\_cluster\_channel)| The Y-stream channel for the cluster version, for example 'stable-4.16'. |
135
137
| <aname="output_cluster_console_url"></a> [cluster\_console\_url](#output\_cluster\_console\_url)| The URL of the console. |
136
138
| <aname="output_cluster_current_version"></a> [cluster\_current\_version](#output\_cluster\_current\_version)| The currently running version of OpenShift on the cluster, for example '4.11.0'. |
137
139
| <aname="output_cluster_domain"></a> [cluster\_domain](#output\_cluster\_domain)| The DNS domain of cluster. |
Copy file name to clipboardExpand all lines: modules/rosa-cluster-hcp/variables.tf
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,19 @@ variable "openshift_version" {
28
28
29
29
variable"version_channel_group" {
30
30
type=string
31
-
default="stable"
32
-
description="Desired channel group of the version [stable, candidate, fast, nightly]."
31
+
default=null
32
+
description="Desired channel group of the version [stable, candidate, fast, nightly]. Cannot be used together with 'channel'."
33
+
}
34
+
35
+
variable"channel" {
36
+
type=string
37
+
default=null
38
+
description="Y-stream specific channel for the cluster version (e.g., 'stable-4.16'). This parameter specifies the upgrade path for the cluster. Cannot be used together with 'version_channel_group'."
Copy file name to clipboardExpand all lines: variables.tf
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,19 @@ variable "openshift_version" {
16
16
17
17
variable"version_channel_group" {
18
18
type=string
19
-
default="stable"
20
-
description="Desired channel group of the version [stable, candidate, fast, nightly]."
19
+
default=null
20
+
description="Desired channel group of the version [stable, candidate, fast, nightly]. Cannot be used together with 'channel'."
21
+
}
22
+
23
+
variable"channel" {
24
+
type=string
25
+
default=null
26
+
description="Y-stream specific channel for the cluster version (e.g., 'stable-4.16'). This parameter specifies the upgrade path for the cluster. Cannot be used together with 'version_channel_group'."
0 commit comments