mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 05:32:49 +01:00
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
hypervisor:
|
|
hosts:
|
|
defaultHost:
|
|
title: defaultHost
|
|
description: "Hypervisor Configuration"
|
|
syntax: json
|
|
uiElements:
|
|
- field: hostname
|
|
label: "Enter the hostname"
|
|
- field: role
|
|
label: "sensor or searchnode"
|
|
- field: network_mode
|
|
label: "Choose static4 or dhcp4. If static4, populate IP details below."
|
|
- field: ip4
|
|
label: "IP Address with netmask. ex. 192.168.1.10/24"
|
|
- field: gw4
|
|
label: "Gateway"
|
|
- field: dns4
|
|
label: "DNS. Comma separated list. ex. 192.168.1.1,8.8.8.8"
|
|
- field: search4
|
|
label: "Search domain"
|
|
- field: cpu
|
|
label: "CPU cores to assign. Free: FREE | Total: TOTAL"
|
|
- field: memory
|
|
label: "Memory to assign, in GB. Free: FREE | Total: TOTAL"
|
|
- field: disk
|
|
label: "Disk(s) for passthrough. Comma separated list. Free: FREE | Total: TOTAL"
|
|
- field: copper
|
|
label: "Copper port(s) for passthrough. Comma separated list. Free: FREE | Total: TOTAL"
|
|
- field: sfp
|
|
label: "SFP port(s) for passthrough. Comma separated list. Free: FREE | Total: TOTAL"
|
|
file: true
|
|
global: true
|