Cloud Quick Start: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 53: Line 53:
**''Availability Zone'': There is only one zone; do not change its name.
**''Availability Zone'': There is only one zone; do not change its name.
**''Instance Name'': Enter a name for your virtual machine. [https://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_host_names Rules] for valid host names apply.
**''Instance Name'': Enter a name for your virtual machine. [https://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_host_names Rules] for valid host names apply.
 
**''Flavor'': The flavor defines virtual machine hardware specifications. <p>The ''c1-3.75gb-36'' flavor has one virtual CPU, 3.75GB of RAM (memory) and an ephemeral disk of 36GB. Ephemeral disks are disks created and destroyed with the instance; they reside on the local hardware running the virtual machine. Flavors starting with a "p" do not have an extra ephemeral disk and thus no "-##" on the end. They also have a very small root disk of only 2.2GB, with a typical OS taking about 770MB of that. The root disk, as you might have guessed, is mounted at the root of the Linux file system. Flavors starting with a "c" have an extra ephemeral disk attached, as well as a 20GB root disk.</p>
*''Flavor'': The flavor defines virtual machine hardware specifications. <p>The <code>c1-3.75gb-36</code> flavor has one virtual CPU, 3.75GB of RAM (memory) and an ephemeral disk of 36GB. Ephemeral disks are disks created and destroyed with the instance; they reside on the local hardware running the virtual machine. Flavors starting with a "p" do not have an extra ephemeral disk and thus no "-##" on the end. They also have a very small root disk of only 2.2GB, with a typical OS taking about 770MB of that. The root disk, as you might have guessed, is mounted at the root of the Linux file system. Flavors starting with a "c" have an extra ephemeral disk attached, as well as a 20GB root disk.
**''Instance Count'': Number of virtual machines to create.
*''Instance Count'': Number of virtual machines to create.
**''Instance Boot Source'': What source should be used to boot the VM. <p>''Boot from image'' indicates that you wish to boot from an already created image. Another common option is ''Boot from volume'' which allows one to boot form an existing volume which is commonly done with "p" flavors.</p>
 
**''Image Name'': name of the image to boot from, e.g. ''CentOS-7-x86-64-GenericCloud-1503''.
*''Instance Boot Source'': <code>Boot from image</code> indicates that you wish to boot from an already created image.
**''Project Limits'': The green bars reflect the fraction of your available resources that will be consumed by the VM you are about to launch. If the bars become red, the flavor chosen will consume more resources than your project has available. Blue bars indicate any existing resources your project may be using.
*''Image Name'': <code>CentOS-7-x86-64-GenericCloud-1503</code> is the name of the image to boot from.
*''Access & Security'' tab
*''Project Limits'': The green bars reflect the fraction of your available resources that will be consumed by the VM you are about to launch.
**''Key Pair'': Select your SSH key pair.<p>If you have only one, it is selected by default. If you do not have a key pair, please see above [[Cloud Quick Start#SSH Key Pair]].</p>
:{{Box |
:*''Security Groups'': Do not remove the check-mark for ''default''.
If the bars become red, the flavor chosen will consume more resources than your project has available.
*''Networking tab'': Do not change this now. <p>Networking will be discussed later, after you have launched a virtual machine.</p>
 
*''Post-Creation Tab'': Do not change this now. <p>This is where you would paste a cloud-init script which can do things such as install and configure software, add users, and additional SSH keys (see [[OpenStack#Accessing a VM with Multiple Users]]) in an automated step after the VM is created. See [http://cloudinit.readthedocs.org/en/latest/index.html# cloudinit] for more details about clout-init.</p>
Blue bars indicate any existing resources your project may be using.
}}
*''Access & Security'' tab<br/>
**''Key Pair'': Select your SSH key pair.
:{{Box |
If you have only one, it is selected by default.
If you do not have a key pair, please see above [Cloud Quick Start#SSH Key Pair].
}}
:*''Security Groups'': Do not remove the checkmark for <code>default</code>.
*''Networking tab'': Do not change this now. Networking will be discussed later, after you have launched a virtual machine.
*''Post-Creation Tab'': Do not change this now. This is where you would paste a '''cloud-init''' script which can do things such as install and configure software and add users and additional SSH keys (see [[OpenStack#Accessing a VM with Multiple Users]]) in an automated step after the VM is created. See [http://cloudinit.readthedocs.org/en/latest/index.html# cloudinit] for more details about clout-init.
*''Advanced Options'' tab: Leave ''Disk Partition'' on ''Automatic'' for now.
*''Advanced Options'' tab: Leave ''Disk Partition'' on ''Automatic'' for now.


<!--T:8-->
<!--T:8-->
Once you have reviewed all the tabs and defined your virtual machine, click on the ''Launch'' button and your virtual machine will be created.
Once you have reviewed all the tabs and defined your virtual machine, click on the ''Launch'' button and your virtual machine will be created.
The ''Instances'' list will be displayed and the ''Status'' field will show the different tasks required before the virtual machine is run. It may take a few minutes for your virtual machine to start, depending on a variety of factors.
The ''Instances'' list will be displayed and the ''Task'' field will show the current task for the VM; it will likely be ''spawning'' initially. Once the VM has spawned it will have the ''Power State'' of ''Running''. It may take a few minutes for your virtual machine to start, depending on a variety of factors.


<!--T:9-->
<!--T:9-->
cc_staff
1,486

edits

Navigation menu