Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 76fda900

History | View | Annotate | Download (5.1 kB)

1
{
2
  "# Note:": null,
3
  "# This file is stored in the JSON format and does not support": null,
4
  "# comments. As a work-around, comments are keys starting with a hash": null,
5
  "# sign (#).": null,
6

    
7
  "name": "xen-test",
8

    
9
  "# Name used for renaming cluster": null,
10
  "rename": "xen-test-rename",
11

    
12
  "# Virtual cluster": null,
13
  "#vcluster-master": "xen-vcluster",
14
  "#vcluster-basedir": "/srv/ganeti/vcluster",
15

    
16
  "enabled-hypervisors": "xen-pvm",
17
  "# Dict of hypervisor name and parameters (like on the cmd line)": null,
18
  "hypervisor-parameters": {},
19
  "# Backend parameters (like on the cmd line)": null,
20
  "backend-parameters": "",
21
  "# Dict of OS name and parameters (like on the cmd line)": null,
22
  "os-parameters": {},
23
  "# Dict of OS name and value dict of hypervisor  parameters": null,
24
  "os-hvp": {},
25
  "primary_ip_version": 4,
26
  "# Name of the LVM group for the cluster": null,
27
  "vg-name": "xenvg",
28
  "# Cluster-level value of the exclusive-storage flag": null,
29
  "exclusive-storage": null,
30

    
31
  "# Additional arguments for initializing cluster": null,
32
  "cluster-init-args": [],
33

    
34
  "# Network interface for master role": null,
35
  "#master-netdev": "xen-br0",
36

    
37
  "# Default network interface parameters": null,
38
  "#default-nicparams": {
39
    "mode": "bridged",
40
    "link": "xen-br0"
41
  },
42

    
43
  "os": "debian-etch",
44
  "maxmem": "1024M",
45
  "minmem": "512M",
46

    
47
  "# Instance policy specs": null,
48
  "ispec_mem_size_max": 1024,
49
  "ispec_disk_size_min": 512,
50

    
51
  "# Lists of disk sizes": null,
52
  "disk": ["1G", "512M"],
53
  "disk-growth": ["2G", "768M"],
54

    
55
  "# Script to check instance status": null,
56
  "instance-check": null,
57

    
58
  "# Regular expression to ignore existing tags": null,
59
  "ignore-tags-re": null,
60

    
61
  "nodes": [
62
    {
63
      "# Master node": null,
64
      "primary": "xen-test-0",
65
      "secondary": "192.0.2.1"
66
    },
67

    
68
    {
69
      "primary": "xen-test-1",
70
      "secondary": "192.0.2.2"
71
    }
72
  ],
73

    
74
  "instances": [
75
    {
76
      "name": "xen-test-inst1",
77

    
78
      "# Static MAC address": null,
79
      "#nic.mac/0": "AA:00:00:11:11:11"
80
    },
81
    {
82
      "name": "xen-test-inst2",
83

    
84
      "# Static MAC address": null,
85
      "#nic.mac/0": "AA:00:00:22:22:22"
86
    }
87
  ],
88

    
89
  "groups": {
90
    "group-with-nodes": "default",
91
    "inexistent-groups": [
92
      "group1",
93
      "group2",
94
      "group3"
95
    ]
96
  },
97

    
98
  "networks": {
99
    "inexistent-networks": [
100
      "network1",
101
      "network2",
102
      "network3"
103
    ]
104
  },
105

    
106
  "tests": {
107
    "# Whether tests are enabled or disabled by default": null,
108
    "default": true,
109

    
110
    "env": true,
111
    "os": true,
112
    "tags": true,
113
    "rapi": true,
114
    "test-jobqueue": true,
115
    "delay": true,
116

    
117
    "create-cluster": true,
118
    "cluster-verify": true,
119
    "cluster-info": true,
120
    "cluster-burnin": true,
121
    "cluster-command": true,
122
    "cluster-copyfile": true,
123
    "cluster-master-failover": true,
124
    "cluster-renew-crypto": true,
125
    "cluster-destroy": true,
126
    "cluster-rename": true,
127
    "cluster-reserved-lvs": true,
128
    "cluster-modify": true,
129
    "cluster-oob": true,
130
    "cluster-epo": true,
131
    "cluster-redist-conf": true,
132
    "cluster-repair-disk-sizes": true,
133
    "cluster-exclusive-storage": true,
134

    
135
    "haskell-confd": true,
136
    "htools": true,
137

    
138
    "group-list": true,
139
    "group-rwops": true,
140

    
141
    "network": false,
142

    
143
    "node-list": true,
144
    "node-info": true,
145
    "node-volumes": true,
146
    "node-readd": true,
147
    "node-storage": true,
148
    "node-modify": true,
149
    "node-oob": true,
150

    
151
    "# This test needs at least three nodes": null,
152
    "node-evacuate": false,
153

    
154
    "# This test needs at least two nodes": null,
155
    "node-failover": false,
156

    
157
    "instance-add-plain-disk": true,
158
    "instance-add-drbd-disk": true,
159
    "instance-convert-disk": true,
160
    "instance-plain-rapi-common-tests": true,
161
    "instance-remove-drbd-offline": true,
162

    
163
    "instance-export": true,
164
    "instance-failover": true,
165
    "instance-grow-disk": true,
166
    "instance-import": true,
167
    "instance-info": true,
168
    "instance-list": true,
169
    "instance-migrate": true,
170
    "instance-modify": true,
171
    "instance-reboot": true,
172
    "instance-reinstall": true,
173
    "instance-rename": true,
174
    "instance-shutdown": true,
175

    
176
    "job-list": true,
177

    
178
    "# cron/ganeti-watcher should be disabled for these tests": null,
179
    "instance-automatic-restart": false,
180
    "instance-consecutive-failures": false,
181

    
182
    "# This test might fail with certain hypervisor types, depending": null,
183
    "# on whether they support the `gnt-instance console' command.": null,
184
    "instance-console": false,
185

    
186
    "# Disabled by default because they take rather long": null,
187
    "instance-replace-disks": false,
188
    "instance-recreate-disks": false,
189

    
190
    "# Whether to test the tools/move-instance utility": null,
191
    "inter-cluster-instance-move": false,
192

    
193
    "# Run instance tests with different cluster configurations": null,
194
    "default-instance-tests": true,
195
    "exclusive-storage-instance-tests": false
196
  },
197

    
198
  "options": {
199
    "burnin-instances": 2,
200
    "burnin-disk-template": "drbd",
201
    "burnin-in-parallel": false,
202
    "burnin-check-instances": false,
203
    "burnin-rename": "xen-test-rename",
204
    "burnin-reboot": true,
205
    "reboot-types": ["soft", "hard", "full"],
206
    "use-iallocators": false
207
  },
208

    
209
  "# vim: set syntax=javascript :": null
210
}