-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Yugabyte using Azure ARM #11706
Labels
area/documentation
Documentation needed
status/awaiting-triage
Issue awaiting triage
temp/docs-migration
TEMPORARY USE for migrating docs tickets to Jira
Comments
polarweasel
added
status/awaiting-triage
Issue awaiting triage
temp/docs-migration
TEMPORARY USE for migrating docs tickets to Jira
labels
Feb 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/documentation
Documentation needed
status/awaiting-triage
Issue awaiting triage
temp/docs-migration
TEMPORARY USE for migrating docs tickets to Jira
Description
I suggest you include the examples for each step ---
create the rsa key in Azure CLI --
az group deployment create --resource-group 1-3c7c4608-playground-sandbox --template-file yugabyte_deployment.json --parameters ClusterName='ybcluster' SshUser='yugabyte' YBVersion='2.0.6.0' SshKeypair='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDairdgJbFp2uB+ttqgnv4fwt6clPLs7mtFXb/cSWzN62au4fVjY5uiVHgHknKzTAiHb9J019DdJDZm0H741kXVkCdyh30V/bgBqkh0PqTJnMHLL2SU/012jcz4x/Ip0OnW+sDMHlpeTgUC0sQaY8b/iTI87cm6cxNSaYXYXbtWUHNCmzrj1sR3/rtDYi0T0FTZHyuw2i2pX1oa0jbtRzWsh3Nk4nRViytGcPt7ofGowgd5avwg7gcE96NQQkXtcmf0bpp7qWNrpsBqZRb+pFDyLYYzA0t49Jbz6itJs49UTYVL99xQVPe6PeMcLoy9Ma3M1cuT+xjwprL6KnaLSLqP cloud@cc-92a1f7bb-6d5789cd6-c4d2j'
install_software with the version parameter
i.e: ./install_software.sh 2.12.1.0-b41
Create_universe and it's parameters
./create_universe.sh Azure eastus 3 "20.124.139.24 20.120.49.2 20.124.139.13" 3 1 yugabyte
The text was updated successfully, but these errors were encountered: