From 2f50006b5bdf0d2f84f806e9d9c7f0dc5ab656e6 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 5 Mar 2014 17:51:25 -0600 Subject: Allow setting the cinder iscsi-helper option This is necessary to support iscsi helpers other than tgtadm, such as lioadm. Change-Id: I8a63872185f73372fcf6c90d3dde31e5bb0a168b --- overcloud-source.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index bba161e1..88322be3 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -17,6 +17,10 @@ Parameters: Description: The password for the cinder service account, used by cinder-api. Type: String NoEcho: true + CinderISCSIHelper: + Default: tgtadm + Description: The iSCSI helper to use with cinder. + Type: String OvercloudControlFlavor: Default: baremetal Description: Flavor for control nodes to request when deploying. @@ -314,6 +318,8 @@ Resources: volume_size_mb: '5000' service-password: Ref: CinderPassword + iscsi-helper: + Ref: CinderISCSIHelper completion-handle: Ref: notCompute0CompletionHandle controller-address: -- cgit 1.2.3-korg