diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-21 23:55:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-21 23:55:32 +0000 |
commit | 92c04bbb77468214d2f1cba7c11f1de50fa6ad63 (patch) | |
tree | 5f4fbccebf76e1d289dc82fd3d17596758aef74a /manifests/profile/base | |
parent | 1dc48e6b9443f8433862901ba328d043ac1d1fbf (diff) | |
parent | 897d594633210379f32f234854dde687a7a77f8c (diff) |
Merge "Do not create fs and server side key from manila"
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/ceph/mds.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/profile/base/ceph/mds.pp b/manifests/profile/base/ceph/mds.pp index 9cc2b20..d675563 100644 --- a/manifests/profile/base/ceph/mds.pp +++ b/manifests/profile/base/ceph/mds.pp @@ -32,4 +32,9 @@ class tripleo::profile::base::ceph::mds ( if $step >= 3 { include ::ceph::profile::mds } + + # when deploying mds, create also cephfs which is used by manila + if $step >= 4 { + include ::ceph::profile::fs + } } |