Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
[ganeti-local] / qa / qa-sample.json
1 {
2   "name": "xen-test",
3   "rename": "xen-test-rename",
4   "enabled-hypervisors": "xen-pvm",
5   "# Dict of hypervisor name and parameters (like on the cmd line)": null,
6   "hypervisor-parameters": {},
7   "# Backend parameters (like on the cmd line)": null,
8   "backend-parameters": "",
9   "# Dict of OS name and parameters (like on the cmd line)": null,
10   "os-parameters": {},
11   "# Dict of OS name and value dict of hypervisor  parameters": null,
12   "os-hvp": {},
13   "primary_ip_version": 4,
14
15   "os": "debian-etch",
16   "maxmem": "1024M",
17   "minmem": "512M",
18
19   "# Instance policy specs": null,
20   "ispec_mem_size_max": 1024,
21   "ispec_disk_size_min": 512,
22
23   "# Lists of disk sizes": null,
24   "disk": ["1G", "512M"],
25   "disk-growth": ["2G", "768M"],
26
27   "# Script to check instance status": null,
28   "instance-check": null,
29
30   "# Regular expression to ignore existing tags": null,
31   "ignore-tags-re": null,
32
33   "nodes": [
34     {
35       "# Master node": null,
36       "primary": "xen-test-0",
37       "secondary": "192.0.2.1"
38     },
39
40     {
41       "primary": "xen-test-1",
42       "secondary": "192.0.2.2"
43     }
44   ],
45
46   "instances": [
47     {
48       "name": "xen-test-inst1",
49
50       "# Static MAC address": null,
51       "#nic.mac/0": "AA:00:00:11:11:11"
52     },
53     {
54       "name": "xen-test-inst2",
55
56       "# Static MAC address": null,
57       "#nic.mac/0": "AA:00:00:22:22:22"
58     }
59   ],
60
61   "groups": {
62     "group-with-nodes": "default",
63     "inexistent-groups": [
64       "group1",
65       "group2",
66       "group3"
67     ]
68   },
69
70   "tests": {
71     "# Whether tests are enabled or disabled by default": null,
72     "default": true,
73
74     "env": true,
75     "os": true,
76     "tags": true,
77     "rapi": true,
78     "test-jobqueue": true,
79     "delay": true,
80
81     "create-cluster": true,
82     "cluster-verify": true,
83     "cluster-info": true,
84     "cluster-burnin": true,
85     "cluster-command": true,
86     "cluster-copyfile": true,
87     "cluster-master-failover": true,
88     "cluster-renew-crypto": true,
89     "cluster-destroy": true,
90     "cluster-rename": true,
91     "cluster-reserved-lvs": true,
92     "cluster-modify": true,
93     "cluster-oob": true,
94     "cluster-epo": true,
95     "cluster-redist-conf": true,
96     "cluster-repair-disk-sizes": true,
97
98     "haskell-confd": true,
99     "htools": true,
100
101     "group-list": true,
102     "group-rwops": true,
103
104     "node-list": true,
105     "node-info": true,
106     "node-volumes": true,
107     "node-readd": true,
108     "node-storage": true,
109     "node-modify": true,
110     "node-oob": true,
111
112     "# This test needs at least three nodes": null,
113     "node-evacuate": false,
114
115     "# This test needs at least two nodes": null,
116     "node-failover": false,
117
118     "instance-add-plain-disk": true,
119     "instance-add-drbd-disk": true,
120     "instance-convert-disk": true,
121     "instance-plain-rapi-common-tests": true,
122     "instance-remove-drbd-offline": true,
123
124     "instance-export": true,
125     "instance-failover": true,
126     "instance-grow-disk": true,
127     "instance-import": true,
128     "instance-info": true,
129     "instance-list": true,
130     "instance-migrate": true,
131     "instance-modify": true,
132     "instance-reboot": true,
133     "instance-reinstall": true,
134     "instance-rename": true,
135     "instance-shutdown": true,
136
137     "job-list": true,
138
139     "# cron/ganeti-watcher should be disabled for these tests": null,
140     "instance-automatic-restart": false,
141     "instance-consecutive-failures": false,
142
143     "# This test might fail with certain hypervisor types, depending": null,
144     "# on whether they support the `gnt-instance console' command.": null,
145     "instance-console": false,
146
147     "# Disabled by default because it takes rather long": null,
148     "instance-replace-disks": false,
149
150     "# Whether to test the tools/move-instance utility": null,
151     "inter-cluster-instance-move": false,
152
153     "# Make sure not to include the disk(s) required for Dom0 to be up": null,
154     "# in the volume group used for instances. Otherwise the whole": null,
155     "# system may stop working until restarted.": null,
156     "instance-disk-failure": false
157   },
158
159   "options": {
160     "burnin-instances": 2,
161     "burnin-disk-template": "drbd",
162     "burnin-in-parallel": false,
163     "burnin-check-instances": false,
164     "burnin-rename": "xen-test-rename",
165     "burnin-reboot": true,
166     "reboot-types": ["soft", "hard", "full"]
167   },
168
169   "# vim: set syntax=javascript :": null
170 }