Add restriction for BGPVPN scenario

Change-Id: I0a99cb0d34d1c603d9467b4981378cc5ca335aac
This commit is contained in:
Nikolas Hermanns 2016-08-23 17:05:50 +02:00
parent 8cc22c4717
commit 3f86511cf4
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ 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."
bgpvpn_gateway:
weight: 50
type: "text"