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/hypervisors.text | |
| parent | 913b18737b9cb25636eea44355ddc680ff1c45c0 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
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 +} |
