summaryrefslogtreecommitdiff
path: root/openstack/usr/share/swift/etc/rsyncd.j2
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-17 08:12:00 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-04-10 21:22:05 +0000
commite528f039d3dabb2f677ed997adb1017cf72f35a0 (patch)
treead4dd0f6a8ce9058fb9360ae5445d687812e1fee /openstack/usr/share/swift/etc/rsyncd.j2
parent7559282bd18274c4235572bdd51a7dde5fee1401 (diff)
downloaddefinitions-baserock/richardipsum/openstack-swift-act-II-scene-II.tar.gz
Add configuration for swift controller nodebaserock/richardipsum/openstack-swift-act-II-scene-II
This adds configuration needed to deploy a swift proxy-server that uses keystone for authentication. Change-Id: I96b11e0bf88939dc607ec4b6aa1fd16c6be8048f
Diffstat (limited to 'openstack/usr/share/swift/etc/rsyncd.j2')
-rw-r--r--openstack/usr/share/swift/etc/rsyncd.j223
1 files changed, 23 insertions, 0 deletions
diff --git a/openstack/usr/share/swift/etc/rsyncd.j2 b/openstack/usr/share/swift/etc/rsyncd.j2
new file mode 100644
index 00000000..c0657665
--- /dev/null
+++ b/openstack/usr/share/swift/etc/rsyncd.j2
@@ -0,0 +1,23 @@
+uid = swift
+gid = swift
+log file = /var/log/rsyncd.log
+pid file = /var/run/rsyncd.pid
+address = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
+
+[account]
+max connections = 2
+path = /srv/node/
+read only = false
+lock file = /var/lock/account.lock
+
+[container]
+max connections = 2
+path = /srv/node/
+read only = false
+lock file = /var/lock/container.lock
+
+[object]
+max connections = 2
+path = /srv/node/
+read only = false
+lock file = /var/lock/object.lock