Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 50ef6a41

History | View | Annotate | Download (4.7 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
  "enabled-hypervisors": "xen-pvm",
13
  "# Dict of hypervisor name and parameters (like on the cmd line)": null,
14
  "hypervisor-parameters": {},
15
  "# Backend parameters (like on the cmd line)": null,
16
  "backend-parameters": "",
17
  "# Dict of OS name and parameters (like on the cmd line)": null,
18
  "os-parameters": {},
19
  "# Dict of OS name and value dict of hypervisor  parameters": null,
20
  "os-hvp": {},
21
  "primary_ip_version": 4,
22

    
23
  "# Network interface for master role": null,
24
  "#master-netdev": "xen-br0",
25

    
26
  "# Default network interface parameters": null,
27
  "#default-nicparams": {
28
    "mode": "bridged",
29
    "link": "xen-br0",
30
  },
31

    
32
  "os": "debian-etch",
33
  "maxmem": "1024M",
34
  "minmem": "512M",
35

    
36
  "# Instance policy specs": null,
37
  "ispec_mem_size_max": 1024,
38
  "ispec_disk_size_min": 512,
39

    
40
  "# Lists of disk sizes": null,
41
  "disk": ["1G", "512M"],
42
  "disk-growth": ["2G", "768M"],
43

    
44
  "# Script to check instance status": null,
45
  "instance-check": null,
46

    
47
  "# Regular expression to ignore existing tags": null,
48
  "ignore-tags-re": null,
49

    
50
  "nodes": [
51
    {
52
      "# Master node": null,
53
      "primary": "xen-test-0",
54
      "secondary": "192.0.2.1"
55
    },
56

    
57
    {
58
      "primary": "xen-test-1",
59
      "secondary": "192.0.2.2"
60
    }
61
  ],
62

    
63
  "instances": [
64
    {
65
      "name": "xen-test-inst1",
66

    
67
      "# Static MAC address": null,
68
      "#nic.mac/0": "AA:00:00:11:11:11"
69
    },
70
    {
71
      "name": "xen-test-inst2",
72

    
73
      "# Static MAC address": null,
74
      "#nic.mac/0": "AA:00:00:22:22:22"
75
    }
76
  ],
77

    
78
  "groups": {
79
    "group-with-nodes": "default",
80
    "inexistent-groups": [
81
      "group1",
82
      "group2",
83
      "group3"
84
    ]
85
  },
86

    
87
  "tests": {
88
    "# Whether tests are enabled or disabled by default": null,
89
    "default": true,
90

    
91
    "env": true,
92
    "os": true,
93
    "tags": true,
94
    "rapi": true,
95
    "test-jobqueue": true,
96
    "delay": true,
97

    
98
    "create-cluster": true,
99
    "cluster-verify": true,
100
    "cluster-info": true,
101
    "cluster-burnin": true,
102
    "cluster-command": true,
103
    "cluster-copyfile": true,
104
    "cluster-master-failover": true,
105
    "cluster-renew-crypto": true,
106
    "cluster-destroy": true,
107
    "cluster-rename": true,
108
    "cluster-reserved-lvs": true,
109
    "cluster-modify": true,
110
    "cluster-oob": true,
111
    "cluster-epo": true,
112
    "cluster-redist-conf": true,
113
    "cluster-repair-disk-sizes": true,
114
    "cluster-exclusive-storage": true,
115

    
116
    "haskell-confd": true,
117
    "htools": true,
118

    
119
    "group-list": true,
120
    "group-rwops": true,
121

    
122
    "node-list": true,
123
    "node-info": true,
124
    "node-volumes": true,
125
    "node-readd": true,
126
    "node-storage": true,
127
    "node-modify": true,
128
    "node-oob": true,
129

    
130
    "# This test needs at least three nodes": null,
131
    "node-evacuate": false,
132

    
133
    "# This test needs at least two nodes": null,
134
    "node-failover": false,
135

    
136
    "instance-add-plain-disk": true,
137
    "instance-add-drbd-disk": true,
138
    "instance-convert-disk": true,
139
    "instance-plain-rapi-common-tests": true,
140
    "instance-remove-drbd-offline": true,
141

    
142
    "instance-export": true,
143
    "instance-failover": true,
144
    "instance-grow-disk": true,
145
    "instance-import": true,
146
    "instance-info": true,
147
    "instance-list": true,
148
    "instance-migrate": true,
149
    "instance-modify": true,
150
    "instance-reboot": true,
151
    "instance-reinstall": true,
152
    "instance-rename": true,
153
    "instance-shutdown": true,
154

    
155
    "job-list": true,
156

    
157
    "# cron/ganeti-watcher should be disabled for these tests": null,
158
    "instance-automatic-restart": false,
159
    "instance-consecutive-failures": false,
160

    
161
    "# This test might fail with certain hypervisor types, depending": null,
162
    "# on whether they support the `gnt-instance console' command.": null,
163
    "instance-console": false,
164

    
165
    "# Disabled by default because they take rather long": null,
166
    "instance-replace-disks": false,
167
    "instance-recreate-disks": false,
168

    
169
    "# Whether to test the tools/move-instance utility": null,
170
    "inter-cluster-instance-move": false,
171

    
172
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
173
    "# in the volume group used for instances. Otherwise the whole": null,
174
    "# system may stop working until restarted.": null,
175
    "instance-disk-failure": false
176
  },
177

    
178
  "options": {
179
    "burnin-instances": 2,
180
    "burnin-disk-template": "drbd",
181
    "burnin-in-parallel": false,
182
    "burnin-check-instances": false,
183
    "burnin-rename": "xen-test-rename",
184
    "burnin-reboot": true,
185
    "reboot-types": ["soft", "hard", "full"],
186
    "use-iallocators": false
187
  },
188

    
189
  "# vim: set syntax=javascript :": null
190
}