From 44bc6ec61edaca48d5c6a9d8a894c6afa6919ed8 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Tue, 19 Jan 2016 12:05:46 +0000 Subject: fuel-plugin: Initial version targeting Fuel8 Change-Id: I21b24527da480c713899bffdaec8381752354e53 Signed-off-by: Billy O'Mahony (cherry picked from commit 2a3ff071bd08ff02610286a5ad4ba46690b6bc6b) --- fuel-plugin-vsperf/node_roles.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fuel-plugin-vsperf/node_roles.yaml (limited to 'fuel-plugin-vsperf/node_roles.yaml') 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 -- cgit 1.2.3-korg