зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/datastax-on-ubuntu
Trent Swanson 7cf175fc53 api version header update 2015-04-24 20:09:28 -07:00
..
README.md minor update to the readme 2015-04-24 16:43:48 -07:00
azuredeploy-parameters.json removed values from parameters file 2015-04-24 16:25:01 -07:00
azuredeploy.json updated base reference with upstream repo 2015-04-24 17:59:36 -07:00
dsenode.sh added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00
ephemeral-nodes-resources.json api version header update 2015-04-24 20:09:28 -07:00
metadata.json added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00
opscenter-resources.json updated to support recent ARM template changes 2015-04-24 16:21:14 -07:00
opscenter.sh parameter cleanup 2015-04-24 14:04:15 -07:00
shared-resources.json added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00

README.md

Install a Datastax cluster on Ubuntu Virtual Machines using Custom Script Linux Extension

This template deploys a Datastax cluster on the Ubuntu virtual machines. This template also provisions a storage account, virtual network, availability sets, public IP addresses and network interfaces required by the installation.

The example expects the following parameters:

Name Description
region Region name where the corresponding Azure artifacts will be created
storageAccountPrefix Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed (multiple storage accounts are created with this template using this value as a prefix for the storage account name)
dnsName DNS subnet name for operations center public IP address
virtualNetworkName Name of the Virtual Network that is created and that resources will be deployed in to
adminUsername Admin user name for the Virtual Machines
adminPassword Admin password for the Virtual Machine
opsCenterAdminPassword Datastax Operations Center Admin User Password
clusterName The name of the new cluster that is provisioned with the deployment

Topology

This template deploys a configurable number of cluster nodes of a configurable size. The cluster nodes are internal and only accessable on the internal virtual network. The Datastax operatinos manager is exposed on a public IP address that you can access through a browser on port :8888 as well as SSH on the standard port.

##Known Issues and Limitations

  • The template does not currently configure SSL on Datastax Operations Center virtual machine
  • The template uses username/password for provisioning cluster nodes in the cluster, and would ideally use an SSH key
  • The template deploys cassandra data nodes configured to use ephemeral storage and attaches a data disk that can be used for data backups in the event of a cluster failure resulting in the loss of the data on the ephemeral disks.