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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -436,7 +436,7 @@ proxy_url = VALUE
436
436
| <aname="input_client_identity_name"></a> [client\_identity\_name](#input\_client\_identity\_name)| The user assigned identity name for the client instances (if empty - new one is created). |`string`|`""`| no |
437
437
| <aname="input_client_instance_type"></a> [client\_instance\_type](#input\_client\_instance\_type)| The client virtual machine type (sku) to deploy. |`string`|`""`| no |
438
438
| <aname="input_client_placement_group_id"></a> [client\_placement\_group\_id](#input\_client\_placement\_group\_id)| The client instances placement group id. Backend placement group can be reused. If not specified placement group will be created automatically |`string`|`""`| no |
439
-
| <aname="input_client_source_image_id"></a> [client\_source\_image\_id](#input\_client\_source\_image\_id)| Use weka custom image, ubuntu 22.04 with kernel 6.2 and ofed 23.10-0.5.5.0 / ubuntu arm 22.04 with kernel 6.2 and ofed 23.10-0.5.5.0 |`string`|`""`| no |
439
+
| <aname="input_client_source_image_id"></a> [client\_source\_image\_id](#input\_client\_source\_image\_id)| Use weka custom image, ubuntu 20.04 with kernel 5.4 and ofed 5.8-1.1.2.1 / ubuntu arm 20.04 with kernel 5.4 and ofed 5.9-0.5.6.0 |`string`|`""`| no |
440
440
| <aname="input_clients_custom_data"></a> [clients\_custom\_data](#input\_clients\_custom\_data)| Custom data to pass to the client instances |`string`|`""`| no |
441
441
| <aname="input_clients_number"></a> [clients\_number](#input\_clients\_number)| The number of client virtual machines to deploy. |`number`|`0`| no |
442
442
| <aname="input_clients_use_dpdk"></a> [clients\_use\_dpdk](#input\_clients\_use\_dpdk)| Mount weka clients in DPDK mode |`bool`|`true`| no |
@@ -514,7 +514,7 @@ proxy_url = VALUE
514
514
| <aname="input_smb_protocol_gateways_number"></a> [smb\_protocol\_gateways\_number](#input\_smb\_protocol\_gateways\_number)| The number of protocol gateway virtual machines to deploy. |`number`|`0`| no |
515
515
| <aname="input_smb_setup_protocol"></a> [smb\_setup\_protocol](#input\_smb\_setup\_protocol)| Config protocol, default if false |`bool`|`false`| no |
516
516
| <aname="input_smbw_enabled"></a> [smbw\_enabled](#input\_smbw\_enabled)| Enable SMBW protocol. This option should be provided before cluster is created to leave extra capacity for SMBW setup. |`bool`|`true`| no |
517
-
| <aname="input_source_image_id"></a> [source\_image\_id](#input\_source\_image\_id)| Use weka custom image, ubuntu 22.04 with kernel 6.2 and ofed 23.10-0.5.5.0|`string`|`"/communityGalleries/WekaIO-ddbef83d-dec1-42d0-998a-3c083f1450b7/images/weka_custom_image/versions/2.0.0"`| no |
517
+
| <aname="input_source_image_id"></a> [source\_image\_id](#input\_source\_image\_id)| Use weka custom image, ubuntu 20.04 with kernel 5.4 and ofed 5.8-1.1.2.1|`string`|`"/communityGalleries/WekaIO-ddbef83d-dec1-42d0-998a-3c083f1450b7/images/weka_custom_image/versions/1.0.1"`| no |
518
518
| <aname="input_ssh_public_key"></a> [ssh\_public\_key](#input\_ssh\_public\_key)| Ssh public key to pass to vms. |`string`|`null`| no |
519
519
| <aname="input_storage_account_allowed_ips"></a> [storage\_account\_allowed\_ips](#input\_storage\_account\_allowed\_ips)| IP ranges to allow access from the internet or your on-premises networks to storage accounts. |`list(string)`|`[]`| no |
520
520
| <aname="input_storage_account_public_network_access"></a> [storage\_account\_public\_network\_access](#input\_storage\_account\_public\_network\_access)| Public network access to the storage accounts. |`string`|`"Enabled"`| no |
Copy file name to clipboardExpand all lines: modules/clients/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ No modules.
53
53
| <aname="input_ppg_id"></a> [ppg\_id](#input\_ppg\_id)| Placement proximity group id. |`string`|`null`| no |
54
54
| <aname="input_rg_name"></a> [rg\_name](#input\_rg\_name)| A predefined resource group in the Azure subscription. |`string`| n/a | yes |
55
55
| <aname="input_sg_id"></a> [sg\_id](#input\_sg\_id)| Security group id |`string`| n/a | yes |
56
-
| <aname="input_source_image_id"></a> [source\_image\_id](#input\_source\_image\_id)| Use weka custom image, ubuntu 22.04 with kernel 6.2 and ofed 23.10-0.5.5.0|`string`|`""`| no |
56
+
| <aname="input_source_image_id"></a> [source\_image\_id](#input\_source\_image\_id)| Use weka custom image, ubuntu 20.04 with kernel 5.4 and ofed 5.8-1.1.2.1|`string`|`""`| no |
57
57
| <aname="input_ssh_public_key"></a> [ssh\_public\_key](#input\_ssh\_public\_key)| Ssh public key to pass to vms. |`string`| n/a | yes |
| <aname="input_tags_map"></a> [tags\_map](#input\_tags\_map)| A map of tags to assign the same metadata to all resources in the environment. Format: key:value. |`map(string)`|`{}`| no |
0 commit comments