diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-01-14 14:22:35 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-14 18:09:25 +0000 |
commit | e596e1c05f481d844b810c001e017bddf59f97fa (patch) | |
tree | fa5bf39d4542051e0268b96dd9036e3d7eff0a04 /deploy/config | |
parent | 49509be37a7276a8ce4fc14abcca8c1b03aa9259 (diff) |
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)
Diffstat (limited to 'deploy/config')
-rw-r--r-- | deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |