mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
# This is the start of an example of what this file will look like. It will be generated by Salt, so this yaml file is not used by Salt.
|
|
hypervisor:
|
|
hosts:
|
|
jpphype1:
|
|
hardwareMap:
|
|
title: 'All Hardware'
|
|
description: This shows hardware available to the hypervisor and PCIe -> INT mapping.
|
|
file: true
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
multiline: true
|
|
cpufree:
|
|
title: 'Available CPU: 120'
|
|
description: Available CPU for this hypervisor.
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
memfree:
|
|
title: 'Available Memory: 120'
|
|
description: Available memory for this hypervisor.
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
diskfree:
|
|
title: 'Available Disk: 3,4'
|
|
description: Available disk for this hypervisor.
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
copperfree:
|
|
title: 'Available Copper NIC: 3,4,5,6'
|
|
description: Available copper NIC for this hypervisor.
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
sfpfree:
|
|
title: 'Available SFP NIC: 7,8,9,10'
|
|
description: Available SFP NIC for this hypervisor.
|
|
readonly: true
|
|
global: true # set to true to remove host drop down
|
|
nodes:
|
|
description: List of VMs.
|
|
syntax: json
|
|
uiElements:
|
|
- field: hostname
|
|
label: Enter the hostname
|
|
forcedType: string
|
|
- field: nodetype
|
|
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 seperated list. ex. 192.168.1.1,8.8.8.8
|
|
- field: search4
|
|
label: Search domain
|
|
- field: cpu
|
|
label: Number of CPU cores to assign. ex. 8
|
|
- field: memory
|
|
label: Memory, in GB to assign. ex. 16
|
|
- field: disk
|
|
label: Choose a disk or disks to assign for passthrough. Comma seperated list.
|
|
- field: copper
|
|
label: Choose a copper port or ports to assign for passthrough. Comma seperated list.
|
|
- filed: sfp
|
|
label: Choose a sfp port or ports to assign for passthrough. Comma seperated list.
|
|
file: true
|
|
global: true # set to true to remove host drop down
|