fuel-plugin-mellanox/environment_config.yaml
Gil Meir 2badc837fc Adding Ethernet flow
* The pre_deployment stage runs after OS provisioning, and before
  Openstack is installed. It does the following:
  - Installs OFED
  - Sets SR-IOV related configurations in the driver & FW
  - Renames the iSER interface if iSER is used

* The post_deployment stage runs after the Openstack installation.
  It does the following:
  - Runs puppet manifests to configure each role: controller, cinder, compute
  - Replaces the existing TestVM image with the Mellanox-Cirros image

Change-Id: Icd31cd38079f8ffa93f4dc34df88107b318a5df3
Signed-off-by: Gil Meir <gilmeir@mellanox.com>
2015-04-15 14:28:34 +03:00

25 lines
1019 B
YAML

attributes:
sriov:
value: false
label: "Neutron SR-IOV plugin"
weight: 60
type: "checkbox"
restrictions:
- "settings:common.libvirt_type.value != 'kvm' or not (cluster:net_provider == 'neutron' and networking_parameters:segmentation_type == 'vlan')"
iser:
value: false
label: "iSER protocol for volumes (Cinder)"
description: "High performance block storage: Cinder volumes over iSER protocol (iSCSI over RDMA). This feature requires SR-IOV capabilities in the NIC, and will use a dedicated virtual function for the storage network."
weight: 11
type: "checkbox"
restrictions:
- "settings:storage.volumes_lvm.value != true or settings:common.libvirt_type.value != 'kvm'"
num_of_vfs:
value: "16"
label: "Number of virtual NICs"
description: "Note that one virtual function will be reserved to the storage network, in case of choosing iSER."
weight: 70
type: "text"
restrictions:
- "settings:mellanox-plugin.sriov.value == false"