diff options
-rw-r--r-- | block-storage.yaml | 2 | ||||
-rw-r--r-- | overcloud-source.yaml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 453a0ac7..fb6261ce 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -57,6 +57,8 @@ Resources: volume_size_mb: '5000' service-password: Ref: CinderPassword + iscsi-helper: + Ref: CinderISCSIHelper admin-password: {Ref: AdminPassword} rabbit: host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } 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: |