Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent d8cb28e commit a9ac096
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ set_shared_vpc_peering = true
| <a name="input_hotspare"></a> [hotspare](#input\_hotspare) | A hot spare is the system's ability to withstand the loss of a defined number of failure domains, rebuild data completely, and maintain original net capacity. | `number` | `1` | no |
| <a name="input_install_cluster_dpdk"></a> [install\_cluster\_dpdk](#input\_install\_cluster\_dpdk) | Specifies whether to install the WEKA cluster with DPDK. | `bool` | `true` | no |
| <a name="input_install_weka_url"></a> [install\_weka\_url](#input\_install\_weka\_url) | The URL to WEKA installation script or tar object. Examples: URL to installation script: https://TOKEN@get.weka.io/dist/v1/install/4.3.1/4.3.1. URL to tar object: https://TOKEN@get.weka.io/dist/v1/pkg/weka-4.3.1.tar. URL to tar object in a cloud bucket: gs://weka-installation/weka-4.2.12.87.tar. (Replace TOKEN with your valid WEKA download token). | `string` | `""` | no |
| <a name="input_ip_stack_type"></a> [ip\_stack\_type](#input\_ip\_stack\_type) | The stack type. Possible values: IPV4\_ONLY, IPV4\_IPV6. | `string` | `"IPV4_ONLY"` | no |
| <a name="input_labels_map"></a> [labels\_map](#input\_labels\_map) | A map of labels to assign the same metadata to all resources in the environment. Format: key:value. | `map(string)` | `{}` | no |
| <a name="input_lb_allow_global_access"></a> [lb\_allow\_global\_access](#input\_lb\_allow\_global\_access) | Specifies whether to allow access to the load balancer from all regions. | `bool` | `false` | no |
| <a name="input_machine_type"></a> [machine\_type](#input\_machine\_type) | The machine type for the WEKA backend instance. | `string` | `"c2-standard-8"` | no |
Expand Down
1 change: 1 addition & 0 deletions modules/clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ No modules.
| <a name="input_custom_data"></a> [custom\_data](#input\_custom\_data) | Custom data to pass to the instances | `string` | `""` | no |
| <a name="input_frontend_container_cores_num"></a> [frontend\_container\_cores\_num](#input\_frontend\_container\_cores\_num) | Number of frontend cores to use on client instances, this number will reflect on number of NICs attached to instance, as each weka core requires dedicated NIC | `number` | `1` | no |
| <a name="input_instance_config_overrides"></a> [instance\_config\_overrides](#input\_instance\_config\_overrides) | Maps the number of objects and memory size per machine type. | <pre>map(object({<br> dpdk_base_memory_mb = optional(number, 0)<br> host_maintenance = optional(string, "MIGRATE")<br> }))</pre> | <pre>{<br> "a2-highgpu-1g": {<br> "host_maintenance": "TERMINATE"<br> },<br> "a2-highgpu-2g": {<br> "dpdk_base_memory_mb": 32,<br> "host_maintenance": "TERMINATE"<br> },<br> "a2-highgpu-4g": {<br> "dpdk_base_memory_mb": 32,<br> "host_maintenance": "TERMINATE"<br> },<br> "a2-highgpu-8g": {<br> "dpdk_base_memory_mb": 32,<br> "host_maintenance": "TERMINATE"<br> },<br> "a2-megagpu-16g": {<br> "dpdk_base_memory_mb": 32,<br> "host_maintenance": "TERMINATE"<br> },<br> "c2d-highmem-56": {<br> "dpdk_base_memory_mb": 32<br> },<br> "c2d-standard-112": {<br> "dpdk_base_memory_mb": 32<br> },<br> "c2d-standard-32": {<br> "dpdk_base_memory_mb": 32<br> },<br> "c2d-standard-56": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2-highmem-32": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2-standard-128": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2-standard-32": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2-standard-48": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2-standard-96": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2d-highmem-32": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2d-highmem-64": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2d-standard-32": {<br> "dpdk_base_memory_mb": 32<br> },<br> "n2d-standard-64": {<br> "dpdk_base_memory_mb": 32<br> }<br>}</pre> | no |
| <a name="input_ip_stack_type"></a> [ip\_stack\_type](#input\_ip\_stack\_type) | The stack type. Possible values: IPV4\_ONLY, IPV4\_IPV6. | `string` | `"IPV4_ONLY"` | no |
| <a name="input_labels_map"></a> [labels\_map](#input\_labels\_map) | A map of labels to assign the same metadata to all resources in the environment. Format: key:value. | `map(string)` | `{}` | no |
| <a name="input_machine_type"></a> [machine\_type](#input\_machine\_type) | weka cluster clients machines type | `string` | n/a | yes |
| <a name="input_network_project_id"></a> [network\_project\_id](#input\_network\_project\_id) | Network project id | `string` | `""` | no |
Expand Down
1 change: 1 addition & 0 deletions modules/network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ No modules.
| <a name="input_endpoint_apis_internal_ip_address"></a> [endpoint\_apis\_internal\_ip\_address](#input\_endpoint\_apis\_internal\_ip\_address) | Private ip for all-apis endpoint | `string` | `"10.0.1.5"` | no |
| <a name="input_endpoint_vpcsc_internal_ip_address"></a> [endpoint\_vpcsc\_internal\_ip\_address](#input\_endpoint\_vpcsc\_internal\_ip\_address) | Private ip for vpc service connection endpoint | `string` | `"10.0.1.6"` | no |
| <a name="input_googleapis_dns_zone_name"></a> [googleapis\_dns\_zone\_name](#input\_googleapis\_dns\_zone\_name) | Name of existing Private dns zone for domain googleapis.com. | `string` | `""` | no |
| <a name="input_ip_stack_type"></a> [ip\_stack\_type](#input\_ip\_stack\_type) | The stack type. Possible values: IPV4\_ONLY, IPV4\_IPV6. | `string` | `"IPV4_ONLY"` | no |
| <a name="input_labels_map"></a> [labels\_map](#input\_labels\_map) | A map of labels to assign the same metadata to all resources in the environment. Format: key:value. | `map(string)` | `{}` | no |
| <a name="input_mtu_size"></a> [mtu\_size](#input\_mtu\_size) | mtu size | `number` | n/a | yes |
| <a name="input_network_project_id"></a> [network\_project\_id](#input\_network\_project\_id) | Network project id | `string` | `""` | no |
Expand Down
1 change: 1 addition & 0 deletions modules/protocol_gateways/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ No modules.
| <a name="input_frontend_container_cores_num"></a> [frontend\_container\_cores\_num](#input\_frontend\_container\_cores\_num) | The number of frontend ionodes per instance. | `number` | `1` | no |
| <a name="input_gateways_name"></a> [gateways\_name](#input\_gateways\_name) | The protocol group name. | `string` | n/a | yes |
| <a name="input_gateways_number"></a> [gateways\_number](#input\_gateways\_number) | The number of virtual machines to deploy as protocol gateways. | `number` | n/a | yes |
| <a name="input_ip_stack_type"></a> [ip\_stack\_type](#input\_ip\_stack\_type) | The stack type. Possible values: IPV4\_ONLY, IPV4\_IPV6. | `string` | `"IPV4_ONLY"` | no |
| <a name="input_labels_map"></a> [labels\_map](#input\_labels\_map) | A map of labels to assign the same metadata to all resources in the environment. Format: key:value. | `map(string)` | `{}` | no |
| <a name="input_machine_type"></a> [machine\_type](#input\_machine\_type) | Weka cluster backends machines type | `string` | `"c2-standard-8"` | no |
| <a name="input_network_project_id"></a> [network\_project\_id](#input\_network\_project\_id) | Network project id | `string` | `""` | no |
Expand Down

0 comments on commit a9ac096

Please sign in to comment.