From ad8a87e29afa370207224975841420a29b408ea1 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Fri, 5 Feb 2016 18:21:01 +0100 Subject: Applying ODL changes to BGPVPN scenario Since module substitionion does not support arrays the plugin attributes are added to the scenario file and not taken from the plugin files. In addition the bgpvpn plugin contains a fix for the instable stable/liberty branch now. Change-Id: I94ce93bbbe6596ff9417bdd8c11dc62cd2167c11 --- deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml (limited to 'deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml') diff --git a/deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml b/deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml new file mode 100644 index 000000000..21bcdf170 --- /dev/null +++ b/deploy/config/plugins/fuel-bgpvpn_0.0.2.yaml @@ -0,0 +1,23 @@ +plugin-config-metadata: + title: BGPVPN fuel Plugin configuration template + version: 0.2 + created: Fri Feb 05 2016 + comment: None + +bgpvpn: + metadata: + class: plugin + default: false + enabled: false + label: BGPVPN plugin + toggleable: true + versions: + - metadata: + always_editable: false + enabled: true + label: BGPVPN plugin + plugin_version: 0.8.0 + restrictions: + - cluster:net_provider != 'neutron': Only neutron is supported by BGPVPN-plugin + weight: 90 + weight: 70 -- cgit 1.2.3-korg