Remove BGPVPN requirement for fuel-plugin-ovs

Ubuntu 16.04 comes with a new ovs version, satisfying NetVirt's requirements.
The custom ovs is no longer needed when the BGPVNP features are enabled.

Change-Id: Ic23b2a253caa92e5ae42995ac79d5188b5401987
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
This commit is contained in:
Romanos Skiadas 2017-01-18 10:34:46 +02:00
parent 0574e57f39
commit 6e79e6611b
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ attributes:
strict: false
message: "BGPVPN (fuel-plugin-bgpvpn) plugin must be installed and enabled."
- networking_parameters:segmentation_type == 'vlan': This feature works only with segmentation_type != vlan
- condition: "settings:fuel-plugin-ovs == null or settings:fuel-plugin-ovs.metadata.enabled == false"
strict: false
message: "Openvswitch with NSH/DPDK (fuel-plugin-ovs) must be installed and enabled."
- condition: "settings:fuel-plugin-ovs == null or settings:fuel-plugin-ovs.install_on_controller.value == false"
strict: false
message: "Openvswitch with NSH/DPDK (fuel-plugin-ovs) must be installed and it needs to be installed on the controller as well."
- condition: "settings:opendaylight.enable_l3_odl.value == false"
strict: false
message: "OpenDayLight must be acting as the L3 controller for the bgpvpn features to be enabled."