-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.spec
55 lines (55 loc) · 2.2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
plugin_type: test
subparsers:
rally:
description: Rally tests runner
include_groups: ["Ansible options", "Inventory", "Common options", "Common variables", "Answers file"]
groups:
- title: Rally
options:
openstackrc:
type: Value
help: |
The full path or relative path to the openstackrc file.
When empty, infrared will search active profile for the 'keystonerc' file and use it.
git-repo:
type: Value
help: URL of the git repository to clone.
default: https://git.openstack.org/openstack/rally
git-revision:
type: Value
help: Revision of rally repository
default: HEAD
git-plugins-repo:
type: Value
help: URL of the plugins git repository to clone
required: no
git-plugins-revision:
type: Value
help: Revision of Rally plugins git repository
default: HEAD
setup:
type: Value
help: |
The setup type for rally.
__LISTYAMLS__
default: pip
tests:
type: VarFile
help: |
The set of tests to execute
__LISTYAMLS__
default: none.yml
image:
type: VarFile
help: |
The guest image to upload.
__LISTYAMLS__
default: cirros
deployment:
type: Value
help: The deployment name to use
default: cloud_under_test
taskfile:
type: Value
help: The task file to use
default: rally-jobs/mytest.json