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:08:38 +0000 |
commit | 76aa5bd1daf9568ab91f7586b0627062ffb26fb0 (patch) | |
tree | 77fd5fc7f5a89e1e567cda595173db9aaeb21a29 /deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml | |
parent | 73826919b59316d8b3200b883b6aee7d4b3c5f70 (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
Diffstat (limited to 'deploy/config/plugins/fuel-bgpvpn_0.0.1.yaml')
-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 |