Skip to content

Enum: DeviceRole

URI: https://specification.margo.org/data-model/DeviceRole

Permissible Values

Value Meaning Description
Standalone Cluster None Select this role to run Helm applications
Standalone Device None Select this role to run Compose applications

Slots

Name Description
roles Element that defines the device role it can provide to the Margo environment

LinkML Source

name: DeviceRole
from_schema: https://specification.margo.org/data-model
permissible_values:
  Standalone Cluster:
    text: Standalone Cluster
    description: Select this role to run Helm applications. See [Edge compute devices](../../concepts/edge-compute-devices/devices#standalone-cluster-role-details)
      for more information.
  Standalone Device:
    text: Standalone Device
    description: Select this role to run Compose applications. See [Edge compute devices](../../concepts/edge-compute-devices/devices#standalone-device-role-details)
      for more information.