Statistics
| Branch: | Tag: | Revision:

root / doc / examples / batcher-instances.json @ ab6536ba

History | View | Annotate | Download (263 Bytes)

1 9939547b Iustin Pop
{
2 9939547b Iustin Pop
  "instance1.example.com": {
3 9939547b Iustin Pop
    "template": "drbd",
4 9939547b Iustin Pop
    "os": "debootstrap",
5 9939547b Iustin Pop
    "disk_size": ["25G"],
6 9939547b Iustin Pop
    "ram_size": 512
7 9939547b Iustin Pop
  },
8 9939547b Iustin Pop
  "instance2.example.com": {
9 9939547b Iustin Pop
    "template": "plain",
10 9939547b Iustin Pop
    "os": "debootstrap",
11 9939547b Iustin Pop
    "disk_size": ["100G"],
12 9939547b Iustin Pop
    "ram_size": 512
13 9939547b Iustin Pop
  }
14 9939547b Iustin Pop
}