Fixed typo in Dell Equallogic Cinder settings
[apex-tripleo-heat-templates.git] / puppet / hieradata / object.yaml
1 # Hiera data for swift storage nodes
2 swift::storage::all::incoming_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'
3 swift::storage::all::outgoing_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'
4
5 swift::storage::all::object_pipeline:
6   - healthcheck
7   - recon
8   - object-server
9 swift::storage::all::container_pipeline:
10   - healthcheck
11   - container-server
12 swift::storage::all::account_pipeline:
13   - healthcheck
14   - account-server
15
16 swift::proxy::keystone::operator_roles:
17   - admin
18   - swiftoperator
19   - ResellerAdmin
20
21 object_classes: []