-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.spec
33 lines (33 loc) · 1.15 KB
/
plugin.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
config:
plugin_type: test
subparsers:
browbeat:
description: The Browbeat performance test runner
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
groups:
- title: Browbeat
options:
install:
type: Bool
help: |
Runs the browbeat installer
default: False
config-file:
type: FileValue
help: |
The browbeat configuration to execute
monitor:
type: Bool
help: |
Setup collectd to monitor cloud
default: False
visualize:
type: Bool
help:
Visualize system metrics through grafana dashboards
default: False
containers:
type: Bool
help:
Use containers in monitor tasks
default: False