From ad7c7a13f75038e2178db5bf70056668046476a0 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Thu, 10 Nov 2016 13:23:49 +0100 Subject: [PATCH] Adding a condition that ovs of fuel-plugin-ovs needs to be installed on the controller as well when bgpvpn is enabled. Change-Id: I5fc72448ad76074be7f1595c5bbc2736019b3d2d --- environment_config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment_config.yaml b/environment_config.yaml index e115881..e6f6d2a 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -47,6 +47,9 @@ attributes: - 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."