fuel-plugin-manila/node_roles.yaml
Igor Gajsin c83d0ff273 add manila-share and manila-data roles
Change-Id: I2a08ba0b74edd76f71771531f3617a8bfec6d50f
2016-08-24 18:51:15 +03:00

28 lines
814 B
YAML

manila-share:
# Role name
name: "Manila share"
# Role description
description: "The node that contains manila-share process"
# 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
manila-data:
# Role name
name: "Manila data"
# Role description
description: "The node that contains manila-data process"
# 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: 1001