Enhancing web UI section

Changing the environment_config.yaml file to support fuel-9.x

Change-Id: I9c39cdcdc59d6020044a7a666b38c67d5ef49e83
This commit is contained in:
waleedm 2017-03-09 07:03:07 -05:00
parent c864477372
commit ccdeb0b3e9
1 changed files with 10 additions and 5 deletions

View File

@ -32,7 +32,10 @@ attributes:
description: |
Reboots Slave nodes if the maximum number of vfs configured by the user is greator than the number burned in FW.
weight: 30
type: hidden
type: "checkbox"
restrictions:
- condition: "true == true"
action: hide
mlnx_qos:
value: false
@ -41,10 +44,11 @@ attributes:
If selected, Neutron "Quality of Service" (QoS) will be enabled for SR-IOV ports over Mellanox HCAs.
This feature is supported in Ethernet mode over Neutron with VLAN after SR-IOV direct port creation.
weight: 30
type: hidden
type: "checkbox"
restrictions:
- condition: "settings:common.libvirt_type.value != 'kvm' or not (settings:mellanox-plugin.sriov.value == true) or not (cluster:net_provider == 'neutron' and networking_parameters:segmentation_type == 'vlan')"
message: "For Mellanox QoS support in Neutron, hypervisor type should be KVM and the environment networking should be based on Neutron with VLAN segmentation with Mellanox SR-IOV support."
action: hide
use_mlnx_neo:
value: false
@ -92,10 +96,11 @@ attributes:
If selected, Mellanox hardware will be used to achieve a better performance and significant CPU overhead reduction
using VXLAN traffic offloading. This feature is supported in Ethernet mode over Neutron with tunneling.
weight: 50
type: hidden
type: "checkbox"
restrictions:
- condition: "not (cluster:net_provider == 'neutron' and networking_parameters:segmentation_type == 'tun')"
message: "For VXLAN offloading, network should be neutron with tunnling segmentation."
action: hide
iser:
value: false
@ -105,8 +110,8 @@ attributes:
In Ethernet mode, a dedicated Virtual Function will be reserved for a storage endpoint, and the priority flow control
has to be enabled on the switch side port.
In InfiniBand mode, the IPoIB parent interface of the network storage interface will be used as the storage endpoint.
For more information about Mellanox NEO installation and usage: https://community.mellanox.com/docs/DOC-2155
For more information about Mellanox Fuel 8.0 plugin configurations: https://community.mellanox.com/docs/DOC-2435
weight: 60