39098a9fba0bd2aec89206fcc71465086649f2aa
[ganeti-local] / qa / qa-sample.yaml
1 # Cluster name
2 name: xen-test
3 rename: xen-test-rename
4 hypervisor-type: xen-3.0
5
6 # System to use
7 os: debian-etch
8 os-size: 10G
9 swap-size: 1G
10 mem: 512M
11
12 # Nodes to use
13 nodes:
14 # Master node
15 - primary: xen-test-0
16   secondary: 192.168.1.1
17
18 # Other nodes
19 - primary: xen-test-1
20   secondary: 192.168.1.2
21
22 # Instance names to use
23 instances:
24 - name: xen-test-inst1
25 - name: xen-test-inst2
26
27 # Tests to run
28 tests:
29   env: True
30   os: True
31   tags: True
32   rapi: True
33
34   cluster-verify: True
35   cluster-info: True
36   cluster-burnin: True
37   cluster-command: True
38   cluster-copyfile: True
39   cluster-master-failover: True
40   cluster-destroy: True
41   cluster-rename: True
42
43   node-info: True
44   node-volumes: True
45   node-readd: True
46
47   # This test needs at least three nodes
48   node-evacuate: False
49
50   # This test needs at least two nodes
51   node-failover: False
52
53   instance-add-plain-disk: True
54   instance-add-local-mirror-disk: True
55
56   # Requires DRBD 0.7.x
57   instance-add-remote-raid-disk: True
58
59   # Requires DRBD 8.x
60   instance-add-drbd-disk: False
61
62   instance-list: True
63   instance-failover: True
64   instance-info: True
65   instance-modify: True
66   instance-export: True
67   instance-import: True
68   instance-reinstall: True
69   instance-shutdown: True
70   instance-automatic-restart: False
71   instance-consecutive-failures: False
72
73   # Disabled by default because it takes rather long
74   instance-replace-disks: False
75
76   # Make sure not to include the disk(s) required for Dom0 to be included in
77   # the volume group used for instances. Otherwise the whole system may stop
78   # working until restarted.
79   instance-disk-failure: False
80
81 # Other settings
82 options:
83   burnin-instances: 2
84   burnin-disk-template: remote_raid1
85
86   # Directory containing QA hooks
87   #hooks-dir: hooks/
88
89   # Logfile for loghook.py
90   hook-logfile: /tmp/qa.log