diff options
Diffstat (limited to 'fuel-plugin-vsperf/node_roles.yaml')
-rw-r--r-- | fuel-plugin-vsperf/node_roles.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/fuel-plugin-vsperf/node_roles.yaml b/fuel-plugin-vsperf/node_roles.yaml deleted file mode 100644 index c2370fc7..00000000 --- a/fuel-plugin-vsperf/node_roles.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (c) 2016-2017 Intel corporation. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 - -vsperf: - name: "VSPERF" - 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 |