forked from xrally/xrally-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
28 lines (28 loc) · 881 Bytes
/
plugins.json
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
[
{
"name": "rally",
"title": "In-tree",
"repository": "https://github.com/openstack/rally",
"versions": ["0.11.0", "0.12.1"]
},
{
"name": "rally-openstack",
"title": "OpenStack",
"repository": "https://github.com/openstack/rally-openstack",
"versions": ["1.0.0", "1.1.0"],
"changelog_file": "CHANGELOG.rst"
},
{
"name": "xrally-docker",
"title": "Docker",
"repository": "https://github.com/xrally/xrally-docker",
"versions": ["1.0.0", "1.0.0"],
"changelog_file": "CHANGELOG.md"
},
{
"name": "xrally-kuberneted",
"title": "Kubernetes",
"repository": "https://github.com/xrally/xrally-kubernetes",
"description": "A set of xRally plugins to run workloads against Kubernetes platform."
}
]