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

87 lines
2.6 KiB
YAML

attributes:
credentials_package:
value: ''
label: 'Credentials package'
description: 'base64 credentials file'
weight: 20
type: "file"
va_license_file:
value: ''
label: "License File"
description: "(optional) license file used to activate VA"
weight: 30
type: "file"
advanced_params_enabled:
value: false
label: "Advanced Parameters"
description: "Enables configuration of advanced parameters"
weight: 35
type: "checkbox"
fp_mem:
value: 'auto'
label: 'FP_MEMORY'
description: 'defines how much memory is used by VA'
weight: 40
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: 40
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: 50
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
disable_ipset:
value: true
label: 'Disable neutron ipset'
description: 'Set/unset support for ipset when using security groups'
weight: 75
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