diff options
Diffstat (limited to 'fuel-plugin-vsperf/node_roles.yaml')
-rw-r--r-- | fuel-plugin-vsperf/node_roles.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fuel-plugin-vsperf/node_roles.yaml b/fuel-plugin-vsperf/node_roles.yaml new file mode 100644 index 00000000..88b258a2 --- /dev/null +++ b/fuel-plugin-vsperf/node_roles.yaml @@ -0,0 +1,8 @@ +vsperf: + name: "VSPERF node" + description: "Install VSPERF 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 |