pull request commit
This commit is contained in:
Родитель
f7d7ee365b
Коммит
e653671065
|
@ -25,7 +25,10 @@ The example expects the following parameters:
|
|||
Topology
|
||||
--------
|
||||
|
||||
This template deploys a configurable number of cluster nodes of a configurable size. The cluster nodes are internal and only accessible on the internal virtual network. The cluster can be accessed either through a Ubuntu VM accessible through SSH (port 22), or a Windows VM through RDP, each having a separate public IP.
|
||||
This template deploys a configurable number of cluster nodes of a configurable size. The cluster nodes are internal and only accessible on the internal virtual network. The cluster can be accessed either through a Ubuntu VM accessible through SSH (port 22), or a Windows VM through RDP, each having a separate public IP for test purposes only. The assumption for the deployment is, the cluster is going to be provisioned as the back end of a service, and never be exposed to internet directly.
|
||||
|
||||
The cluster is deployed to one single availability set to ensure the distribution of VMs accross different update domains (UD) and fault domains (FD). Although Couchbase Server replicates your data across multiple instances, the placement of the replicas is important to align across FDs. It is important to make sure the primary data partition and the replicas are not under the same FD; otherwise, in the case of a failure, it could result in possible data unavailability. So, even though it is possible to specify (thus indirectly influence the distribution of VMs accross UD and FD) the number of FDs and UDs with "PlatformFaultDomainCount" and "PlatformUpdateDomainCount" properties of the availability set, we have chosen not to specify those and let that to the discretion of the administrator.
|
||||
|
||||
##Known Issues and Limitations
|
||||
- The deployment scripts are not currently idempotent and this template should only be used for provisioning a new cluster at the moment.
|
||||
- The deployment scripts are not currently idempotent and this template should only be used for provisioning a new cluster at the moment.
|
||||
- http://10.0.0.10:8091 needs to be added to IE "Trusted Sites" list to open the admin tool on the Windows VM deployed in test configuration
|
|
@ -9,7 +9,7 @@
|
|||
"value": "Small"
|
||||
},
|
||||
"storageAccountNamePrefix": {
|
||||
"value": "f180cbdply87"
|
||||
"value": "f180cbdply88"
|
||||
},
|
||||
"region": {
|
||||
"value": "East Asia"
|
||||
|
|
|
@ -116,8 +116,8 @@
|
|||
},
|
||||
"sourceImageName": "b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-12_04_5_LTS-amd64-server-20150413-en-us-30GB",
|
||||
"sourceImage": "[concat('/',subscription().subscriptionId,'/services/images/',variables('sourceImageName'))]",
|
||||
"templateBaseUrl": "https://raw.githubusercontent.com/ercenk/azure-quickstart-templates/master/couchbase-on-ubuntu/",
|
||||
"sharedBaseUrl": "https://raw.githubusercontent.com/azurermtemplates/azurermtemplates/master/shared_scripts/ubuntu/",
|
||||
"templateBaseUrl": "https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/couchbase-on-ubuntu/",
|
||||
"sharedBaseUrl": "https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/shared_scripts/ubuntu/",
|
||||
"storageAccountSuffixForNodeSmall0": "0",
|
||||
"storageAccountSuffixForNodeSmall1": "0",
|
||||
"storageAccountSuffixForNodeSmall2": "0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче