Hosting Cluster
A rather generic cluster built with compute units (e.g. servers) and able to host VMs.
Details
- Dependencies:
Nodes
Hosting
- Label: Hosting Cluster
- Description: A cluster hosting virtual machines.
- Namespace: Cluster
- Icon: mdi:dots-hexagon
- Inherit From: ClusterGeneric, VirtualizationHostVirtualMachine, ClusterGenericComputeUnitNodes
Attributes
name | description | kind | optional | default_value | choices |
---|---|---|---|---|---|
cluster_type | Type of the cluster. | Dropdown | aws, kvm, gcp, vmware | ||
status | Dropdown | False | active, provisioning, maintenance, drained |
Code
version: '1.0'
nodes:
- name: Hosting
namespace: Cluster
label: Hosting Cluster
description: A cluster hosting virtual machines.
icon: mdi:dots-hexagon
menu_placement: ClusterGeneric
inherit_from:
- ClusterGeneric
- VirtualizationHostVirtualMachine
- ClusterGenericComputeUnitNodes
attributes:
- name: cluster_type
kind: Dropdown
order_weight: 1200
description: Type of the cluster.
choices:
- name: aws
label: Amazon Web Service
color: '#b90028'
- name: kvm
label: KVM
color: '#0082e2'
- name: gcp
label: Google Cloud Platform
color: '#e29200'
- name: vmware
label: VMware
color: '#3d8600'
- name: status
kind: Dropdown
optional: false
order_weight: 1300
choices:
- name: active
label: Active
description: Fully operational and currently in service.
color: '#7fbf7f'
- name: provisioning
label: Provisioning
description: In the process of being set up and configured.
color: '#ffff7f'
- name: maintenance
label: Maintenance
description: Undergoing routine maintenance or repairs.
color: '#ffd27f'
- name: drained
label: Drained
description: Temporarily taken out of service.
color: '#bfbfbf'