mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-22 18:28:11 +02:00
new examples
This commit is contained in:
@@ -1,67 +1,36 @@
|
||||
# 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
|
||||
jpphype1VMs:
|
||||
description: Hypervisor Configuration
|
||||
file: true
|
||||
global: true
|
||||
syntax: json
|
||||
title: jpphype1
|
||||
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: 120 | Total: 128'
|
||||
- field: memory
|
||||
label: 'Memory to assign, in GB. Free: 112 | Total: 128'
|
||||
- field: disk
|
||||
label: 'Disk(s) for passthrough. Comma separated list. Free: 2 | Total: 1,2'
|
||||
- field: copper
|
||||
label: 'Copper port(s) for passthrough. Comma separated list. Free: 3,4 |
|
||||
Total: 1,2,3,4'
|
||||
- field: sfp
|
||||
label: 'SFP port(s) for passthrough. Comma separated list. Free: 5,6,7,8 |
|
||||
Total: 5,6,7,8'
|
||||
|
||||
Reference in New Issue
Block a user