diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml | 22 | ||||
-rw-r--r-- | deploy/scenario/ha_odl-bgpvpn_scenario.yaml | 14 | ||||
-rw-r--r-- | deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml | 16 |
3 files changed, 37 insertions, 15 deletions
diff --git a/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml b/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml new file mode 100644 index 000000000..bbdefaf6e --- /dev/null +++ b/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml @@ -0,0 +1,22 @@ +plugin-config-metadata: + title: BGPVPN fuel Plugin configuration template + version: 0.9.0 + created: 29.06.2016 + comment: None + +bgpvpn: + metadata: + class: plugin + default: false + enabled: true + label: BGPVPN plugin + toggleable: true + versions: + - metadata: + always_editable: false + label: BGPVPN plugin + plugin_version: 0.9.0 + restrictions: + - cluster:net_provider != 'neutron': Only neutron is supported by BGPVPN-plugin + weight: 90 + weight: 70 diff --git a/deploy/scenario/ha_odl-bgpvpn_scenario.yaml b/deploy/scenario/ha_odl-bgpvpn_scenario.yaml index c0343a617..2257cbb70 100644 --- a/deploy/scenario/ha_odl-bgpvpn_scenario.yaml +++ b/deploy/scenario/ha_odl-bgpvpn_scenario.yaml @@ -22,9 +22,9 @@ # deployment configuration meta-data deployment-scenario-metadata: title: ODL HA BGPVPN deployment - version: 0.0.1 - created: 04.03.2016 - comment: Fuel ODL HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for Fuel8 + version: 0.9.0 + created: 29.06.2016 + comment: Fuel ODL HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for Fuel9 ############################################################################## # Stack extentions are opnfv added value features in form of a fuel-plugin @@ -34,22 +34,22 @@ deployment-scenario-metadata: stack-extensions: - module: opendaylight module-config-name: fuel-odl - module-config-version: 0.0.3 + module-config-version: 0.9.0 module-config-override: metadata: versions: - enable_bgpvpn: value: true metadata: - plugin_version: 0.8.1 + plugin_version: 0.9.0 - module: bgpvpn module-config-name: fuel-bgpvpn - module-config-version: 0.0.3 + module-config-version: 0.9.0 - module: fuel-plugin-ovs module-config-name: fuel-nshovs - module-config-version: 0.0.1 + module-config-version: 0.9.0 ############################################################################## # By editing the override-config sections below, you can override arbitrary diff --git a/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml b/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml index 067da4761..333ff5af5 100644 --- a/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml +++ b/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml @@ -21,10 +21,10 @@ ############################################################################## # deployment configuration meta-data deployment-scenario-metadata: - title: ODL No-HA BGPVPN deployment - version: 0.0.1 - created: 04.03.2016 - comment: Fuel ODL No HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for Fuel8 + title: ODL HA BGPVPN deployment + version: 0.9.0 + created: 29.06.2016 + comment: Fuel ODL No HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for Fuel9 ############################################################################## # Stack extentions are opnfv added value features in form of a fuel-plugin @@ -34,22 +34,22 @@ deployment-scenario-metadata: stack-extensions: - module: opendaylight module-config-name: fuel-odl - module-config-version: 0.0.3 + module-config-version: 0.9.0 module-config-override: metadata: versions: - enable_bgpvpn: value: true metadata: - plugin_version: 0.8.1 + plugin_version: 0.9.0 - module: bgpvpn module-config-name: fuel-bgpvpn - module-config-version: 0.0.3 + module-config-version: 0.9.0 - module: fuel-plugin-ovs module-config-name: fuel-nshovs - module-config-version: 0.0.1 + module-config-version: 0.9.0 ############################################################################## # By editing the override-config sections below, you can override arbitrary |