From e596e1c05f481d844b810c001e017bddf59f97fa Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Thu, 14 Jan 2016 14:22:35 +0100 Subject: Adding fuel-bgpvpn-plugin and Scenario To use the bgpvpn fuel plugin configs where added and a first scenario using it is added Change-Id: Id3c65abe39e1945f6a451c523732a513b01db696 (cherry picked from commit 76aa5bd1daf9568ab91f7586b0627062ffb26fb0) --- deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml (limited to 'deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml') diff --git a/deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml b/deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml new file mode 100644 index 000000000..05d351e11 --- /dev/null +++ b/deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml @@ -0,0 +1,13 @@ +plugin-config-metadata: + title: BGPVPN fuel Plugin configuration template + version: 0.1 + created: Wed Jan 13 2016 + comment: None + +bgpvpn: + metadata: + enabled: true + restrictions: + - "cluster:net_provider != 'neutron'": "Only neutron is supported by BGPVPN-plugin" + label: "BGPVPN plugin" + weight: 90 -- cgit 1.2.3-korg