Merge "Run rsync for Swift without xinetd"
This commit is contained in:
@@ -188,8 +188,8 @@ outputs:
|
||||
- path: /var/log/swift
|
||||
owner: swift:swift
|
||||
recurse: true
|
||||
/var/lib/kolla/config_files/swift_xinetd_rsync.json:
|
||||
command: /usr/sbin/xinetd -dontfork
|
||||
/var/lib/kolla/config_files/swift_rsync.json:
|
||||
command: /usr/bin/rsync --daemon --no-detach --config=/etc/rsyncd.conf
|
||||
config_files:
|
||||
- source: "/var/lib/kolla/config_files/src/*"
|
||||
dest: "/"
|
||||
@@ -428,7 +428,7 @@ outputs:
|
||||
- /dev:/dev
|
||||
- /var/log/containers/swift:/var/log/swift
|
||||
environment: *kolla_env
|
||||
swift_xinetd_rsync:
|
||||
swift_rsync:
|
||||
image: *swift_object_image
|
||||
net: host
|
||||
user: root
|
||||
@@ -438,7 +438,7 @@ outputs:
|
||||
list_concat:
|
||||
- {get_attr: [ContainersCommon, volumes]}
|
||||
-
|
||||
- /var/lib/kolla/config_files/swift_xinetd_rsync.json:/var/lib/kolla/config_files/config.json:ro
|
||||
- /var/lib/kolla/config_files/swift_rsync.json:/var/lib/kolla/config_files/config.json:ro
|
||||
- /var/lib/config-data/puppet-generated/swift/:/var/lib/kolla/config_files/src:ro
|
||||
- /run:/run
|
||||
- /srv/node:/srv/node
|
||||
|
||||
Reference in New Issue
Block a user