The contains customizable modules for deploying the WEKA cluster on Azure. The default protocol deployed using the module is POSIX. The module supports the following deployment types:
Public cloud deployments: Require passing the get.weka.io
token to Terraform for downloading the WEKA release from the public service. The following examples are provided:
Public network.
Public network with existing object store.
Private cloud deployments: Require uploading the WEKA release tar file into an Azure blob container from which the virtual machines can download the WEKA release. The following examples are provided:
Existing private network.
Existing private network with peering.
The following is a basic example in which you provide the minimum detail of your cluster, and the Terraform module completes the remaining required resources, such as VPC, subnets, security group, placement group, DNS zone, and IAM roles.
You can use this example as a reference to create the main.tf
file.
For the descriptions of the parameters, refer to the .