fuel-plugin-dynatrace/node_roles.yaml

41 lines
1.0 KiB
YAML

dynatrace-agent:
# Role name
name: "Dynatrace OneAgent"
# Role description
description: "Installs the Dynatrace OneAgent"
# If primary then during orchestration this role will be
# separated into primary-role and role
has_primary: false
# Assign public IP to node if true
public_ip_required: false
# Weight that will be used to sort out the
# roles on the Fuel web UI
weight: 1000
conflicts:
- compute
- ceph-osd
- cinder
- base-os
- compute-vmware
dynatrace-security-gateway:
# Role name
name: "Dynatrace Security Gateway"
# Role description
description: "Installs the Dynatrace Security Gateway"
# If primary then during orchestration this role will be
# separated into primary-role and role
has_primary: false
# Assign public IP to node if true
public_ip_required: false
# Weight that will be used to sort out the
# roles on the Fuel web UI
weight: 1000
conflicts:
- compute
- ceph-osd
- cinder
- base-os
- compute-vmware
- dynatrace-agent