![Juanita Balaraj](/assets/img/avatar_default.png)
Added new glossary term Multi-host (legacy) restore Fixed comments for https://review.opendev.org/c/starlingx/docs/+/924981 Change-Id: I0b43c90e296c50004c635dd96b7309b40139f6d9 Signed-off-by: Juanita Balaraj <juanita.balaraj@windriver.com>
9.7 KiB
Basic Terminology
The following definitions describe key concepts and terminology that are commonly used in the community and in this documentation.
- All-in-one Controller Node
-
A single physical node that provides a controller function, worker function, and storage function.
- All-in-one Simplex (optimized) restore
-
Optimized restore indicates that the restore is done using restore_mode=optimized set. This is mandatory and applies only for (optimized) restore deployments.
- Bare Metal
-
A node running without Kubelet or hypervisors (for example, application workloads run directly on the operating system which runs directly on the hardware).
- Controller
-
A node within a edge cloud that runs the cloud management software (control plane). There can be either one or two controller nodes in a edge cloud.
- Runs cloud control functions for managing cloud resources.
- Runs all Kubernetes control functions such as kube-apiserver, kube-controller-manager and kube-schedule
- Runs all OpenStack control functions, such as managing images, virtual volumes, virtual network, and virtual machines.
- Can be part of a two-node control node cluster for running control functions either active/active or active/standby.
- Observability
-
An OpenTelemetry agent that collects array-level metrics for Dell storage.
- Data Network(s)
-
Networks attached to pci-passthrough and/or sriov interfaces that are made available to hosted containers or hosted for pci-passthrough and/or interfaces.
Networks attached to data interfaces of the OpenStack vSwitch, on which the OpenStack / Neutron provider networks are realized and become the tenant networks.
Only worker-type and all-in-one-type nodes, which host end-user containers and/or would have data network(s) attached.
In the case of openstack-compute labelled worker nodes, a data network MUST be attached to at lease one 'data' (vSwitch) interface.
- Deployment Tools
-
Tools that make the process of distributing, installing, and managing updates.
- Downgrade
-
The process of moving from a higher version or a newer release of a software, firmware, or operating system to a lower version or an older release.
Elliptic Curve Digital Signature Algorithm (ECDSA)
ECDSA is an asymmetric key encryption algorithm that uses Elliptic curve cryptography to produce keys and sign data.
- Edge Computing
-
The delivery of computing capabilities to the logical extremes of a network in order to improve the performance, operating cost and reliability of applications and services. By shortening the distance between devices and the resources that serve them, and also reducing network hops, edge computing mitigates the latency and bandwidth constraints of today's Internet, ushering in new classes of applications.
From Open Glossary of Edge Computing <https://github.com/State-of-the- Edge/glossary/blob/master/edge-glossary.md#edge-computing>
- Infra Network
-
A deprecated optional network that was historically used for access to the storage cluster.
If this optional network is used, all node types are required to be connected to the INFRA network.
- IoT (Internet of Things)
-
A system of computing devices that can operate with little/no human interaction.
- IPMI Network
-
An optional network on which interfaces of all nodes are connected. The network must be reachable using L3/IP from the controller's OAM interfaces.
You can optionally connect all node types to the network.
- Kubernetes Cluster
-
A set of machines that has a common control plane for running orchestrated applications.
- Management Network
-
A private network (that is, not connected externally), typically 10GE, used for the following:
- Internal StarlingX Infrastructure management monitoring and control
- in the case of openstack, it is also used by I/O access to virtualized disks in Ceph Storage Cluster
All nodes are required to be connected to the management network.
- Multi-host (legacy) restore
-
Legacy restore indicates that the restore is done without using
restore_mode=optimized
. Legacy restore is mandatory for multi-host systems like or Standard. - Node
-
A computer that is usually a server-class system.
- Node Interfaces
-
All nodes' network interfaces can, in general, optionally be either:
- Untagged single port.
- Untagged two-port LAG and optionally split between redundant L2 switches running vPC (Virtual Port-Channel), also known as multichassis EtherChannel (MEC).
- VLAN on either single-port ETH interface or two-port LAG interface.
- Network
-
The network on which all external platform APIs are exposed, (that is, REST APIs, Horizon web server, , and ), typically 1GE.
Only controller type nodes are required to be connected to the OAM network.
starlingx
- Open Source StarlingX
-
A set of services that can be used to build cloud infrastructure. The source code of the services is available under an open source license that allows access and re-distribution of the codebase. The software components are created and maintained with an open development process through collaboration.
- Precheck
-
A system state checks intended to confirm the system health for an impending operation. This check can be performed at any time prior to the system operation execution, but is intended to be executed just prior to confirming that it can be scheduled before actually attempting the operation.
- Prestaging
-
System software media is prepopulated on the system in preparation for an impending operation. Prestaging is currently supported for installation and upgrade operation.
- Preinstallation
-
New deployments for a system that is installed in the factory. Preinstallation also refers to software media that is installed alongside the existing deployment in preparation for an upgrade.
- Prometheus
-
An open source software application that is used to monitor and alert events. For more information, see https://prometheus.io/.
- PXEBoot Network
-
An optional network for controllers to boot/install other nodes over the network.
By default, controllers use the management network for boot/install of other nodes in the OpenStack cloud. If this optional network is used, all node types are required to be connected to the PXEBoot network.
A PXEBoot network is required for a variety of special case situations:
- Cases where the management network must be IPv6:
- IPv6 does not support PXEBoot. Therefore, you must configure an IPv4 PXEBoot network.
- Cases where the management network must be tagged:
- Most server's BIOS do not support PXEBooting over tagged networks. Therefore, you must configure an untagged PXEBoot network.
- Cases where a management network must be shared across regions but
individual regions' controllers want to only network boot/install nodes
of their own region:
- You must configure separate, per-region PXEBoot networks.
- Cases where the management network must be IPv6:
- Rollback
-
The process of reverting changes made to a system or database to a previous state. For , Rollback is a capability that is supported during an upgrade or update.
- Restore
-
Bringing back a system or data from a backup or a previously saved state. For , Restore can be used for current release (N) or (N-1).
- Shared NIC
-
A single physical port that can be shared by two or more system networks (oam, mgmt., cluster-host, pxeboot and data) For more information, see
sriov-port-sharing
. - StarlingX
-
StarlingX is an open source, complete cloud infrastructure software stack for the edge used by the most demanding applications in industrial , telecom, and other use cases. The platform creates a fusion between OpenStack and Kubernetes to provide a robust and flexible environment for all kinds of workloads, including containerized, virtualized or bare metal.
- Storage
-
A node within a edge cloud that is dedicated to providing file and object storage to application workloads. There can be 0 or more storage nodes within a edge cloud.
- Runs CEPH distributed storage software.
- Part of an multi-node CEPH storage cluster supporting a replication factor of two or three, journal caching, and class tiering.
- Provides persistent storage for images, virtual volumes (that is, block storage), and object storage.
- Unity XT
-
A simple, fast, flexible, and all-inclusive unified storage platform.
- Virtualization
-
The act of creating a virtual version of CPU, network or storage device.
- Virtual Machines (VM)
-
An instance of a node provided by software (a hypervisor), which runs within the host operating system and hardware.
- Worker
-
A node within a edge cloud that is dedicated to running application workloads. There can be 0 to worker nodes in a edge cloud.
In a configuration running OpenStack, a worker node:
- is labeled as 'compute'
- may be referred to as a compute node.
- runs virtual switch for realizing virtual networks.
- provides L3 routing and NET services.