Replay Mirantis comments from Stable/Kilo

Change-Id: I781d35e069f6185812f285dc2189931498d4fe83
This commit is contained in:
sdodsley 2015-10-27 02:26:15 -04:00
parent 977d61927a
commit 0f8327acc6
5 changed files with 9 additions and 5 deletions

View File

@ -14,4 +14,4 @@
# under the License.
#
include plugin_purestorage_cinder::cinder
include plugin_purestorage_cinder::controller

View File

@ -13,7 +13,7 @@
# under the License.
#
class plugin_purestorage_cinder::cinder (
class plugin_purestorage_cinder::controller (
$backend_name = 'pure',
$backends = ''
) {
@ -27,6 +27,10 @@ class plugin_purestorage_cinder::cinder (
provider => pip
}
cinder_config {
"DEFAULT/host": value => "str:pure";
}
$plugin_settings = hiera('fuel-plugin-purestorage-cinder')
if $::cinder::params::volume_package {

View File

@ -82,7 +82,7 @@ Pure Storage Cinder Plugin installation
#. Enter the Purity API Token and the IP address of the management VIP of the Pure Storage FlashArray.
#. Select the defaults for all other Pure Storage options.
#. Select the values for all other Pure Storage options.
User Guide
==========

View File

@ -1,9 +1,9 @@
# Deployment tasks
- role: [cinder]
- role: [primary-controller, controller]
stage: post_deployment/6000
type: puppet
parameters:
puppet_manifest: puppet/manifests/cinder.pp
puppet_manifest: puppet/manifests/controller.pp
puppet_modules: "puppet/modules/:/etc/puppet/modules/"
timeout: 360