Statistics
| Branch: | Tag: | Revision:

root / test / data / qa-minimal-nodes-instances-only.json @ 090128b6

History | View | Annotate | Download (914 Bytes)

1
{
2
  "name": "xen-test-qa-minimal-nodes-instances-only",
3

    
4
  "# Lists of disks": null,
5
  "disks": [
6
    {
7
      "size": "1G",
8
      "growth": "2G"
9
    },
10
    {
11
      "size": "512M",
12
      "growth": "768M"
13
    }
14
  ],
15

    
16
  "enabled-disk-templates": [
17
    "plain",
18
    "drbd",
19
    "diskless"
20
  ],
21

    
22
  "nodes": [
23
    {
24
      "# Master node": null,
25
      "primary": "xen-test-0",
26
      "secondary": "192.0.2.1"
27
    },
28

    
29
    {
30
      "primary": "xen-test-1",
31
      "secondary": "192.0.2.2"
32
    },
33

    
34
    {
35
      "primary": "xen-test-2",
36
      "secondary": "192.0.2.3"
37
    },
38

    
39
    {
40
      "primary": "xen-test-3",
41
      "secondary": "192.0.2.4"
42
    }
43
  ],
44

    
45
  "instances": [
46
    {
47
      "name": "xen-test-inst1",
48
      "nic.mac/0": "AA:00:00:11:11:11"
49
    },
50
    {
51
      "name": "xen-test-inst2",
52
      "nic.mac/0": "AA:00:00:22:22:22"
53
    }
54
  ],
55

    
56
  "tests": {
57
    "default": false
58
  },
59

    
60
  "# vim: set syntax=javascript :": null
61
}