diff options
author | Dan Prince <dprince@redhat.com> | 2015-09-22 09:42:42 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-09-22 09:42:42 -0400 |
commit | 29be993216fea0355ffc56dd3ac17501cd06cea1 (patch) | |
tree | 60666fa58a2e743637cca72cff05d350cf35bd0f | |
parent | 8e7a13ebe898a9f6a94bf77d095a681ec744e719 (diff) |
swift::storage::all deprecation cleanup
This patch adds settings for swift::storage::all so
that we set the recommended the incoming and outgoing
chmod permissions.
Depends-On: I627ab2255087b0ebc2d3ddc9cd4a7a7d254abb65
Change-Id: I2f14c9afe7b7135ad1bfecb9db0a39bfc3b4d03a
-rw-r--r-- | puppet/hieradata/object.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/puppet/hieradata/object.yaml b/puppet/hieradata/object.yaml index 3a379035..d4a0e81d 100644 --- a/puppet/hieradata/object.yaml +++ b/puppet/hieradata/object.yaml @@ -1,4 +1,7 @@ # Hiera data for swift storage nodes +swift::storage::all::incoming_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r' +swift::storage::all::outgoing_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r' + swift::storage::all::object_pipeline: - healthcheck - recon @@ -15,4 +18,4 @@ swift::proxy::keystone::operator_roles: - swiftoperator - ResellerAdmin -object_classes: []
\ No newline at end of file +object_classes: [] |