Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
No edit summary |
(Marked this version for translation) |
||
Line 4: | Line 4: | ||
1. If you do not have a Compute Canada account, create one with [https://www.computecanada.ca/research-portal/account-management/apply-for-an-account/ these instructions]. | 1. If you do not have a Compute Canada account, create one with [https://www.computecanada.ca/research-portal/account-management/apply-for-an-account/ these instructions]. | ||
<!--T:27--> | |||
2. If you do not have a WestGrid account, create one by connecting to [https://ccdb.computecanada.ca/// CCDB]. | 2. If you do not have a WestGrid account, create one by connecting to [https://ccdb.computecanada.ca/// CCDB]. | ||
<!--T:28--> | |||
:Under ''My Account'', select ''Apply for a Consortium Account'' and click the ''Apply'' button next to ''WestGrid''. | :Under ''My Account'', select ''Apply for a Consortium Account'' and click the ''Apply'' button next to ''WestGrid''. | ||
:You need confirmation from WestGrid to continue. | :You need confirmation from WestGrid to continue. | ||
<!--T:29--> | |||
3. Create your cloud account [https://www.computecanada.ca/create-a-cloud-account/ here]. | 3. Create your cloud account [https://www.computecanada.ca/create-a-cloud-account/ here]. | ||
Line 14: | Line 17: | ||
==Log into the East or West cloud== | ==Log into the East or West cloud== | ||
<!--T:30--> | |||
[[File:OpenStack-Dashboard-Compute-Overview.png|400px|thumb| OpenStack Dashboard, Compute Overview (Click for larger image)]] | [[File:OpenStack-Dashboard-Compute-Overview.png|400px|thumb| OpenStack Dashboard, Compute Overview (Click for larger image)]] | ||
Depending on where your project is located, go to the [https://east.cloud.computecanada.ca/ East cloud] or the [https://west.cloud.computecanada.ca/ West cloud] and enter your WestGrid credentials. | Depending on where your project is located, go to the [https://east.cloud.computecanada.ca/ East cloud] or the [https://west.cloud.computecanada.ca/ West cloud] and enter your WestGrid credentials. | ||
<!--T:31--> | |||
When you log in, the OpenStack dashboard shows an overview of your resources. | When you log in, the OpenStack dashboard shows an overview of your resources. | ||
==SSH key pair== <!--T:2--> | ==SSH key pair== <!--T:2--> | ||
<!--T:32--> | |||
When you start a virtual machine (also often referred to as an ''instance'' or a ''VM''), there is no password for an admin or a root account on the virtual machine. This is for security reasons, so that no one can log in with a password (you wouldn't want a hacker to be able to access the brand new virtual machine you just started using some default password...). | When you start a virtual machine (also often referred to as an ''instance'' or a ''VM''), there is no password for an admin or a root account on the virtual machine. This is for security reasons, so that no one can log in with a password (you wouldn't want a hacker to be able to access the brand new virtual machine you just started using some default password...). | ||
<!--T:33--> | |||
OpenStack creates your VM with one SSH public key installed and you can only log in using this SSH key pair. The SSH public key can either come from a key pair which you have already created on some other machine, or can be created by OpenStack. If you are using an existing key pair from a remote machine, you will need to import the SSH public key into OpenStack so that it can be injected into the newly created VM. Alternatively, OpenStack can create a key pair for you with the private key downloaded to your local machine. In order to manage your key pairs, click on ''Access & Security'' from the left menu, then on the ''Key Pairs'' tab. From here you will have the option of importing an existing key pair, or creating a new key pair. | OpenStack creates your VM with one SSH public key installed and you can only log in using this SSH key pair. The SSH public key can either come from a key pair which you have already created on some other machine, or can be created by OpenStack. If you are using an existing key pair from a remote machine, you will need to import the SSH public key into OpenStack so that it can be injected into the newly created VM. Alternatively, OpenStack can create a key pair for you with the private key downloaded to your local machine. In order to manage your key pairs, click on ''Access & Security'' from the left menu, then on the ''Key Pairs'' tab. From here you will have the option of importing an existing key pair, or creating a new key pair. | ||