diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
| commit | 3c520003edb286deec57ce62c447373912787829 (patch) | |
| tree | 29b819f09a0147f39eba997dab0979698cf68635 /resources/initcfg/droplets.text | |
| parent | 913b18737b9cb25636eea44355ddc680ff1c45c0 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'resources/initcfg/droplets.text')
| -rw-r--r-- | resources/initcfg/droplets.text | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/resources/initcfg/droplets.text b/resources/initcfg/droplets.text new file mode 100644 index 0000000..fae130a --- /dev/null +++ b/resources/initcfg/droplets.text @@ -0,0 +1,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" + } +} |
