From: Giulio Fidente Date: Wed, 3 Aug 2016 22:16:21 +0000 (+0200) Subject: Allow use of raw disks for Swift storage role X-Git-Tag: opnfv-6.0.0~628^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=03b0d2093b28db0b335e82fd17af9712447a16dc;p=apex-puppet-tripleo.git Allow use of raw disks for Swift storage role Adds a call to swift::storage::disks to make it partition additional disks to use with Swift. Depends-On: I3692b17988f8eacb7b8a7df1006a7fe24f587065 Change-Id: Iac75cf2244339fae444be5859b7583e80bafc4e2 --- diff --git a/manifests/profile/base/swift/storage.pp b/manifests/profile/base/swift/storage.pp index 371cb0d..3447a44 100644 --- a/manifests/profile/base/swift/storage.pp +++ b/manifests/profile/base/swift/storage.pp @@ -35,6 +35,7 @@ class tripleo::profile::base::swift::storage ( if $step >= 4 { if $enable_swift_storage { + include ::swift::storage::disks include ::swift::storage::all if(!defined(File['/srv/node'])) { file { '/srv/node':