KVMFORNFV: Implementing kvmfornfv Scenarios.
[fuel.git] / deploy / config / plugins / fuel-bgpvpn_1.0.0.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # jonas.bjurel@ericsson.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 plugin-config-metadata:
10   title: BGPVPN fuel Plugin configuration template
11   version: 1.0.0
12   created: 01.02.2017
13   comment: None
14
15 bgpvpn:
16   metadata:
17     class: plugin
18     default: false
19     enabled: true
20     label: BGPVPN plugin
21     toggleable: true
22     versions:
23     - metadata:
24         always_editable: false
25         label: BGPVPN plugin
26         plugin_version: 1.0.0
27         restrictions:
28           - "cluster:net_provider != 'neutron'": "Only neutron is supported by BGPVPN-plugin"
29           - condition: "settings:opendaylight == null or settings:opendaylight.metadata.enabled != true"
30             strict: false
31             message: "OpenDaylight plugin must be installed and enabled"
32         weight: 90
33     weight: 70