Restrict bgpvpn features to require L3 ODL

L2 odl+bgpvpn features are not very stable together

Change-Id: Id52e448bc5816292a11b02e7cdbe4b33f0abe1cd
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
This commit is contained in:
Romanos Skiadas 2016-11-07 16:48:27 +02:00 committed by Romanos Skiadas
parent 0a7b260ebc
commit 8a21040c0d
1 changed files with 5 additions and 2 deletions

View File

@ -36,9 +36,9 @@ attributes:
label: "BGPVPN extensions"
description:
>
This enables the bgpvpn extension of neutron togethere with the
This enables the bgpvpn extension of neutron together with the
corresponding sdnvpn features in odl. This feature will disable
the standart ovsdb feature from ODL.
the standard ovsdb feature from ODL.
restrictions:
- condition: "settings:bgpvpn == null or settings:bgpvpn.metadata.enabled == false"
strict: false
@ -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:opendaylight.enable_l3_odl.value == false"
strict: false
message: "OpenDayLight must be acting as the L3 controller for the bgpvpn features to be enabled."
bgpvpn_gateway:
weight: 50
type: "text"