summaryrefslogtreecommitdiff
path: root/resources/initcfg/droplets.text
blob: fae130a3ea4f977fc271665eb7c7f20c072a7e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
droplets:  {
  hostname:  "git.wit.org"
  cpus:  16
  memory:  103079215104
  preferred_hypervisor:  "farm04"
  qemu_machine:  "pc-q35-9.0"
  networks:  {
    mac:  "22:22:22:22:22:03"
    name:  ""
  }
  disks:  {
    filename:  "git.wit.org.qcow2"
    filepath:  "/home/nfs3"
  }
}
droplets:  {
  hostname:  "go.wit.com"
  cpus:  2
  memory:  2147483648
  preferred_hypervisor:  "farm04"
  qemu_machine:  "pc-q35-9.0"
  networks:  {
    mac:  "22:22:22:22:22:05"
    name:  ""
  }
  disks:  {
    filename:  "go.wit.com.qcow2"
    filepath:  "/home/nfs"
  }
}
droplets:  {
  hostname:  "wekan.foo.com"
  cpus:  2
  memory:  2147483648
  qemu_machine:  "pc-q35-9.1"
  networks:  {
    mac:  "22:22:22:22:22:08"
    name:  ""
  }
  disks:  {
    filename:  "wekan.foo.com.qcow2"
    filepath:  "/home/nfs"
  }
}