blob: 9f0fa8fb557d40a71057a83e09a574de25cd4075 [file] [log] [blame]
Pavel Cizinskyda666f82017-03-28 13:14:53 +02001classes:
2- service.swift.storage.cluster
3- service.rsync.server.single
4parameters:
5 rsync:
6 server:
7 module:
8 account:
9 max_connections: 100
10 path: /srv/node/
11 read_only: False
12 uid: swift
13 gid: swift
14 #write_only: False
15 #list: yes
16 #incoming_chmod = 0644
17 #outgoing_chmod = 0644
18 container:
19 max_connections: 100
20 path: /srv/node/
21 read_only: False
22 uid: swift
23 gid: swift
24 object:
25 max_connections: 100
26 path: /srv/node/
27 read_only: False
28 uid: swift
29 gid: swift
30 swift:
31 common:
32 cache:
33 engine: memcached
34 members:
35 - host: ${_param:swift_proxy_node01_address}
36 port: 11211
37 - host: ${_param:swift_proxy_node02_address}
38 port: 11211