зеркало из
1
0
Форкнуть 0
This commit is contained in:
Trent Swanson 2015-04-28 16:18:12 -07:00
Родитель 248a49e73e
Коммит 49640da12e
3 изменённых файлов: 20 добавлений и 18 удалений

Просмотреть файл

@ -6,57 +6,57 @@
"type": "string",
"defaultValue": "West US",
"metadata": {
"Description": "Location where resources will be provisioned"
"description": "Location where resources will be provisioned"
}
},
"storageAccountPrefix": {
"type": "string",
"defaultValue": "uniqueStorageAccountName",
"metadata": {
"Description": "Unique namespace for the Storage Account where the Virtual Machine's disks will be placed"
"description": "Unique namespace for the Storage Account where the Virtual Machine's disks will be placed"
}
},
"dnsName": {
"type": "string",
"metadata" : {
"Description": "DNS subname for the opserations center public IP"
"description": "DNS subname for the opserations center public IP"
}
},
"virtualNetworkName": {
"type": "string",
"defaultValue": "myvnet",
"metadata": {
"Description": "Name of the virtual network provisioned for the cluster"
"description": "Name of the virtual network provisioned for the cluster"
}
},
"adminUsername": {
"type": "string",
"metadata": {
"Description": "Administrator user name used when provisioning virtual machines"
"description": "Administrator user name used when provisioning virtual machines"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"Description": "Administrator password used when provisioning virtual machines"
"description": "Administrator password used when provisioning virtual machines"
}
},
"datastaxUsername": {
"type": "string",
"metadata": {
"Description": "Your Datastax account username. If you do not have one go to (datastax.com)"
"description": "Your Datastax account username. If you do not have one go to (datastax.com)"
}
},
"datastaxPassword": {
"type": "securestring",
"metadata": {
"Description": "Your Datastax account password"
"description": "Your Datastax account password"
}
},
"opsCenterAdminPassword": {
"type": "securestring",
"metadata": {
"Description": "Sets the operations center admin user password. You will use this when you login to the operations center portal"
"description": "Sets the operations center admin user password. You will use this when you login to the operations center portal"
}
},
"clusterVmSize": {
@ -73,24 +73,24 @@
"Standard_D14"
],
"metadata": {
"Description": "The size of the virtual machines used when provisioning cluster nodes"
"description": "The size of the virtual machines used when provisioning cluster nodes"
}
},
"clusterNodeCount": {
"type": "int",
"metadata": {
"Description": "The number of nodes provisioned in the cluster"
"description": "The number of nodes provisioned in the cluster"
}
},
"clusterName": {
"type": "string",
"metadata": {
"Description": "The name of the cluster provisioned"
"description": "The name of the cluster provisioned"
}
}
},
"variables": {
"templateBaseUrl": "https://raw.githubusercontent.com/trentmswanson/azure-quickstart-templates/master/datastax-enterprise/",
"templateBaseUrl": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/datastax-enterprise/",
"sharedTemplateUrl": "[concat(variables('templateBaseUrl'), 'shared-resources.json')]",
"clusterNodesTemplateUrl": "[concat(variables('templateBaseUrl'), 'ephemeral-nodes-resources.json')]",
"opsCenterTemplateUrl": "[concat(variables('templateBaseUrl'), 'opscenter-resources.json')]",

Просмотреть файл

@ -13,8 +13,10 @@
# 3 - p: Cluster node admin password that Operations Center uses for cluster provisioning
# 4 - d: List of successive cluster IP addresses represented as the starting address and a count used to increment the last octet (10.0.0.5-3)
# 6 - k: Sets the Operations Center 'admin' password
# 7 - v: Sets the DSC Version
# 8 - h Help
# 7 - v: Sets the DSE Version
# 8- U: Datastax username
# 9 - P: Datastax password
# 10- h Help
# Note :
# This script has only been tested on Ubuntu 12.04 LTS and must be root
#########################################################

Просмотреть файл

@ -5,19 +5,19 @@
"region": {
"type": "string",
"metadata": {
"Description": "Location where resources will be provisioned"
"description": "Location where resources will be provisioned"
}
},
"networkSettings": {
"type": "object",
"metadata": {
"Description": "Network settings object"
"description": "Network settings object"
}
},
"storageAccountName": {
"type": "string",
"metadata": {
"Description": "A shared storage account for images"
"description": "A shared storage account for images"
}
}
},