aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata/object.yaml
blob: d4a0e81d082be9eaeaa52e4d5dde8581f0eb014f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
  - object-server
swift::storage::all::container_pipeline:
  - healthcheck
  - container-server
swift::storage::all::account_pipeline:
  - healthcheck
  - account-server

swift::proxy::keystone::operator_roles:
  - admin
  - swiftoperator
  - ResellerAdmin

object_classes: []