Modify Disk.GetNodes() to support LD_FILE
[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
33   cluster-verify: True
34   cluster-info: True
35   cluster-burnin: True
36   cluster-command: True
37   cluster-copyfile: True
38   cluster-master-failover: True
39   cluster-destroy: True
40   cluster-rename: True
41
42   node-info: True
43   node-volumes: True
44
45   # This test needs at least three nodes
46   node-evacuate: False
47
48   # This test needs at least two nodes
49   node-failover: False
50
51   instance-add-plain-disk: True
52
53   # Requires DRBD 8.x
54   instance-add-drbd-disk: True
55
56   instance-list: True
57   instance-failover: True
58   instance-info: True
59   instance-modify: True
60   instance-export: True
61   instance-import: True
62   instance-reinstall: True
63   instance-shutdown: True
64   instance-automatic-restart: False
65   instance-consecutive-failures: False
66
67   # Make sure not to include the disk(s) required for Dom0 to be included in
68   # the volume group used for instances. Otherwise the whole system may stop
69   # working until restarted.
70   instance-disk-failure: False
71
72 # Other settings
73 options:
74   burnin-instances: 2
75   burnin-disk-template: drbd
76
77   # Directory containing QA hooks
78   #hooks-dir: hooks/
79
80   # Logfile for loghook.py
81   hook-logfile: /tmp/qa.log