зеркало из
1
0
Форкнуть 0

Merge pull request #64 from trentmswanson/master

README.md updates - more details on the certificate
This commit is contained in:
Kay Singh 2015-04-26 23:15:07 -07:00
Родитель 7fc2afef93 7d03f38023
Коммит d05a09eeb8
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -23,7 +23,9 @@ The template expects the following parameters:
A configurable number of cluster nodes of a configurable size are created and prepared with prerequisites for operations center. The cluster nodes IPs are statically assigned and only accessible on the internal virtual network. After the cluster nodes are created, a single operations center instance is then provisioned, which is responsible for provisioning and managing the cluster nodes.
Once the deployment is complete you can access the Datastax Operations Center machine instance using the configured DNS address. The Datastax operations center has SSH port 22 enabled as well as port 8888 for HTTP and 8443 for HTTPS. The DNS address for the operations center will include the dnsName and region entered as parameters when creating a deployment based on this template in the format `{dnsName}.{region}.cloudapp.azure.com`. So for example a deployment with the dnsName parameter set to datastax in the West US region would be `datastax.westus.cloudapp.azure.com`.
Once the deployment is complete you can access the Datastax Operations Center machine instance using the configured DNS address. The Datastax operations center has SSH port 22 enabled as well as port 8888 for HTTP and 8443 for HTTPS. The DNS address for the operations center will include the dnsName and region entered as parameters when creating a deployment based on this template in the format `{dnsName}.{region}.cloudapp.azure.com`. If you created a deployment with the dnsName parameter set to datastax in the West US region you could access the Datastax Operations Center virtual machine for the deployment at `http://datastax.westus.cloudapp.azure.com:8443`.
NOTE: The certificate used in the deployment is a self signed certificate that will create a browser warning. You can follow the process on the Datastax web site for replacing the certificate with your own SSL certificate.
##Known Issues and Limitations
- The template uses username/password for provisioning cluster nodes in the cluster, and would ideally use an SSH key