From 6e79e6611bd903577fb8d0bbb899df60c1116fc1 Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Wed, 18 Jan 2017 10:34:46 +0200 Subject: [PATCH] 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 --- environment_config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index 3e9ef5e..65170e6 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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."