diff options
Diffstat (limited to 'fuel-plugin/node_roles.yaml')
-rw-r--r-- | fuel-plugin/node_roles.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fuel-plugin/node_roles.yaml b/fuel-plugin/node_roles.yaml new file mode 100644 index 000000000..8ba827eeb --- /dev/null +++ b/fuel-plugin/node_roles.yaml @@ -0,0 +1,8 @@ +yardstick: + name: "Yardstick" + description: "Install Yardstick on nodes with this role" + has_primary: false # whether has primary role or not + public_ip_required: false # whether requires public net or not + weight: 50 # weight that will be used for ordering on fuel ui + limits: + min: 0 |