Cloud Technical Glossary: Difference between revisions
Jump to navigation
Jump to search
(Marked this version for translation) |
m (Add definition for IPV6, remove superfluous punctuation) |
||
Line 17: | Line 17: | ||
|- | |- | ||
|'''[[Arbutus_CephFS|CEPHFS]]/CEPH File System''' | |'''[[Arbutus_CephFS|CEPHFS]]/CEPH File System''' | ||
| CEPH storage that can be mounted for e.g. data sharing on multiple instances/VMs | | CEPH storage that can be mounted for e.g. data sharing on multiple instances/VMs | ||
|- | |- | ||
|'''Compute Cloud''' | |'''Compute Cloud''' | ||
| A flavour of instances/VMs which will be running for a limited time and may have high CPU/memory requirements during the entire lifespan | | A flavour of instances/VMs which will be running for a limited time and may have high CPU/memory requirements during the entire lifespan | ||
|- | |- | ||
|'''[[CVMFS|CVMFS]]''' | |'''[[CVMFS|CVMFS]]''' | ||
|A distributed read-only content distribution system, often used for managing software | |A distributed read-only content distribution system, often used for managing software | ||
|- | |- | ||
|'''Dashboard''' | |'''Dashboard''' | ||
|The web portal, named "Horizon" for our OpenStack clouds, for viewing and managing a user's cloud resources | |The web portal, named "Horizon" for our OpenStack clouds, for viewing and managing a user's cloud resources | ||
|- | |- | ||
|'''Ephemeral disk''' | |'''Ephemeral disk''' | ||
Line 52: | Line 52: | ||
| A virtual server in the cloud infrastructure. Also known as a Virtual Machine (VM) | | A virtual server in the cloud infrastructure. Also known as a Virtual Machine (VM) | ||
|- | |- | ||
|'''[[Using_ipv6_in_cloud|IPV6]]/Internet Protocol Version 6''' | |'''[[Using_ipv6_in_cloud|IPV6]]/Internet Protocol Version 6''' | ||
| Latest version of the internet protocol, increasing the number of available IP addresses for devices | |||
|- | |- | ||
|'''[[Arbutus_Object_Storage|Object Storage]]''' | |'''[[Arbutus_Object_Storage|Object Storage]]''' | ||
| Persistent storage space for large amounts of data. Typically read access only, e.g. images and data sets | | Persistent storage space for large amounts of data. Typically read access only, e.g. images and data sets | ||
|- | |- | ||
|'''[[OpenStack|OpenStack]]''' | |'''[[OpenStack|OpenStack]]''' | ||
Line 61: | Line 62: | ||
|- | |- | ||
|'''Persistent Cloud''' | |'''Persistent Cloud''' | ||
| An instance/VM anticipated to run indefinitely, such as web servers, database servers, etc. Typically has low or bursty CPU requirements | | An instance/VM anticipated to run indefinitely, such as web servers, database servers, etc. Typically has low or bursty CPU requirements | ||
|- | |- | ||
|'''[https://alliancecan.ca/en/services/advanced-research-computing/research-portal/accessing-resources/rapid-access-service RAS/Rapid Access Service]''' | |'''[https://alliancecan.ca/en/services/advanced-research-computing/research-portal/accessing-resources/rapid-access-service RAS/Rapid Access Service]''' | ||
Line 76: | Line 77: | ||
|- | |- | ||
|'''Snapshot''' | |'''Snapshot''' | ||
| A copy of a volume that can be used as a backup or to launch another instance/VM | | A copy of a volume that can be used as a backup or to launch another instance/VM | ||
|- | |- | ||
|'''SSL/Secure Sockets Layer''' | |'''SSL/Secure Sockets Layer''' | ||
Line 88: | Line 89: | ||
|- | |- | ||
|'''VCPU/Virtual central processing unit''' | |'''VCPU/Virtual central processing unit''' | ||
| An instance/VM can have one or more CPUs assigned to it, each of which is seen as a single physical CPU core by the operating system | | An instance/VM can have one or more CPUs assigned to it, each of which is seen as a single physical CPU core by the operating system | ||
|- | |- | ||
|'''VGPU/Virtual graphics processing unit''' | |'''VGPU/Virtual graphics processing unit''' | ||
| An instance/VM can have one or more VGPUs assigned to it | | An instance/VM can have one or more VGPUs assigned to it | ||
|- | |- | ||
|'''[[OpenStack/en#Working_with_Volumes|Volume]]''' | |'''[[OpenStack/en#Working_with_Volumes|Volume]]''' | ||
| An allocation of storage resources that can be attached or detached to/from an instance/VM, exposed as a block device (a virtual disk) | | An allocation of storage resources that can be attached or detached to/from an instance/VM, exposed as a block device (a virtual disk) | ||
|- | |- | ||
|'''VM/Virtual Machine''' | |'''VM/Virtual Machine''' |
Revision as of 19:24, 22 June 2022
Term | Description |
---|---|
APACHE | A software for running a webserver |
CALM/Cloud account lifecycle management | Cloud lifecycle management |
CEPH | Distributed data storage platform, our standard storage software on the cloud |
CEPHFS/CEPH File System | CEPH storage that can be mounted for e.g. data sharing on multiple instances/VMs |
Compute Cloud | A flavour of instances/VMs which will be running for a limited time and may have high CPU/memory requirements during the entire lifespan |
CVMFS | A distributed read-only content distribution system, often used for managing software |
Dashboard | The web portal, named "Horizon" for our OpenStack clouds, for viewing and managing a user's cloud resources |
Ephemeral disk | Virtual disk files, associated (and destroyed) with an instance/VM. |
Flavour | The OpenStack term for defining the compute, memory, and storage capacity of a new instance/VM |
Floating IP | An IP address that can be associated with an instance/VM to allow external access |
FTP | An obsolete file transfer protocol (should not be used for new deployments) |
Horizon | See "dashboard" |
Host | The physical resources supporting an instance/VM |
Image | Files which contain the contents of a virtual disk, often a base operating system in the creation of a volume or ephemeral disk |
Instance | A virtual server in the cloud infrastructure. Also known as a Virtual Machine (VM) |
IPV6/Internet Protocol Version 6 | Latest version of the internet protocol, increasing the number of available IP addresses for devices |
Object Storage | Persistent storage space for large amounts of data. Typically read access only, e.g. images and data sets |
OpenStack | The software suite used on Compute Canada clouds to control hardware resources such as computers, storage and networking |
Persistent Cloud | An instance/VM anticipated to run indefinitely, such as web servers, database servers, etc. Typically has low or bursty CPU requirements |
RAS/Rapid Access Service | Program allowing PI's to request and receive a given amount of Cloud resources |
RAC/Resource Allocation Competition | Program via which PIs can request additional resources |
S3/Simple Storage Service | A type of object storage |
Security Group | A set of rules controlling network traffic to and from an instance/VM |
Snapshot | A copy of a volume that can be used as a backup or to launch another instance/VM |
SSL/Secure Sockets Layer | Protocol to allow encrypted communications over networks |
SWIFT | Another type of object storage |
Tenant | A group or user's allocation of cloud resources (now called a Project) |
VCPU/Virtual central processing unit | An instance/VM can have one or more CPUs assigned to it, each of which is seen as a single physical CPU core by the operating system |
VGPU/Virtual graphics processing unit | An instance/VM can have one or more VGPUs assigned to it |
Volume | An allocation of storage resources that can be attached or detached to/from an instance/VM, exposed as a block device (a virtual disk) |
VM/Virtual Machine | See "instance" |