aboutsummaryrefslogtreecommitdiffstats
path: root/environments/cinder-pure-config.yaml
diff options
context:
space:
mode:
authorSimon Dodsley <simon@purestorage.com>2017-03-31 09:28:26 -0400
committerSimon Dodsley <simon@purestorage.com>2017-04-04 22:11:34 -0400
commit1f8de419ef91586e785232ebeeb11ae10a53bb17 (patch)
tree0910bca6d43d27fe988713e30b0b632360c5720f /environments/cinder-pure-config.yaml
parent88381053c2785cce670bf91ebc00177992dc45bc (diff)
Enables support for configuring Cinder with Pure Storage
FlashArray storage backend This adds the necessary parameters for: - Pure Storage FlashArray Block Storage driver configuration Change-Id: I5b5617dd57015c0944a2d0c60187b01ede09b480
Diffstat (limited to 'environments/cinder-pure-config.yaml')
-rw-r--r--environments/cinder-pure-config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/environments/cinder-pure-config.yaml b/environments/cinder-pure-config.yaml
new file mode 100644
index 00000000..84820d17
--- /dev/null
+++ b/environments/cinder-pure-config.yaml
@@ -0,0 +1,13 @@
+# A Heat environment file which can be used to enable a
+# Cinder Pure Storage FlashArray iSCSI backend, configured via puppet
+resource_registry:
+ OS::TripleO::Services::CinderBackendPure: ../puppet/services/cinder-backend-pure.yaml
+
+parameter_defaults:
+ CinderEnablePureBackend: true
+ CinderPureBackendName: 'tripleo_pure'
+ CinderPureStorageProtocol: 'iSCSI'
+ CinderPureSanIp: ''
+ CinderPureAPIToken: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
+ CinderPureUseChap: false
+ CinderPureMultipathXfer: true