root / qa / qa-sample.yaml @ 25d659a5
History | View | Annotate | Download (1.5 kB)
1 |
# Cluster name
|
---|---|
2 |
name: xen-test |
3 |
|
4 |
# System to use
|
5 |
os: debian-edgy |
6 |
os-size: 10G |
7 |
swap-size: 1G |
8 |
mem: 512M |
9 |
|
10 |
# Nodes to use
|
11 |
nodes:
|
12 |
# Master node
|
13 |
- primary: xen-test-0
|
14 |
secondary: 192.168.1.1 |
15 |
|
16 |
# Other nodes
|
17 |
- primary: xen-test-1
|
18 |
secondary: 192.168.1.2 |
19 |
|
20 |
# Instance names to use
|
21 |
instances:
|
22 |
- name: xen-test-inst1
|
23 |
- name: xen-test-inst2
|
24 |
|
25 |
# Tests to run
|
26 |
tests:
|
27 |
env: True |
28 |
os: True |
29 |
tags: True |
30 |
|
31 |
cluster-verify: True |
32 |
cluster-info: True |
33 |
cluster-burnin: True |
34 |
cluster-command: True |
35 |
cluster-copyfile: True |
36 |
cluster-master-failover: True |
37 |
cluster-destroy: True |
38 |
|
39 |
node-info: True |
40 |
node-volumes: True |
41 |
|
42 |
# This test needs at least three nodes
|
43 |
node-evacuate: False |
44 |
|
45 |
# This test needs at least two nodes
|
46 |
node-failover: False |
47 |
|
48 |
instance-add-plain-disk: True |
49 |
instance-add-local-mirror-disk: True |
50 |
|
51 |
# Requires DRBD 0.7.x
|
52 |
instance-add-remote-raid-disk: True |
53 |
|
54 |
# Requires DRBD 8.x
|
55 |
instance-add-drbd-disk: False |
56 |
|
57 |
instance-list: True |
58 |
instance-failover: True |
59 |
instance-info: 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 |
|
76 |
# Directory containing QA hooks
|
77 |
#hooks-dir: hooks/
|