diff --git a/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/controller.pp b/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/controller.pp index 36c1000..8859cc3 100755 --- a/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/controller.pp +++ b/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/controller.pp @@ -64,5 +64,8 @@ class plugin_solidfire_cinder::controller ( hasstatus => true, hasrestart => true, } + package { 'open-iscsi' : + ensure => 'installed', + } } diff --git a/docs/solidfire-cinder-guide.rst b/docs/solidfire-cinder-guide.rst index 66d7d49..bdc7ea6 100644 --- a/docs/solidfire-cinder-guide.rst +++ b/docs/solidfire-cinder-guide.rst @@ -1,5 +1,5 @@ ************************************************************ -Guide to the SolidFire Cinder Plugin version 1.1.0 for Fuel +Guide to the SolidFire Cinder Plugin version 1.1.1 for Fuel ************************************************************ This document provides instructions for installing, configuring and using @@ -60,6 +60,10 @@ Prerequisites * The SolidFire cluster should be configured and on the network prior to starting Cinder with the SolidFire configuration in place. +* Cinder relies on the open-iscsi package to preform many functions such as image + to volume. This plugin requires (and installs) the open-iscsi package, so it must + be avaliable in one of the repositories avaliable Fuel. + ============================================ Limitations @@ -90,7 +94,7 @@ SolidFire Cinder plugin installation :: - scp fuel-plugin-solidfire-cinder-1.1-1.1.0-1.noarch.rpm \ + scp fuel-plugin-solidfire-cinder-1.1-1.1.1-1.noarch.rpm \ root@::/tmp #. Log into the Fuel Master node and install the plugin: @@ -98,7 +102,7 @@ SolidFire Cinder plugin installation :: cd /tmp - fuel plugins --install /tmp/fuel-plugin-solidfire-cinder-1.1-1.1.0-1.noarch.rpm + fuel plugins --install /tmp/fuel-plugin-solidfire-cinder-1.1-1.1.1-1.noarch.rpm SolidFire Cinder plugin configuration ------------------------------------- diff --git a/docs/testing/TestPlanforSolidFireCinderFuelPlugin-1.1.1.docx b/docs/testing/TestPlanforSolidFireCinderFuelPlugin-1.1.1.docx new file mode 100644 index 0000000..f966187 Binary files /dev/null and b/docs/testing/TestPlanforSolidFireCinderFuelPlugin-1.1.1.docx differ diff --git a/docs/testing/TestReportforPluginnameFuelPlugin-1.1.1.docx b/docs/testing/TestReportforPluginnameFuelPlugin-1.1.1.docx new file mode 100644 index 0000000..a971d96 Binary files /dev/null and b/docs/testing/TestReportforPluginnameFuelPlugin-1.1.1.docx differ diff --git a/metadata.yaml b/metadata.yaml index a9ce5be..bdad43e 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,6 +1,6 @@ name: fuel-plugin-solidfire-cinder title: Fuel plugin to enable SolidFire driver in Cinder -version: '1.1.0' +version: '1.1.1' description: Enables the SolidFire driver in Cinder fuel_version: ['7.0'] licenses: ['Apache License Version 2.0']