fuel-plugin-6wind-virtual-a.../environment_config.yaml

73 lines
2.3 KiB
YAML

attributes:
advanced_params_enabled:
value: false
label: "Advanced Parameters"
description: "Enables configuration of advanced parameters"
weight: 30
type: "checkbox"
fp_mem:
value: '1024'
label: 'FP_MEMORY'
description: 'defines how much memory from the hugepages is used by VA'
weight: 50
type: "text"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide
cores_per_port:
value: '1'
label: 'CORE_PER_PORT'
description: 'defines the amount of cores polling each port'
weight: 15
type: "text"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide
vm_mem:
value: 'auto'
label: 'VM_MEMORY'
description: 'defines the memory available for vms'
weight: 15
type: "text"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide
va_conf_file:
value: ''
label: 'External configuration file for VA'
description: '(optional) specify external configuration file for starting VA'
weight: 20
type: "file"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide
ext_pack:
value: true
label: 'Use updated external packages'
description: 'Specify if need to use most uptodate external packages (libvirtd, qemu)'
weight: 70
type: "checkbox"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide
infos:
weight: 80
type: "hidden"
value: true
label: "Important notes:"
description: "Before changing default settings for virtual Accelerator, please have a look at
6WIND's Virtual Accelerator online documentation for applicable values:\n
Product description: http://www.6wind.com/products/6wind-virtual-accelerator/\n
User Guide: http://www.6wind.com/products/6wind-virtual-accelerator/\n"
restrictions:
- condition: "settings:6wind-virtual-accelerator.advanced_params_enabled.value == false"
action: hide