diff options
Diffstat (limited to 'resources/initcfg/hypervisors.text')
| -rw-r--r-- | resources/initcfg/hypervisors.text | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/initcfg/hypervisors.text b/resources/initcfg/hypervisors.text new file mode 100644 index 0000000..7817eb0 --- /dev/null +++ b/resources/initcfg/hypervisors.text @@ -0,0 +1,17 @@ +hypervisors: { + uuid: "11111111-2222-3333-4444-555555555555" + hostname: "hyper01" + active: true + cpus: 16 + memory: 8796093022208 + comment: "this is a fake hypervisor" + autoscan: true +} +hypervisors: { + hostname: "hyper02" + active: true + cpus: 16 + memory: 8796093022208 + comment: "this is a fake hypervisor" + autoscan: true +} |
