From f3e8720ea4ca033bf90521258f2e08f99a56d572 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 18 Nov 2016 13:07:34 +0300 Subject: Add dkms package into initial pkgs list OVS-plugin requires DKMS installed to operate on. Also plugin yamls have been updated. Signed-off-by: Michael Polenchuk Change-Id: I037b88fdf335e513d5f4e726c3daff9358397776 --- .../ha_nfv-ovs_heat_ceilometer_scenario.yaml | 28 ++++++++++++---------- .../no-ha_nfv-ovs_heat_ceilometer_scenario.yaml | 28 ++++++++++++---------- 2 files changed, 32 insertions(+), 24 deletions(-) (limited to 'deploy/scenario') diff --git a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml index 51deb4e28..9c689c95a 100644 --- a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -22,9 +22,9 @@ # deployment configuration meta-data deployment-scenario-metadata: title: NFV OVS HA deployment - version: 0.9.0 + version: 1.0.0 created: Jul 12 2016 - comment: Rebased to Fuel9 + comment: Rebased to Fuel10 ############################################################################## # Stack extentions are opnfv added value features in form of a fuel-plugin @@ -32,16 +32,20 @@ deployment-scenario-metadata: # /_.yaml # It does so by copying the config file to the local plugin config directory stack-extensions: - - module: fuel-plugin-ovs - module-config-name: fuel-nshovs - module-config-version: 0.9.0 - module-config-override: - metadata: - versions: - - install_dpdk: - value: true - metadata: - plugin_version: 0.9.0 + # + # Disable this plugin since Fuel already has newer + # version of openvswitch out of the box + # + # - module: fuel-plugin-ovs + # module-config-name: fuel-nshovs + # module-config-version: 1.0.0 + # module-config-override: + # metadata: + # versions: + # - install_dpdk: + # value: true + # metadata: + # plugin_version: 1.0.0 ############################################################################## # By editing the override-config sections below, you can override arbitrary diff --git a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml index 7ab76cbcf..8160e1826 100644 --- a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -22,9 +22,9 @@ # deployment configuration meta-data deployment-scenario-metadata: title: NFV OVS NO-HA deployment - version: 0.9.0 + version: 1.0.0 created: Jul 12 2016 - comment: NFV OVS NO-HA Rebased for Fuel9 + comment: NFV OVS NO-HA Rebased for Fuel10 ############################################################################## # Stack extentions are opnfv added value features in form of a fuel-plugin @@ -32,16 +32,20 @@ deployment-scenario-metadata: # /_.yaml # It does so by copying the config file to the local plugin config directory stack-extensions: - - module: fuel-plugin-ovs - module-config-name: fuel-nshovs - module-config-version: 0.9.0 - module-config-override: - metadata: - versions: - - install_dpdk: - value: true - metadata: - plugin_version: 0.9.0 + # + # Disable this plugin since Fuel already has newer + # version of openvswitch out of the box + # + # - module: fuel-plugin-ovs + # module-config-name: fuel-nshovs + # module-config-version: 1.0.0 + # module-config-override: + # metadata: + # versions: + # - install_dpdk: + # value: true + # metadata: + # plugin_version: 1.0.0 ############################################################################## # By editing the override-config sections below, you can override arbitrary -- cgit 1.2.3-korg