Skip to content

Latest commit

 

History

History
 
 

multidc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

multidc is a Python script that generates an ARM template. This supports multiple data centers and is highly customizable.

deploy.sh is the main entry point. This takes the name of a resource group as a parameter. deploy.sh creates that resource group, generates an ARM template by invoking main.py and submits that template to Azure. The template created is written to ./generatedTemplate.json

main.py reads from the following parameters from ./clusterParameters.json:

Name Description
locations A list of locations to deploy DSE datacenters to
nodeCount The number of DSE nodes to deploy in each datacenter
vmSize The size of virtual machine to provision for each cluster node
adminUsername Admin user name for the virtual machines
adminPassword Admin password for the virtual machines

Once the Azure VMs, virtual network and storage are setup, the template installs Java and DSE on the nodes. It also configures them. These nodes are assigned both private and public dynamic IP addresses.

The template also sets up a node to run DataStax OpsCenter. The script opscenter.sh installs OpsCenter and connects to the cluster by calling the OpsCenter REST API.

On completion, OpsCenter will be accessible on port 8888 of the public IP address of the OpsCenter node.

Deploying DataStax with the Azure CLI

Command line deployments can be accomplished using the Azure CLI or Azure PowerShell. We typically recommend the CLI as it is cross platform and can be used on Windows, Linux and the Mac. Detailed instructions on installing the Azure CLI are available at https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/

DataStax has built a GitHub repo that has a number of Azure Resource Manager (ARM) templates, including a template that uses VPN Gateways to create a multi datacenter deployment. Those are available here.

The youtube video below gives a detailed walkthrough showing how to deploy a DataStax Enterprise cluster using the Azure CLI.

IMAGE ALT TEXT